From f660ab7f1d7a4c2ffdd30f50c55ed2c95c26fc3f Mon Sep 17 00:00:00 2001 From: Frederik Bosch Date: Wed, 16 Aug 2023 16:31:24 +0200 Subject: [PATCH] add changelog for 4.2.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 860a6d7f..828d7c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [4.2.0] - 2023-08-16 + +### Added + +- Teller object to help legacy applications + + ## [4.1.1] - 2023-04-11 ### Fixed @@ -461,6 +468,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.1.1...HEAD +[4.2.0]: https://github.com/moneyphp/money/compare/v4.1.1...v4.2.0 [4.1.1]: https://github.com/moneyphp/money/compare/v4.1.0...v4.1.1 [4.1.0]: https://github.com/moneyphp/money/compare/v4.0.5...v4.1.0 [4.0.5]: https://github.com/moneyphp/money/compare/v4.0.4...v4.0.5