From 187180ca2687e17731d6feaa6432c2869c62e33e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 07:02:28 +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 2a4433d9..407ffb6f 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.11.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.10.0...atrium-api-v0.11.0) - 2023-11-05 + +### Added +- *(api)* Implement refresh_session wrapper ([#60](https://github.com/sugyan/atrium/pull/60)) + ## [0.10.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.9.2...atrium-api-v0.10.0) - 2023-11-02 ### Added diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index d08a7720..89955b36 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.10.0" +version = "0.11.0" authors = ["sugyan "] edition = "2021" description = "API library for AT Protocol (Bluesky)"