From 312d3fbfa5047d1c54dd51502e3cf0eb564c334e Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Fri, 19 Apr 2024 15:23:28 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff2375a..4bdd132 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.9.0](https://github.com/near/near-jsonrpc-client-rs/compare/v0.8.0...v0.9.0) - 2024-04-19 + +### Added +- Upgrade near-primitives to 0.21.x and refactor the API adding `wait_until` flag, drop `check_tx` method ([#136](https://github.com/near/near-jsonrpc-client-rs/pull/136)) + ## [0.8.0](https://github.com/near/near-jsonrpc-client-rs/compare/v0.7.0...v0.8.0) - 2024-01-21 ### Other diff --git a/Cargo.toml b/Cargo.toml index 6a140b7..4313046 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-jsonrpc-client" -version = "0.8.0" +version = "0.9.0" authors = ["Near Inc "] edition = "2021" license = "MIT OR Apache-2.0"