diff --git a/CHANGELOG.md b/CHANGELOG.md index 91b60a5b2..885527728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## 9.14.2 /2025-10-28 +* `stake remove --all` fails when unsuccessful by @thewhaleking in https://github.com/opentensor/btcli/pull/679 +* check subnet logo url by @thewhaleking in https://github.com/opentensor/btcli/pull/681 +* `st transfer` extrinsic id fix by @thewhaleking in https://github.com/opentensor/btcli/pull/685 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.14.1...v9.14.2 + ## 9.14.1 /2025-10-23 * Updates kappa to root sudo only in-line with devnet-ready by @thewhaleking in https://github.com/opentensor/btcli/pull/668 * Adds additional warnings for move vs transfer by @thewhaleking in https://github.com/opentensor/btcli/pull/672 diff --git a/pyproject.toml b/pyproject.toml index 4a396266d..c9a3e32b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.14.1" +version = "9.14.2" description = "Bittensor CLI" readme = "README.md" authors = [