From 0897bb43792b1c6726ae377a38c466f1aa2086c6 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 27 Nov 2011 22:14:16 -0600 Subject: [PATCH] incremented version and updated changelog. --- changelog.md | 9 +++++++++ public/index.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 220d3778..bd9f6138 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ # Laravel Change Log +## Version 2.0.2 + +- Fixed bug in validator class that prevented required file uploads from being validated correctly. +- Added API example to File::upload method. + +### Upgrading from 2.0.1 + +- Replace **laravel** directory. + ## Version 2.0.1 - Fixed bug in routing filter class. diff --git a/public/index.php b/public/index.php index e187146f..2a790c97 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.1 + * @version 2.0.2 * @author Taylor Otwell * @link http://laravel.com */