From 60a4c63ab724854332900504274f6150ff26d286 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sat, 15 Apr 2023 18:01:58 -0500 Subject: [PATCH] chore: prepare for release 4.7.4 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a5b03d..c65322c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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