diff --git a/changelog.md b/changelog.md index f4abe742..7b4bbedf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Laravel Change Log +## Version 2.1.1 + +- Fix: Fixed bug in controller auto-loading routine. + +### Upgrading from 2.1.0 + +- Replace **laravel** directory. + ## Version 2.1.0 - Fix: Multiple wildcards / regular expressions per segment are now supported. diff --git a/public/index.php b/public/index.php index 9b12abc2..c8a161af 100644 --- a/public/index.php +++ b/public/index.php @@ -3,7 +3,7 @@ * Laravel - A PHP Framework For Web Artisans * * @package Laravel - * @version 2.1.0 + * @version 2.1.1 * @author Taylor Otwell * @link http://laravel.com */