We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9308b6a commit 5f0df49Copy full SHA for 5f0df49
CHANGELOG.md
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
9
+## 4.7.5 - 2023-11-08
10
+
11
+### Fixed
12
13
+* Protect against UUIDv7 collisions within the same millisecond, as reported
14
+ in [#518](https://github.com/ramsey/uuid/issues/518) and fixed in
15
+ [#522](https://github.com/ramsey/uuid/pull/522).
16
+* Improve the return type hint for `UuidInterface::compareTo()`.
17
18
19
## 4.7.4 - 2023-04-15
20
21
### Fixed
0 commit comments