diff --git a/CHANGELOG.md b/CHANGELOG.md index d91a548..bcf5115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.0.1-alpha.21](https://github.com/stefandanaita/rabbitmq-management-client/compare/v0.0.1-alpha.20...v0.0.1-alpha.21) - 2024-08-19 +## [0.1.0](https://github.com/stefandanaita/rabbitmq-management-client/compare/v0.0.1-alpha.20...v0.1.0) - 2024-08-19 ### Other - [OSS-115] Remove reqwest=0.12.5 pin ([#46](https://github.com/stefandanaita/rabbitmq-management-client/pull/46)) diff --git a/Cargo.toml b/Cargo.toml index 317ceeb..aa1c28e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rabbitmq-management-client" -version = "0.0.1-alpha.21" +version = "0.1.0" edition = "2021" license = "MIT" repository = "https://github.com/stefandanaita/rabbitmq-management-client"