From 7f1f2b0c72a2ce9ed76715a924fcba59631308a7 Mon Sep 17 00:00:00 2001 From: Mat Trudel Date: Wed, 20 Dec 2023 10:51:21 -0500 Subject: [PATCH] Version bump to 1.1.2 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 166b8e35..c6b87775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.1.2 (20 Dec 2023) + +### Fixes + +* Fix support for proplist-style arguments (#277, thanks @jjcarstens!) +* Speed up WebSocket framing (#272, thanks @crertel!) +* Fix off-by-one error in HTTP2 sendfile (#269, thanks @OrangeDrangon!) +* Improve mix file packaging (#266, thanks @patrickjaberg!) + ## 1.1.1 (14 Nov 2023) ### Fixes diff --git a/mix.exs b/mix.exs index b367ca41..062f6fce 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Bandit.MixProject do def project do [ app: :bandit, - version: "1.1.1", + version: "1.1.2", elixir: "~> 1.13", start_permanent: Mix.env() == :prod, deps: deps(),