From 5b219f67d4ae45ca81626b78fcc4eabde4c37dfc Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Fri, 9 Aug 2024 12:12:17 +0200 Subject: [PATCH] chore: release v0.10.2 (#152) --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8380f15..57c46f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.2](https://github.com/near/near-jsonrpc-client-rs/compare/v0.10.1...v0.10.2) - 2024-08-09 + +### Other +- updated near-* crates to allow 0.24.0 in addition to all the previously supported versions ([#151](https://github.com/near/near-jsonrpc-client-rs/pull/151)) + ## [0.10.1](https://github.com/near/near-jsonrpc-client-rs/compare/v0.10.0...v0.10.1) - 2024-06-18 ### Other diff --git a/Cargo.toml b/Cargo.toml index a20194c..701f7a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-jsonrpc-client" -version = "0.10.1" +version = "0.10.2" authors = ["Near Inc "] edition = "2021" license = "MIT OR Apache-2.0"