diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b6e87..5dee1fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.7](https://github.com/KarpelesLab/rsurl/compare/v0.1.6...v0.1.7) - 2026-07-23 + +### Fixed + +- *(aio)* detach wasm WebSocket handlers on a failed dial + ## [0.1.6](https://github.com/KarpelesLab/rsurl/compare/v0.1.5...v0.1.6) - 2026-07-23 ### Added diff --git a/Cargo.toml b/Cargo.toml index 0e21d70..ffe385a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsurl" -version = "0.1.6" +version = "0.1.7" edition = "2021" rust-version = "1.88" authors = ["Karpelès Lab Inc."]