diff --git a/CHANGELOG.md b/CHANGELOG.md index f1cc35d..3454ca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.1.1 /2025-04-26 + +## What's Changed +* State-Safe RNG by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/97 +* Fix tests requirements by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/98 +* Update maintainers emails by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/99 +* Adds additional exception for catching by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/96 + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.1.0...v1.1.1 + ## 1.1.0 /2025-04-07 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 2ebe653..8fe5ee8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.1.0" +version = "1.1.1" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }