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",