From 8bd511007a53dc9d24197c59392b17b6ca705fa7 Mon Sep 17 00:00:00 2001 From: bdhimes Date: Tue, 28 Oct 2025 19:21:06 +0200 Subject: [PATCH 1/2] Changelog + version --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91b60a5b2..39c6da96b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # 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 + +**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 = [ From e4adc9575d04ca888206363c50299166e17c90b7 Mon Sep 17 00:00:00 2001 From: bdhimes Date: Tue, 28 Oct 2025 19:42:11 +0200 Subject: [PATCH 2/2] Add item --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c6da96b..885527728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 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