diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b6e5ee8..b816a633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.22.0 + +- Update TLS dependencies. +- Update `tungstenite` to match `0.22.0`. + # 0.21.0 - Update TLS dependencies. diff --git a/Cargo.toml b/Cargo.toml index e9a12636..7c70c113 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,9 @@ keywords = ["websocket", "io", "web"] authors = ["Daniel Abramov ", "Alexey Galakhov "] license = "MIT" homepage = "https://github.com/snapview/tokio-tungstenite" -documentation = "https://docs.rs/tokio-tungstenite/0.21.0" +documentation = "https://docs.rs/tokio-tungstenite/0.22.0" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.21.0" +version = "0.22.0" edition = "2018" rust-version = "1.63" include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]