Skip to content

Commit

Permalink
Version bump to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Jun 19, 2024
1 parent 87c281f commit 9cdb467
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.5.5 (19 Jun 2024)

### Changes

* Add `domain: [:bandit]` to the metadata of all logger calls
* Bring logging of early-connect HTTP2 errors under the `log_protocol_errors` umbrella

## 1.5.4 (14 Jun 2024)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Bandit.MixProject do
def project do
[
app: :bandit,
version: "1.5.4",
version: "1.5.5",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 9cdb467

Please sign in to comment.