From d7ceafd0fcc36d8170ba4c730f071fb7dcbee7b5 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Wed, 11 Sep 2024 17:26:18 +0100 Subject: [PATCH] chore: release (#158) --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 338d0c8..88aff3e 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.13.0](https://github.com/near/near-jsonrpc-client-rs/compare/v0.12.0...v0.13.0) - 2024-09-11 + +### Other + +- [**breaking**] updates near-* dependencies to 0.26 release ([#157](https://github.com/near/near-jsonrpc-client-rs/pull/157)) + ## [0.12.0](https://github.com/near/near-jsonrpc-client-rs/compare/v0.11.0...v0.12.0) - 2024-08-21 ### Other diff --git a/Cargo.toml b/Cargo.toml index be44f76..8d86cd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-jsonrpc-client" -version = "0.12.0" +version = "0.13.0" authors = ["Near Inc "] edition = "2021" license = "MIT OR Apache-2.0"