diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb3aadb51..4b36f0210f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 10.0.1 /2025-12-22 + +## What's Changed +* Improve GH workflows by @basfroman in https://github.com/opentensor/bittensor/pull/3207 +* Small but still important changes by @basfroman in https://github.com/opentensor/bittensor/pull/3210 +* Refactor neuron and metagraph by @basfroman in https://github.com/opentensor/bittensor/pull/3214 +* Fix docstrings by @basfroman in https://github.com/opentensor/bittensor/pull/3217 +* Fix nightly workflow by @basfroman in https://github.com/opentensor/bittensor/pull/3225 +* update contrib by @thewhaleking in https://github.com/opentensor/bittensor/pull/3209 +* MeV: fix for weird edge case by @basfroman in https://github.com/opentensor/bittensor/pull/3228 + +**Full Changelog**: https://github.com/opentensor/bittensor/compare/v10.0.0...v10.0.1 + ## 10.0.0 /2025-12-09 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 91ec418fec..ee95f00e4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor" -version = "10.0.0" +version = "10.0.1" description = "Bittensor SDK" readme = "README.md" authors = [