diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b58aa4e86..daf40f4d9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.23.3] - 2023-08-23 +### Added +- Enabled testing of APCU for all PHP versions when running with all extensions enabled by @boenrobot in https://github.com/Shardj/zf1-future/pull/363 + +### Fixed +- Finnish date translations by @Lodewyk in https://github.com/Shardj/zf1-future/pull/368 +- addressed 5th sendmail param validation using -f (#326) by @develart-projects in https://github.com/Shardj/zf1-future/pull/371 + ## [1.23.2] - 2023-08-15 ### Fixed - corrected versioning and changelog diff --git a/composer.json b/composer.json index 47b07906c4..f1b6743005 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "shardj/zf1-future", "description": "Zend Framework 1. The aim is to keep ZF1 working with the latest PHP versions", "type": "library", - "version": "1.23.2", + "version": "1.23.3", "keywords": [ "framework", "zf1" diff --git a/library/Zend/Version.php b/library/Zend/Version.php index 7ffc54ab2e..3333a5c36c 100644 --- a/library/Zend/Version.php +++ b/library/Zend/Version.php @@ -32,7 +32,7 @@ final class Zend_Version /** * Zend Framework version identification - see compareVersion() */ - const VERSION = '1.23.2'; + const VERSION = '1.23.3'; /** * The latest stable version Zend Framework available