diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0ca60..138c8a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.3.1 /2025-06-11 +* Fixes default vals for archive_nodes by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/134 +* Adds ability to log raw websockets for debugging. by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/133 + + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.3.0...v1.3.1 + ## 1.3.0 /2025-06-10 * Add GH test runner by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/129 diff --git a/pyproject.toml b/pyproject.toml index c62fb3c..389ea1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.3.0" +version = "1.3.1" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }