diff --git a/.changesets/fix-an-issue-where-the-extension-fails-to-build-on-arm64-linux.md b/.changesets/fix-an-issue-where-the-extension-fails-to-build-on-arm64-linux.md deleted file mode 100644 index 8eace98f3..000000000 --- a/.changesets/fix-an-issue-where-the-extension-fails-to-build-on-arm64-linux.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -bump: patch -type: fix -integrations: -- elixir -- nodejs -- ruby ---- - -Fix an issue where the extension fails to build on ARM64 Linux. diff --git a/CHANGELOG.md b/CHANGELOG.md index c947e92a6..beff83723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # AppSignal for Elixir changelog +## 2.13.2 + +_Published on 2024-11-07._ + +### Fixed + +- Fix an issue where the extension fails to build on ARM64 Linux. (patch [c350f4cc](https://github.com/appsignal/appsignal-elixir/commit/c350f4cc6c7e37aefdd03db1ca3dc2bcc4ca2524)) + ## 2.13.1 _Published on 2024-11-06._ diff --git a/mix.exs b/mix.exs index e720dd500..7eddc2d32 100644 --- a/mix.exs +++ b/mix.exs @@ -16,7 +16,7 @@ defmodule Appsignal.Mixfile do use Mix.Project @source_url "https://github.com/appsignal/appsignal-elixir" - @version "2.13.1" + @version "2.13.2" def project do [