diff --git a/changelog.md b/changelog.md index 71403a6f..302d8d79 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Laravel Change Log +## Version 2.0.9 + +- Minor: Made "timestamps" method in Eloquent model protected instead of private. + +### Upgrading from 2.0.8 + +- Replace **laravel** directory. + ## Version 2.0.8 - Fix: Limited URI segments to 20 to protect against DDoS. diff --git a/public/index.php b/public/index.php index 25c26ac7..8f8f4a04 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.8 + * @version 2.0.9 * @author Taylor Otwell * @link http://laravel.com */