diff --git a/CHANGELOG.md b/CHANGELOG.md index 8334220b5d..f42a42ba6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +## 9.12.2 /2025-10-30 +* Use uv pip for e2e dependency installation by @thewhaleking in https://github.com/opentensor/bittensor/pull/3109 +* Fix for `test_liquidity` by @basfroman in https://github.com/opentensor/bittensor/pull/3114 +* Apply default `era.period` to all subtensor extrinsic calls by @basfroman in https://github.com/opentensor/bittensor/pull/3115 +* set root owner for fast runtime time by @basfroman in https://github.com/opentensor/bittensor/pull/3118 +* Allow python 3.14 by @thewhaleking in https://github.com/opentensor/bittensor/pull/3122 + +**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.12.1...v9.12.2 ## 9.12.1 /2025-10-20 diff --git a/pyproject.toml b/pyproject.toml index c43dc5892a..0c03309682 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor" -version = "9.12.1" +version = "9.12.2" description = "Bittensor" readme = "README.md" authors = [