diff --git a/CHANGELOG.md b/CHANGELOG.md index 0229e03163..4e75d83f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 9.10.1 /2025-09-05 + +## What's Changed +* Async Get_balances at a specific block returns current block by @basfroman in https://github.com/opentensor/bittensor/pull/3043 +* Fix bug if `block==0` by @basfroman in https://github.com/opentensor/bittensor/pull/3044 +* docs: Update Bittensor documentation link by @Galoretka in https://github.com/opentensor/bittensor/pull/3040 + +## New Contributors +* @Galoretka made their first contribution in https://github.com/opentensor/bittensor/pull/3040 + +**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.10.0...v9.10.1 + ## 9.10.0 /2025-08-28 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 40a7e7f85f..cfa7b2997e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor" -version = "9.10.0" +version = "9.10.1" description = "Bittensor" readme = "README.md" authors = [