From 3fa95ae7b981223358777535a7e61dce559fa29c Mon Sep 17 00:00:00 2001 From: Jeff Kreeftmeijer Date: Mon, 2 Sep 2024 14:44:47 +0200 Subject: [PATCH] Publish package v2.5.0 Update version number and CHANGELOG.md. --- .changesets/record-request-information-as-metadata.md | 6 ------ CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 .changesets/record-request-information-as-metadata.md diff --git a/.changesets/record-request-information-as-metadata.md b/.changesets/record-request-information-as-metadata.md deleted file mode 100644 index b163bdc..0000000 --- a/.changesets/record-request-information-as-metadata.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -bump: minor -type: add ---- - -Record request information as metadata like the request path, request method and response status. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e068c4..9b93327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # AppSignal for Elixir Phoenix changelog +## 2.5.0 + +_Published on 2024-09-02._ + +### Added + +- Record request information as metadata like the request path, request method and response status. (minor [6e7444a](https://github.com/appsignal/appsignal-elixir-phoenix/commit/6e7444a3ccffb4faf8eccf529596d1c0958e9757)) + ## 2.4.1 _Published on 2024-08-22._ diff --git a/mix.exs b/mix.exs index 723acfa..b51a99f 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Appsignal.Phoenix.MixProject do def project do [ app: :appsignal_phoenix, - version: "2.4.1", + version: "2.5.0", description: "AppSignal's Phoenix instrumentation instruments calls to Phoenix applications to gain performance insights and error reporting", package: %{