Skip to content

Commit

Permalink
prepare 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Aug 11, 2022
1 parent cef1e1e commit cee5843
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cee5843

Please sign in to comment.