From 53fdf06b832b0c615d2de00c7d35b8ca34b2aa82 Mon Sep 17 00:00:00 2001 From: Mat Trudel Date: Fri, 10 May 2024 11:01:29 -0400 Subject: [PATCH] Version bump to 1.5.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61be700e..3545949f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.5.1 (10 May 2024) + +### Enhancements + +* Process dictionary is now cleared of all non-system process dictionary entries + between keepalive requests (#349) +* Explicitly run a GC before upgrading a connection to websocket (#348) +* Improve docs around deflate options (thanks @kotsius!) + ## 1.5.0 (21 Apr 2024) ### Enhancements diff --git a/mix.exs b/mix.exs index 8bef713f..845f4b81 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Bandit.MixProject do def project do [ app: :bandit, - version: "1.5.0", + version: "1.5.1", elixir: "~> 1.13", start_permanent: Mix.env() == :prod, deps: deps(),