diff --git a/CHANGELOG.md b/CHANGELOG.md index 06451ab..53e190e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2] - 2024-04-03 + +### Changed + +* Bumped dependency on `derive_builder` crate + ## [0.2.1] - 2023-03-11 ### Changed @@ -42,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fix some small errors in the documentation -[Unreleased]: https://git.luon.net/paul/geo-uri-rs/compare/v0.2.1...HEAD +[Unreleased]: https://git.luon.net/paul/geo-uri-rs/compare/v0.2.2...HEAD +[0.2.2]: https://git.luon.net/paul/geo-uri-rs/compare/v0.2.1..v0.2.2 [0.2.1]: https://git.luon.net/paul/geo-uri-rs/compare/v0.2.0..v0.2.1 [0.2.0]: https://git.luon.net/paul/geo-uri-rs/compare/v0.1.1..v0.2.0 [0.1.1]: https://git.luon.net/paul/geo-uri-rs/commits/tag/v0.1.1