diff --git a/changelog.md b/changelog.md index bd9f6138..e0531b1c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Laravel Change Log +## Version 2.0.3 + +- The application URL is now auto-detected. + +### Upgrading from 2.0.2 + +- Replace **laravel** directory. + ## Version 2.0.2 - Fixed bug in validator class that prevented required file uploads from being validated correctly. diff --git a/public/index.php b/public/index.php index 2a790c97..3aad7911 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.2 + * @version 2.0.3 * @author Taylor Otwell * @link http://laravel.com */