diff --git a/atrium-api/CHANGELOG.md b/atrium-api/CHANGELOG.md index e2ac5f39..1eef8506 100644 --- a/atrium-api/CHANGELOG.md +++ b/atrium-api/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.1](https://github.com/sugyan/atrium/compare/atrium-api-v0.9.0...atrium-api-v0.9.1) - 2023-10-28 + +### Other +- Delegate to inner in AtpServiceWrapper ([#52](https://github.com/sugyan/atrium/pull/52)) + ## [0.9.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.8.0...atrium-api-v0.9.0) - 2023-10-06 ### Added diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index 17df74d2..90bff1ec 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.9.0" +version = "0.9.1" authors = ["sugyan "] edition = "2021" description = "API library for AT Protocol (Bluesky)"