diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0640397b..6467c07200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.24.2] - 2024-10-25 + +### Fixed + Revert undefined property declarations #453 + ## [1.24.1] - 2024-10-15 ### Added diff --git a/composer.json b/composer.json index 8f841b5d7f..f5c632a435 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.24.1", + "version": "1.24.2", "keywords": [ "framework", "zf1" diff --git a/library/Zend/Version.php b/library/Zend/Version.php index 4c3ef67f0b..e1a8dc2e7c 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() */ - public const VERSION = '1.23.5'; + public const VERSION = '1.24.2'; /** * The latest stable version Zend Framework available