diff --git a/CHANGELOG.md b/CHANGELOG.md index c463195..a838a49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Releases +### [0.1.25] - 2024-11-23 + +* Add italian and croatian language to languages + ### [0.1.24] - 2024-11-23 * Fix swedish locale: `sv_SE` diff --git a/VERSION b/VERSION index 5a48b6b..0e7400f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.24 +0.1.25 diff --git a/composer.json b/composer.json index 51d575e..9792609 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "version": "0.1.24", + "version": "0.1.25", "name": "ixnode/php-timezone", "description": "PHP Timezone - This library converts different timezone strings.", "type": "library",