From dc84ec0f5be87f4d75282e237212ae2e1611c862 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Wed, 16 Jul 2025 19:53:32 +0200 Subject: [PATCH] Bump changelog+version --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a64bd1608..864526241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.8.5 /2025-07-16 +* Updates `user_liquidity_enabled` to not root sudo only. by @thewhaleking in https://github.com/opentensor/btcli/pull/546 +* Patches broken Brahmi characters with normal characters. by @thewhaleking in https://github.com/opentensor/btcli/pull/547 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.4...v9.8.5 + ## 9.8.4 /2025-07-10 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 4e4363456..432b85b81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.8.4" +version = "9.8.5" description = "Bittensor CLI" readme = "README.md" authors = [