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(),