From 7ced5b96cf056521e1aaa2161a0c5aff2c73aab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Hempel?= Date: Sat, 23 Nov 2024 12:13:38 +0100 Subject: [PATCH] Add version 0.1.25 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- composer.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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",