diff --git a/CHANGELOG.md b/CHANGELOG.md index 6469d4d..f1cc35d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.1.0 /2025-04-07 + +## What's Changed +* Fix: response is still missing for callback by @zyzniewski-reef in https://github.com/opentensor/async-substrate-interface/pull/90 +* Expose websockets exceptions by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/91 +* Improved Query Map Decodes by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/84 + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.0.9...v1.1.0 + ## 1.0.9 /2025-03-26 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 5fcba5b..71f0fd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.0.9" +version = "1.1.0" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }