diff --git a/CHANGELOG.md b/CHANGELOG.md index 650c5bf..319c008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.0.7 /2025-03-12 + +## What's Changed +* Improves the logic of the disk cache so that it doesn't spill over by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/76 + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.0.6...v1.0.7 + ## 1.0.6 /2025-03-12 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 0722fcd..c5584d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.0.6" +version = "1.0.7" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }