From ebd734314f2f36ad9d9444728c19532a4cef5494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20C=C3=A1mara=20Garc=C3=ADa?= Date: Sat, 28 Nov 2015 12:32:19 +0000 Subject: [PATCH] Version 1.0.12 --- CHANGELOG.md | 5 ++++- composer.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6c6f4..91aee9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 1.0.12 +- Added reginal for date localization + ### 1.0.7 - Added Session and Cookie Middleware - Deleted useSessionLocale and useCookieLocale from config file @@ -104,4 +107,4 @@ - Added README ### 0.1 - - Initial release. \ No newline at end of file + - Initial release. diff --git a/composer.json b/composer.json index 5bfcd63..4702623 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["localization", "laravel", "php"], "homepage": "https://github.com/mcamara/laravel-localization", "license": "MIT", - "version": "1.0.11", + "version": "1.0.12", "authors": [ { "name": "Marc Cámara",