diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b0ceb7b..4fd8765c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.18.0 + +- Update dependencies (underlying `tungstenite` core). + # 0.17.2 - Make `Origin` header case-sensitive (to keep compatibility with poorely-written servers that don't accept lowercase `Origin` header). diff --git a/Cargo.toml b/Cargo.toml index cfb78b88..3e99be23 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.17.2" +documentation = "https://docs.rs/tokio-tungstenite/0.18.0" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.17.2" +version = "0.18.0" edition = "2018" include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]