Skip to content

Commit cee5843

Browse files
committed
prepare 4.0.5
1 parent cef1e1e commit cee5843

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
## [Unreleased]
1111

1212

13+
## [4.0.5] - 2022-08-11
14+
15+
### Fixed
16+
17+
- Enabled zend.assertions during CI
18+
- Fixed invalid assertions
19+
20+
1321
## [4.0.4] - 2022-05-18
1422

1523
### Added
@@ -415,7 +423,8 @@ convert a float to string (e.g. `sprintf('%.14F', $float)`) before calling the c
415423
- 2013-01-08 Use vendor/autoload.php instead of lib/bootstrap.php (or use PSR-0 autolaoding)
416424
- 2012-12-10 Renamed Money::getUnits() to Money::getAmount()
417425

418-
[Unreleased]: https://github.com/moneyphp/money/compare/v4.0.4...HEAD
426+
[Unreleased]: https://github.com/moneyphp/money/compare/v4.0.5...HEAD
427+
[4.0.5]: https://github.com/moneyphp/money/compare/v4.0.5...v4.0.5
419428
[4.0.4]: https://github.com/moneyphp/money/compare/v4.0.3...v4.0.4
420429
[4.0.3]: https://github.com/moneyphp/money/compare/v4.0.2...v4.0.3
421430
[4.0.2]: https://github.com/moneyphp/money/compare/v4.0.1...v4.0.2

0 commit comments

Comments
 (0)