From 964344e9b8a46c99f0b567a82bc5b8d6ac2a0730 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 08:39:12 +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 d908eda0..ed825d77 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.15.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.14.0...atrium-api-v0.15.0) - 2023-12-23 + +### Added +- Update API, based on the latest lexicon schemas ([#92](https://github.com/sugyan/atrium/pull/92)) + ## [0.14.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.13.1...atrium-api-v0.14.0) - 2023-11-23 ### Added diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index 52fd88d9..060b6112 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.14.0" +version = "0.15.0" authors = ["sugyan "] edition = "2021" description = "API library for AT Protocol (Bluesky)"