Skip to content

Commit 8838fd1

Browse files
committed
Release v2.5.1
1 parent e6daeeb commit 8838fd1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v2.5.1
4+
5+
### Enhancements
6+
7+
* Allow to configure which errors should be logged
8+
* Support telemetry 0.4.x or 1.x
9+
310
## v2.5.0
411

512
### Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Plug.Cowboy.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-plug/plug_cowboy"
5-
@version "2.5.0"
5+
@version "2.5.1"
66
@description "A Plug adapter for Cowboy"
77

88
def project do

0 commit comments

Comments
 (0)