We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48779cc commit 297c479Copy full SHA for 297c479
.github/.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.0.0"
+ ".": "2.0.0"
3
}
CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## [2.0.0](https://github.com/castor-labs/php-lib-uuid/compare/1.0.0...2.0.0) (2024-07-17)
4
+
5
6
+### ⚠ BREAKING CHANGES
7
8
+* `Castor\Uuid\Version6::getTime` now returns `Castor\Uuid\System\Gregorian`
9
10
+### Features
11
12
+* Implemented version 7 UUID ([#6](https://github.com/castor-labs/php-lib-uuid/issues/6)) ([48779cc](https://github.com/castor-labs/php-lib-uuid/commit/48779cc185009d12a49dbfaf0cee708b2abe6a7d))
13
14
## [1.0.0](https://github.com/castor-labs/php-lib-uuid/compare/0.2.0...1.0.0) (2024-07-16)
15
16
0 commit comments