diff --git a/CHANGELOG.md b/CHANGELOG.md index 71165bd..45cba22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 4eacae5..90b81da 100644 --- a/mix.exs +++ b/mix.exs @@ -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: %{