diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ecf86c..650c5bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.0.6 /2025-03-12 + +## What's Changed +* On-disk cache by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/67 + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.0.5...v1.0.6 + ## 1.0.5 /2025-03-06 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 7cebf6b..0722fcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.0.5" +version = "1.0.6" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }