diff --git a/CHANGELOG.md b/CHANGELOG.md index 01808c2..4962e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.0](https://github.com/bos-cli-rs/near-socialdb-client-rs/compare/v0.8.0...v0.9.0) - 2024-12-10 + +### Other + +- [**breaking**] updates near-* dependencies to 0.28 release (#25) + ## [0.8.0](https://github.com/bos-cli-rs/near-socialdb-client-rs/compare/v0.7.0...v0.8.0) - 2024-11-12 ### Other diff --git a/Cargo.toml b/Cargo.toml index ed92fd0..9d7565d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-socialdb-client" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["FroVolod ", "frol "] license = "MIT OR Apache-2.0"