From 5e8299f65cae12c4b9b47800a63b3d7bbee14877 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 13:28:36 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- atrium-api/CHANGELOG.md | 5 +++++ atrium-api/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)"