diff --git a/Cargo.toml b/Cargo.toml index 1bdcf05..b119c02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-websocket" -version = "0.4.2" +version = "0.4.3" edition = "2021" authors = ["Janosch Gräf "] description = "WebSocket connections with reqwest" diff --git a/changelog.md b/changelog.md index b553666..2acfd08 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,13 @@ -# Upcoming Version: 0.4.3 +# Upcoming Version: 0.4.4 Document new features here. Document whether your changes are *breaking* semver-compatibility. The current changes need a *patch* version bump. +# 0.4.3 + + - Update `tungstenite` and `async-tungstenite` dependencies (#29) + # 0.4.2 - `UpgradedRequestBuilder::protocols` (patch)