From ff9b70184a1f2486974c5bf1378c70af5b7168c0 Mon Sep 17 00:00:00 2001 From: Jeff Kreeftmeijer Date: Wed, 20 Jan 2021 09:54:19 +0100 Subject: [PATCH] Release 2.0.5 --- CHANGELOG.md | 3 +++ mix.exs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45cba22..93ee6d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index f3db9c6..4491f08 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.4", + version: "2.0.5", description: "AppSignal's Plug instrumentation instruments calls to Plug applications to gain performance insights and error reporting", package: %{