diff --git a/CHANGELOG.md b/CHANGELOG.md index 41791c7..179f423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.5.1 /2025-08-05 +* query multiple/decoding fix by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/168 +* Fix reconnection logic by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/169 + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.5.0...v1.5.1 + ## 1.5.0 /2025-08-04 * ConcurrencyError fix by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/162 * Added better typing by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/163 diff --git a/pyproject.toml b/pyproject.toml index bdddd5c..0e9acb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.5.0" +version = "1.5.1" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }