From 6e8b70d4929fd7b56e3d07911615ca2f66e142e2 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Wed, 9 Jul 2025 23:18:53 +0200 Subject: [PATCH] Updates changelog + version --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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" }