From 3bc195a42f7db67f9d2f8e9bca40ff6eefbc8c53 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Tue, 12 Jul 2022 19:46:24 +0200 Subject: [PATCH] Bump version and update the changelog --- CHANGELOG.md | 4 ++++ Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e82bc..046b220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.17.3 + +- Respect the case-sentitivity of the "Origin" header to keep compatibility with the older servers that use case-sensitive comparison. + # 0.17.2 - Fix panic when invalid manually constructed `http::Request` is passed to `tungstenite`. diff --git a/Cargo.toml b/Cargo.toml index c6009e3..b9f4f20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ authors = ["Alexey Galakhov", "Daniel Abramov"] license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://github.com/snapview/tungstenite-rs" -documentation = "https://docs.rs/tungstenite/0.17.2" +documentation = "https://docs.rs/tungstenite/0.17.3" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.17.2" +version = "0.17.3" edition = "2018" rust-version = "1.51" include = ["benches/**/*", "src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]