diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cdbfe2..8e73e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.0.0rc10 /2025-02-04 +* Fixes decoding account ids for sync substrate + ## 1.0.0rc9 /2025-01-30 * Fixes decoding account ids diff --git a/pyproject.toml b/pyproject.toml index f2f4c9e..24cdd13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.0.0rc9" +version = "1.0.0rc10" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }