From cee58435ff82a5de252c516e6a31beb674898985 Mon Sep 17 00:00:00 2001 From: Frederik Bosch Date: Thu, 11 Aug 2022 11:12:20 +0200 Subject: [PATCH] prepare 4.0.5 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b995f90f..42d32c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [4.0.5] - 2022-08-11 + +### Fixed + +- Enabled zend.assertions during CI +- Fixed invalid assertions + + ## [4.0.4] - 2022-05-18 ### Added @@ -415,7 +423,8 @@ convert a float to string (e.g. `sprintf('%.14F', $float)`) before calling the c - 2013-01-08 Use vendor/autoload.php instead of lib/bootstrap.php (or use PSR-0 autolaoding) - 2012-12-10 Renamed Money::getUnits() to Money::getAmount() -[Unreleased]: https://github.com/moneyphp/money/compare/v4.0.4...HEAD +[Unreleased]: https://github.com/moneyphp/money/compare/v4.0.5...HEAD +[4.0.5]: https://github.com/moneyphp/money/compare/v4.0.5...v4.0.5 [4.0.4]: https://github.com/moneyphp/money/compare/v4.0.3...v4.0.4 [4.0.3]: https://github.com/moneyphp/money/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/moneyphp/money/compare/v4.0.1...v4.0.2