diff --git a/atrium-api/CHANGELOG.md b/atrium-api/CHANGELOG.md index fd841981..04f4c401 100644 --- a/atrium-api/CHANGELOG.md +++ b/atrium-api/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.1.1...atrium-api-v0.2.0) - 2023-05-13 + +### Added +- *(api)* Update API from latest lexicon schemas + +### Other +- Update README +- Update atrium-api by new codegen +- Update atrium-api by new codegen + ## [0.1.1](https://github.com/sugyan/atrium/compare/atrium-api-v0.1.0...atrium-api-v0.1.1) - 2023-05-07 ### Other diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index cedf770e..e6f837d9 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.1.1" +version = "0.2.0" authors = ["sugyan "] edition = "2021" description = "API library for AT Protocol (Bluesky)"