diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c029a..64360e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.2.2] - 2024-02-23 + ### Added - More docs @@ -21,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -[Unreleased]: https://github.com/cowlicks/hyperbee/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/cowlicks/hyperbee/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/cowlicks/hyperbee/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/cowlicks/hyperbee/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/cowlicks/hyperbee/releases/tag/v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index 457bed9..20c2607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperbee" -version = "0.2.1" +version = "0.2.2" license = "MIT OR Apache-2.0" description = "Peer to Peer B-tree" documentation = "https://docs.rs/hyperbee"