We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5433d9f commit 446363eCopy full SHA for 446363e
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 2.0.8
2
+* Use Appsignal.Logger in Appsignal.Plug. PR #11
3
+
4
# 2.0.7
5
* Handle conns with nil `request_headers` attributes. PR #10
6
mix.exs
@@ -4,7 +4,7 @@ defmodule Appsignal.Plug.MixProject do
def project do
[
app: :appsignal_plug,
7
- version: "2.0.7",
+ version: "2.0.8",
8
description:
9
"AppSignal's Plug instrumentation instruments calls to Plug applications to gain performance insights and error reporting",
10
package: %{
0 commit comments