diff --git a/CHANGELOG.md b/CHANGELOG.md index 230b2c2..cd4086b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.12.0 +------ - Removed pong sending functionality from `Wrapper` type - Bumped minimum supported Rust version to `1.63` - Bumped `tokio-tungstenite` dependency to `0.20` diff --git a/Cargo.toml b/Cargo.toml index ced1d13..55adf4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websocket-util" -version = "0.11.2" +version = "0.12.0" authors = ["Daniel Mueller "] edition = "2021" rust-version = "1.63"