Skip to content

Commit

Permalink
Release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Jan 20, 2021
1 parent 374794f commit ff9b701
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.5
* Allow :appsignal versions between 2.0.6 and 3.0.0

# 2.0.4
Drop all errors with a plug_status < 500, not just WrapperErrors. PR #7

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.4",
version: "2.0.5",
description:
"AppSignal's Plug instrumentation instruments calls to Plug applications to gain performance insights and error reporting",
package: %{
Expand Down

0 comments on commit ff9b701

Please sign in to comment.