diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5eedb4..1aa6cc27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.1](https://github.com/near/near-cli-rs/compare/v0.17.0...v0.17.1) - 2024-12-25 + +### Other + +- handle new rate-limits for querying pools (#433) +- Extended the documentation for building NEAR CLI from the source code (#430) + ## [0.17.0](https://github.com/near/near-cli-rs/compare/v0.16.1...v0.17.0) - 2024-12-16 ### Added diff --git a/Cargo.lock b/Cargo.lock index 14c15628..825547ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2051,7 +2051,7 @@ dependencies = [ [[package]] name = "near-cli-rs" -version = "0.17.0" +version = "0.17.1" dependencies = [ "bip39", "bs58 0.5.1", diff --git a/Cargo.toml b/Cargo.toml index 6059f325..a815a66e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-cli-rs" -version = "0.17.0" +version = "0.17.1" authors = ["FroVolod ", "Near Inc "] license = "MIT OR Apache-2.0" edition = "2021"