Browse Source

increment version.

Taylor Otwell 12 years ago
parent
commit
b5f568404a
2 changed files with 9 additions and 1 deletions
  1. 8 0
      changelog.md
  2. 1 1
      public/index.php

+ 8 - 0
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.

+ 1 - 1
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 <taylorotwell@gmail.com>
  * @link     http://laravel.com
  */