Skip to content

Commit

Permalink
Bump version and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-abramov committed Jul 12, 2022
1 parent fbac502 commit 3bc195a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 3bc195a

Please sign in to comment.