From 0e63ad160db0a9954f8dc979c5e361f559b180b5 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Wed, 19 Jun 2024 11:18:11 +0200 Subject: [PATCH] chore: release v0.10.1 (#149) --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0117ea1..8380f15 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.1](https://github.com/near/near-jsonrpc-client-rs/compare/v0.10.0...v0.10.1) - 2024-06-18 + +### Other +- Updated near-deps to 0.23.0 ([#148](https://github.com/near/near-jsonrpc-client-rs/pull/148)) + ## [0.10.0](https://github.com/near/near-jsonrpc-client-rs/compare/v0.9.0...v0.10.0) - 2024-06-07 ### Other diff --git a/Cargo.toml b/Cargo.toml index a0efbe6..00d4fef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-jsonrpc-client" -version = "0.10.0" +version = "0.10.1" authors = ["Near Inc "] edition = "2021" license = "MIT OR Apache-2.0"