Skip to content

Commit 446363e

Browse files
Release 2.0.8
1 parent 5433d9f commit 446363e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.0.8
2+
* Use Appsignal.Logger in Appsignal.Plug. PR #11
3+
14
# 2.0.7
25
* Handle conns with nil `request_headers` attributes. PR #10
36

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Appsignal.Plug.MixProject do
44
def project do
55
[
66
app: :appsignal_plug,
7-
version: "2.0.7",
7+
version: "2.0.8",
88
description:
99
"AppSignal's Plug instrumentation instruments calls to Plug applications to gain performance insights and error reporting",
1010
package: %{

0 commit comments

Comments
 (0)