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 = [