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)"