diff --git a/CHANGELOG.md b/CHANGELOG.md index beb8423..6e0b7bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0](https://github.com/near/near-api-rs/compare/v0.2.1...v0.3.0) - 2024-11-19 + +### Added +- added querying block, block hash, and block number ([#9](https://github.com/near/near-api-rs/pull/9)) +- added prelude module ([#9](https://github.com/near/near-api-rs/pull/9)) + +### Other +- [**breaking**] updated near-* dependencies to 0.27 release ([#13](https://github.com/near/near-api-rs/pull/13)) + ## [0.2.1](https://github.com/near/near-api-rs/compare/v0.2.0...v0.2.1) - 2024-10-25 ### Added diff --git a/Cargo.lock b/Cargo.lock index 5976966..afeca6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1678,7 +1678,7 @@ dependencies = [ [[package]] name = "near-api" -version = "0.2.1" +version = "0.3.0" dependencies = [ "async-trait", "bip39", diff --git a/Cargo.toml b/Cargo.toml index cdf3ce0..f5e87c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-api" -version = "0.2.1" +version = "0.3.0" authors = [ "akorchyn ", "frol ",