From 56068750f7bb1aff02fa276387b03b3bebba32b1 Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Tue, 16 Sep 2025 12:54:17 -0700 Subject: [PATCH] bumps version and updates changelog --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 598bba947..56ea625bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 9.11.1 /2025-09-16 + +* Transfer not staking warning by @thewhaleking in https://github.com/opentensor/btcli/pull/618 +* update e2e tests for hyperparam freeze window by @thewhaleking in https://github.com/opentensor/btcli/pull/620 +* Corrects the stake fee calculation by @thewhaleking in https://github.com/opentensor/btcli/pull/621 +* Fix: Handle encrypted wallet hotkeys by @ibraheem-abe in https://github.com/opentensor/btcli/pull/622 +* Fix: Handle malformed wallets/files by @ibraheem-abe in https://github.com/opentensor/btcli/pull/623 +* `min_burn` now not root sudo only by @thewhaleking in https://github.com/opentensor/btcli/pull/624 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.11.0...v9.11.1 + ## 9.11.0 /2025-09-05 * Better arg naming + type annotations by @thewhaleking in https://github.com/opentensor/btcli/pull/590 * disk cache in config by @thewhaleking in https://github.com/opentensor/btcli/pull/588 diff --git a/pyproject.toml b/pyproject.toml index 651cdaf9c..56814fe27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.11.0" +version = "9.11.1" description = "Bittensor CLI" readme = "README.md" authors = [