From 82445e4ec663dc565c464c16e8cdd30222f6449c Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Tue, 8 Jul 2025 17:52:37 -0700 Subject: [PATCH] bumps version and changelog --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cded2eb43..2b5e82c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 9.8.1/2025-07-08 + +## What's Changed +* Fixed broken type annotation. by @thewhaleking in https://github.com/opentensor/btcli/pull/523 +* Update/slippage price calcs by @ibraheem-abe in https://github.com/opentensor/btcli/pull/526 +* Partially fix slippage display by @gztensor in https://github.com/opentensor/btcli/pull/524 +* stake add: netuid 0 by @thewhaleking in https://github.com/opentensor/btcli/pull/525 + +## New Contributors +* @gztensor made their first contribution in https://github.com/opentensor/btcli/pull/524 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.0...v9.8.1 + ## 9.8.0/2025-07-07 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index d733a105e..439448ce5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.8.0" +version = "9.8.1" description = "Bittensor CLI" readme = "README.md" authors = [