From 09bb2967b1081355d0c8420511324a9318e1289a Mon Sep 17 00:00:00 2001 From: Bohdan Khorolets Date: Thu, 8 Aug 2024 14:58:24 +0300 Subject: [PATCH] chore: release v0.7.2 (#19) --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5424711..12c8122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.2](https://github.com/khorolets/near-ledger-rs/compare/v0.7.1...v0.7.2) - 2024-08-08 + +### Other +- updated near-* crates to allow 0.24.0 in addition to all the previously supported versions ([#18](https://github.com/khorolets/near-ledger-rs/pull/18)) + ## [0.7.1](https://github.com/khorolets/near-ledger-rs/compare/v0.7.0...v0.7.1) - 2024-06-24 ### Other diff --git a/Cargo.toml b/Cargo.toml index f98070e..797b188 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-ledger" -version = "0.7.1" +version = "0.7.2" edition = "2018" authors = ["Bohdan Khorolets "] description = "Transport library to integrate with NEAR Ledger app"