diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c8122..d437c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0](https://github.com/khorolets/near-ledger-rs/compare/v0.7.2...v0.8.0) - 2024-08-21 + +### Added +- [**breaking**] remove direct near dependencies from near-ledger ([#22](https://github.com/khorolets/near-ledger-rs/pull/22)) + +### Other +- [**breaking**] updated near-* to 0.25.0 ([#20](https://github.com/khorolets/near-ledger-rs/pull/20)) + ## [0.7.2](https://github.com/khorolets/near-ledger-rs/compare/v0.7.1...v0.7.2) - 2024-08-08 ### Other diff --git a/Cargo.toml b/Cargo.toml index 42e53b2..60dbd85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-ledger" -version = "0.7.2" +version = "0.8.0" edition = "2018" authors = ["Bohdan Khorolets "] description = "Transport library to integrate with NEAR Ledger app"