diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7a716..cd6513a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] - 2023-09-19 + ### Fixed - Keys containing a colon will now be correctly detected ([#53](https://github.com/khalyomede/laravel-translate/issues/53)). diff --git a/composer.json b/composer.json index 2219328..6ea51b0 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Translate missing keys in JSON file, CI friendly.", "type": "library", "license": "MIT", - "version": "0.1.1", + "version": "0.1.2", "autoload": { "psr-4": { "Khalyomede\\LaravelTranslate\\": "src/" @@ -61,4 +61,4 @@ ] } } -} +} \ No newline at end of file