From 993a2e5827086a5d83fc49faaf33c42dbf081d81 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Mon, 28 Jul 2025 22:47:28 +0200 Subject: [PATCH] Changelog + version --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d444460b..b0200574a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 9.9.0 /2025-07-28 +* Feat/wallet verify by @ibraheem-abe in https://github.com/opentensor/btcli/pull/561 +* Improved speed of query_all_identities and fetch_coldkey_hotkey_identities by @thewhaleking in https://github.com/opentensor/btcli/pull/560 +* fix transfer all by @thewhaleking in https://github.com/opentensor/btcli/pull/562 +* Add extrinsic fees by @thewhaleking in https://github.com/opentensor/btcli/pull/564 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.7...v9.9.0 + ## 9.8.7 /2025-07-23 * Fix for handling tuples for `additional` by @thewhaleking in https://github.com/opentensor/btcli/pull/557 diff --git a/pyproject.toml b/pyproject.toml index 2c46094f9..91a77e297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.8.7" +version = "9.9.0" description = "Bittensor CLI" readme = "README.md" authors = [