From 388ef67e5c34ec1b622f407e6644b1aec14d4132 Mon Sep 17 00:00:00 2001 From: release-plz Date: Fri, 6 Oct 2023 08:00:36 +0000 Subject: [PATCH] chore: release Signed-off-by: release-plz --- 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 b3aca2d0..e2ac5f39 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.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.8.0...atrium-api-v0.9.0) - 2023-10-06 + +### Added +- Update API, based on the latest lexicon schemas ([#49](https://github.com/sugyan/atrium/pull/49)) + ## [0.8.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.7.0...atrium-api-v0.8.0) - 2023-09-25 ### Other diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index eeef1fb0..17df74d2 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.8.0" +version = "0.9.0" authors = ["sugyan "] edition = "2021" description = "API library for AT Protocol (Bluesky)"