diff --git a/CHANGELOG.md b/CHANGELOG.md index 1156596e2..5a5da6e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 9.1.4 /2025-03-13 + +## What's Changed +* Disk-Cache Async-Substrate-Interface Calls by @thewhaleking in https://github.com/opentensor/btcli/pull/368 +* COLOR_PALETTE refactor by @thewhaleking in https://github.com/opentensor/btcli/pull/386 +* Code Cleanup by @thewhaleking in https://github.com/opentensor/btcli/pull/381 +* Adds rate-tolerance alias by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/387 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.1.3...v9.1.4 + ## 9.1.3 /2025-03-12 ## What's Changed diff --git a/bittensor_cli/version.py b/bittensor_cli/version.py index d5ce174d9..528f624ba 100644 --- a/bittensor_cli/version.py +++ b/bittensor_cli/version.py @@ -16,5 +16,5 @@ def version_as_int(version): return __version_as_int__ -__version__ = "9.1.3" +__version__ = "9.1.4" __version_as_int__ = version_as_int(__version__) diff --git a/pyproject.toml b/pyproject.toml index d9933b276..d7e557dae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.1.3" +version = "9.1.4" description = "Bittensor CLI" readme = "README.md" authors = [