Skip to content

Commit 69e1985

Browse files
committed
Publish package v2.8.1
Update version number and CHANGELOG.md.
1 parent 3411ba3 commit 69e1985

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

.changesets/fix-issue-when-running-appsignal-for-phoenix-in-ci.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AppSignal for Elixir Phoenix changelog
22

3+
## 2.8.1
4+
5+
_Published on 2025-11-21._
6+
7+
### Fixed
8+
9+
- Fix issue when running AppSignal for Phoenix in CI (patch [de10616](https://github.com/appsignal/appsignal-elixir-phoenix/commit/de10616f25a9eaa6c121c42e4530911f8aa8fe58))
10+
311
## 2.8.0
412

513
_Published on 2025-11-20._

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Appsignal.Phoenix.MixProject do
44
def project do
55
[
66
app: :appsignal_phoenix,
7-
version: "2.8.0",
7+
version: "2.8.1",
88
description:
99
"AppSignal's Phoenix instrumentation instruments calls to Phoenix applications to gain performance insights and error reporting",
1010
package: %{

0 commit comments

Comments
 (0)