Skip to content

Commit 5112ce0

Browse files
committed
Fix MAX UUID #75
1 parent 1dfc42e commit 5112ce0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Nothing unreleased.
88

99
## [5.2.0] - 2022-10-23
1010

11-
Add a fast method to generate random-based identifiers. #74
11+
- **Fix MAX UUID** (it was wrong since v5.0.0). #75
12+
- Add a fast method to generate random-based identifiers. #74
1213

1314
## [5.1.2] - 2022-09-11
1415

@@ -24,9 +25,11 @@ Add support for `RandomGenerator` in Java 17. #70
2425

2526
## [5.0.0] - 2022-07-02
2627

28+
Please go to v5.2.0 due to incorrect MAX UUID.
29+
2730
This version contains has breaking changes.
2831

29-
- Added Max UUID. #67
32+
- Added Max UUID (**wrong!**, fixed in v5.2.0). #67
3033
- Added implementations for UUID v7. #67
3134
- Added minimum support for UUID v8. #67
3235
- Added `UriCodec.isUuidUri()`. #66

0 commit comments

Comments
 (0)