diff --git a/CHANGELOG.md b/CHANGELOG.md index 4901703..c4b6d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.0rc13 /2025-02-10 +* Improve logging by @roman-opentensor and @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/36 +* Backmerge main to staging rc12 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/37 + ## 1.0.0rc12 /2025-02-07 * python 3.9 support by @roman-opentensor in https://github.com/opentensor/async-substrate-interface/pull/33 diff --git a/pyproject.toml b/pyproject.toml index 3cb5275..ca35ba4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.0.0rc12" +version = "1.0.0rc13" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }