diff --git a/CHANGELOG.md b/CHANGELOG.md index 600d2bdc..f424f095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.6.7 (30 Jan 2025) + +### Changes + +* Consider timeouts when reading HTTP/1 headers as a connection error and not an HTTP error +* Enhance logging for WebSocket deflation errors + ## 1.6.6 (25 Jan 2025) ### Fixes diff --git a/mix.exs b/mix.exs index 53100213..6a5c5490 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Bandit.MixProject do def project do [ app: :bandit, - version: "1.6.6", + version: "1.6.7", elixir: "~> 1.13", start_permanent: Mix.env() == :prod, deps: deps(),