diff --git a/CHANGELOG.md b/CHANGELOG.md index a53a255..ec2fe7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [0.0.2] - 2023-01-15 - Add module descriptor. Module is named `de.mkammerer.snowflakeid` - Switched `synchronized` to `ReentrantLock` diff --git a/README.md b/README.md index 71f196b..8d5667e 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Ids from the same generator are monotonically increasing. ```xml de.mkammerer.snowflake-id - snowflake-id - 0.0.1 + snowflake-id + 0.0.2 ``` diff --git a/pom.xml b/pom.xml index 3d76ae8..740f151 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.mkammerer.snowflake-id snowflake-id - 1.0-SNAPSHOT + 0.0.2 UTF-8