Skip to content

Commit

Permalink
Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Dec 14, 2020
1 parent 0c63256 commit 3a65d68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.0.4
Drop all errors with a plug_status < 500, not just WrapperErrors. PR #7

# 2.0.3
Match on :done instead of true for plug_session_fetch. Commit 8af8836f17db60484fc6d02143666345fe607435

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 Appsignal.Plug.MixProject do
def project do
[
app: :appsignal_plug,
version: "2.0.3",
version: "2.0.4",
description:
"AppSignal's Plug instrumentation instruments calls to Plug applications to gain performance insights and error reporting",
package: %{
Expand Down

0 comments on commit 3a65d68

Please sign in to comment.