From af19424883db77f259e72ea6d8da9384a6799b5b Mon Sep 17 00:00:00 2001 From: Mat Trudel Date: Thu, 1 Aug 2024 13:29:00 -0400 Subject: [PATCH] Version bump to 1.5.6 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15fcfcb2..3b2f0c43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.5.6 (1 Aug 2024) + +### Fixes + +* Improve handling of the end of stream condition for HTTP/2 requests that send + a body which isn't read by the Plug (#387, thanks @fekle!) + ## 1.5.5 (19 Jun 2024) ### Changes diff --git a/mix.exs b/mix.exs index 71d36a37..9eece4d8 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Bandit.MixProject do def project do [ app: :bandit, - version: "1.5.5", + version: "1.5.6", elixir: "~> 1.13", start_permanent: Mix.env() == :prod, deps: deps(),