Skip to content

Commit

Permalink
add changelog for 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Aug 16, 2023
1 parent a1646ad commit f660ab7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f660ab7

Please sign in to comment.