From 531454a29b4baf9c68c0c326546738aba43bc846 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 1 Dec 2011 23:31:41 -0600 Subject: [PATCH] incremented version and updated changelog. --- changelog.md | 4 ++++ public/index.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 7171b5f1..2aed2aa3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Laravel Change Log +## Version 2.0.4 + +- Feature: Added default parameter to File::get method. + ## Version 2.0.3 - Feature: The application URL is now auto-detected. diff --git a/public/index.php b/public/index.php index 3aad7911..b793f669 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.3 + * @version 2.0.4 * @author Taylor Otwell * @link http://laravel.com */