From 49a60861510d3e66205106ef5488c4b04514b3f6 Mon Sep 17 00:00:00 2001 From: Jeff Kreeftmeijer Date: Wed, 26 May 2021 09:15:04 +0200 Subject: [PATCH] Release 2.0.7 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 926a2a4..45d9b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.7 + +- [af399efc](https://github.com/appsignal/appsignal-elixir-phoenix/commit/af399efc8ad43ab7b93d34f848eb1df6d87c96ad) patch - Handle `root_view`s in phoenix_live_view 0.15.6 and up, which were made private in https://github.com/phoenixframework/phoenix_live_view/commit/8bb6f44554f22bf580048e20562b62dd6b26e2b5. + # 2.0.6 * Use Appsignal.Logger in Appsignal.Phoenix.View and .EventHandler. PR #12 diff --git a/mix.exs b/mix.exs index 56c2b57..6463654 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Appsignal.Phoenix.MixProject do def project do [ app: :appsignal_phoenix, - version: "2.0.6", + version: "2.0.7", description: "AppSignal's Phoenix instrumentation instruments calls to Phoenix applications to gain performance insights and error reporting", package: %{