From 31d82710f0bd47342052bc398c337dea475bda51 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Wed, 9 Jul 2025 20:48:09 +0200 Subject: [PATCH] updates changelog + version --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5e82c36..b6ba95055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 9.8.2/2025-07-09 +* Ensure that the fees are shown in alpha, not Tao. by @thewhaleking in https://github.com/opentensor/btcli/pull/530 +* remove unused subnet names mapping by @thewhaleking in https://github.com/opentensor/btcli/pull/531 + + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.1...v9.8.2 + ## 9.8.1/2025-07-08 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 439448ce5..d98e12829 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.8.1" +version = "9.8.2" description = "Bittensor CLI" readme = "README.md" authors = [