From 8cd9af6219fa2d3ab74409e75d07baea28be8b62 Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Thu, 4 Dec 2025 14:43:58 -0800 Subject: [PATCH] bumps version and changelog --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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" }