diff --git a/CHANGELOG.md b/CHANGELOG.md index c6b87775..85294192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.1.3 (12 Jan 2024) + +### Fixes + +* Do not send a fallback response if the plug has already sent one (#288 & #289, thanks @jclem!) + +### Changes + +* Packagaing improvements (#283, thanks @wojtekmach!) + ## 1.1.2 (20 Dec 2023) ### Fixes diff --git a/mix.exs b/mix.exs index 3f3c9d40..e402580d 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Bandit.MixProject do def project do [ app: :bandit, - version: "1.1.2", + version: "1.1.3", elixir: "~> 1.13", start_permanent: Mix.env() == :prod, deps: deps(),