From 6f3a866ff3274ae4ec80a4e551a3b63d4ad86ba4 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Mon, 28 Jul 2025 21:59:00 +0200 Subject: [PATCH] Changelog --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b01b78b..f9bc44e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.4.3 /2025-07-28 +* Add "Token" to caught error messages for extrinsic receipts by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/156 +* runtime version switching by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/157 + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.4.2...v1.4.3 + ## 1.4.2 /2025-07-23 * Use scalecodec rather than bt-decode for query_multi by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/152 diff --git a/pyproject.toml b/pyproject.toml index cdc6ee3..5fe8b39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.4.2" +version = "1.4.3" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }