diff --git a/CHANGELOG.md b/CHANGELOG.md index 57433b2..a157b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog + +## 1.5.14 /2025-12-04 +* Update: Adds support for custom extrinsic `DecryptionFailed` by @ibraheem-abe in https://github.com/opentensor/async-substrate-interface/pull/247 + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.5.13...v1.5.14 + ## 1.5.13 /2025-12-01 * Update `Checkout PR branch in async-substrate-interface` step by @basfroman in https://github.com/opentensor/async-substrate-interface/pull/240 * No continual reconnection without cause by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/241 diff --git a/pyproject.toml b/pyproject.toml index a060d67..d260931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.5.13" +version = "1.5.14" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }