From a1248c93e03c54d590a4490d48f553128157a37c Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Fri, 7 Jun 2024 16:43:12 +0200 Subject: [PATCH] chore: release v0.10.0 (#147) --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c89f70a..0117ea1 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.10.0](https://github.com/near/near-jsonrpc-client-rs/compare/v0.9.0...v0.10.0) - 2024-06-07 + +### Other +- expose `ChunkReference` type used in chunk call ([#144](https://github.com/near/near-jsonrpc-client-rs/pull/144)) +- [**breaking**] Upgraded libraries to the latest versions: near-* 0.22 and reqwest 0.12 ([#145](https://github.com/near/near-jsonrpc-client-rs/pull/145)) + ## [0.9.0](https://github.com/near/near-jsonrpc-client-rs/compare/v0.8.0...v0.9.0) - 2024-04-22 ### Added diff --git a/Cargo.toml b/Cargo.toml index 783423b..a7d1bd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-jsonrpc-client" -version = "0.9.0" +version = "0.10.0" authors = ["Near Inc "] edition = "2021" license = "MIT OR Apache-2.0"