diff --git a/CHANGELOG.md b/CHANGELOG.md index 7616d25..4d633fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3] - 2021-10-16 + ### Changed - **readme:** link to the latest spec (draft-02) @@ -59,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - initial release -[unreleased]: https://github.com/kripod/uuidv7/compare/v0.2.2...HEAD +[unreleased]: https://github.com/kripod/uuidv7/compare/v0.2.3...HEAD +[0.2.3]: https://github.com/kripod/uuidv7/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/kripod/uuidv7/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/kripod/uuidv7/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/kripod/uuidv7/compare/v0.1.4...v0.2.0 diff --git a/package-lock.json b/package-lock.json index c43a024..4d5fe63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@kripod/uuidv7", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 89ed24e..71901b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kripod/uuidv7", - "version": "0.2.2", + "version": "0.2.3", "description": "UUIDv7 generator with millisecond precision", "keywords": [ "id-generator",