diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 1096eb7f..22bf3737 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,19 @@ # Changelog +## 3.0.11 /2025-06-26 + +## What's Changed +* update deps by @basfroman in https://github.com/opentensor/btwallet/pull/141 +* Improvements on the top of https://github.com/opentensor/btwallet/pull/140 by @basfroman in https://github.com/opentensor/btwallet/pull/145 +* chore(pyo3): use CARGO_PKG_VERSION to auto-sync Python binding version with crate by @LVivona in https://github.com/opentensor/btwallet/pull/140 +* Add `arm64` wheels by @basfroman in https://github.com/opentensor/btwallet/pull/147 +* Replace py-bip39-bindings deps with stored list of words by @basfroman in https://github.com/opentensor/btwallet/pull/151 + +## New Contributors +* @LVivona made their first contribution in https://github.com/opentensor/btwallet/pull/140 + +**Full Changelog**: https://github.com/opentensor/btwallet/compare/v3.0.10...v3.0.11 + ## 3.0.11-rc.1 /2025-06-11 ## What's Changed diff --git a/Cargo.toml b/Cargo.toml index 6a8370f4..a46cd9cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bittensor_wallet" -version = "3.0.11-rc.1" +version = "3.0.11" edition = "2021" [lib]