diff --git a/changelog.md b/changelog.md index 7171b5f1..2aed2aa3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Laravel Change Log +## Version 2.0.4 + +- Feature: Added default parameter to File::get method. + ## Version 2.0.3 - Feature: The application URL is now auto-detected. diff --git a/public/index.php b/public/index.php index 3aad7911..b793f669 100644 --- a/public/index.php +++ b/public/index.php @@ -3,7 +3,7 @@ * Laravel - A PHP Framework For Web Artisans * * @package Laravel - * @version 2.0.3 + * @version 2.0.4 * @author Taylor Otwell * @link http://laravel.com */