From a1daa7daf159b4044e3d0c34c41fe2be5860e850 Mon Sep 17 00:00:00 2001 From: Frederik Bosch Date: Thu, 15 Feb 2024 20:47:21 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9a6939..a398bcc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] + +## [4.5.0] - 2024-02-15 + ### Fixed - PHPUnit 10 support @@ -497,6 +500,7 @@ convert a float to string (e.g. `sprintf('%.14F', $float)`) before calling the c - 2012-12-10 Renamed Money::getUnits() to Money::getAmount() [Unreleased]: https://github.com/moneyphp/money/compare/v4.4.0...HEAD +[4.5.0]: https://github.com/moneyphp/money/compare/v4.4.0...v4.5.0 [4.4.0]: https://github.com/moneyphp/money/compare/v4.3.0...v4.4.0 [4.3.0]: https://github.com/moneyphp/money/compare/v4.2.0...v4.3.0 [4.2.0]: https://github.com/moneyphp/money/compare/v4.1.1...v4.2.0