From 6d55e1b4d9c0ff7af91a986183d2eca62f87dd32 Mon Sep 17 00:00:00 2001 From: release-plz Date: Wed, 13 Sep 2023 14:08:56 +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 e9e125db..ee88bbba 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.7.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.6.0...atrium-api-v0.7.0) - 2023-09-13 + +### Added +- Update API from latest lexicon schemas ([#45](https://github.com/sugyan/atrium/pull/45)) + ## [0.6.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.5.0...atrium-api-v0.6.0) - 2023-08-29 ### Other diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index 282e0b0c..6ed3d6c8 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.6.0" +version = "0.7.0" authors = ["sugyan "] edition = "2021" description = "API library for AT Protocol (Bluesky)"