Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch authored Feb 15, 2024
1 parent 5a34c05 commit a1daa7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a1daa7d

Please sign in to comment.