diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fae50d..14d32b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.0](https://github.com/near/near-jsonrpc-client-rs/compare/v0.14.0...v0.15.0) - 2024-12-10 + +### Other + +- [**breaking**] updates near-* dependencies to 0.28 release (#163) + ## [0.14.0](https://github.com/near/near-jsonrpc-client-rs/compare/v0.13.0...v0.14.0) - 2024-11-12 ### Added diff --git a/Cargo.toml b/Cargo.toml index 3c96fd2..65c6654 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-jsonrpc-client" -version = "0.14.0" +version = "0.15.0" authors = ["Near Inc "] edition = "2021" license = "MIT OR Apache-2.0"