chore: prepare for release 4.7.4

This commit is contained in:
Ben Ramsey
2023-04-15 18:01:58 -05:00
parent 628d3dfc55
commit 60a4c63ab7
+11
View File
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## 4.7.4 - 2023-04-15
### Fixed
* Allow brick/math version `^0.11`.
* Add explicit `Stringable` interface to `UuidInterface`.
* Fix namespace conflict reported in [#490](https://github.com/ramsey/uuid/issues/490).
* Fix unserialize error with `OrderedTimeCodec` reported in
[#494](https://github.com/ramsey/uuid/issues/494).
## 4.7.3 - 2023-01-12
### Fixed