From d10aa7b27a491889c0866287bd24f742853621ee Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 27 Dec 2011 17:04:02 -0600 Subject: [PATCH] incremented version and updated changelog. --- changelog.md | 8 ++++++++ public/index.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 398e0a6d..9779ef6c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Laravel Change Log +## Version 2.0.7 + +- Fix: Fixed raw_where in query builder. + +### Upgrading from 2.0.6 + +- Replace **laravel** directory. + ## Version 2.0.6 - Fix: Fixed nested sections. diff --git a/public/index.php b/public/index.php index c9639371..174566ca 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.6 + * @version 2.0.7 * @author Taylor Otwell * @link http://laravel.com */