From 5879549e6adefd762b6a58affc7bc643e57c28c9 Mon Sep 17 00:00:00 2001 From: Mat Trudel Date: Thu, 30 Jan 2025 12:11:14 -0500 Subject: [PATCH] Version bump to 1.6.7 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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(),