We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfc42e commit 5112ce0Copy full SHA for 5112ce0
CHANGELOG.md
@@ -8,7 +8,8 @@ Nothing unreleased.
8
9
## [5.2.0] - 2022-10-23
10
11
-Add a fast method to generate random-based identifiers. #74
+- **Fix MAX UUID** (it was wrong since v5.0.0). #75
12
+- Add a fast method to generate random-based identifiers. #74
13
14
## [5.1.2] - 2022-09-11
15
@@ -24,9 +25,11 @@ Add support for `RandomGenerator` in Java 17. #70
24
25
26
## [5.0.0] - 2022-07-02
27
28
+Please go to v5.2.0 due to incorrect MAX UUID.
29
+
30
This version contains has breaking changes.
31
-- Added Max UUID. #67
32
+- Added Max UUID (**wrong!**, fixed in v5.2.0). #67
33
- Added implementations for UUID v7. #67
34
- Added minimum support for UUID v8. #67
35
- Added `UriCodec.isUuidUri()`. #66
0 commit comments