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: %{