diff --git a/CHANGELOG.md b/CHANGELOG.md index 22379d3..fe46bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.4.1 /2025-07-09 +* Missed passing runtime in encoding by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/149 + + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.4.0...v1.4.1 + ## 1.4.0 /2025-07-07 * Removes unused imports by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/139 * Improve CachedFetcher by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/140 diff --git a/pyproject.toml b/pyproject.toml index 80f78b1..86e446f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.4.0" +version = "1.4.1" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }