We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6daeeb commit 8838fd1Copy full SHA for 8838fd1
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## v2.5.0
11
12
### Enhancements
mix.exs
@@ -2,7 +2,7 @@ defmodule Plug.Cowboy.MixProject do
use Mix.Project
@source_url "https://github.com/elixir-plug/plug_cowboy"
- @version "2.5.0"
+ @version "2.5.1"
@description "A Plug adapter for Cowboy"
def project do
0 commit comments