diff --git a/.changesets/don-t-run-the-insallation-script-on-windows.md b/.changesets/don-t-run-the-insallation-script-on-windows.md deleted file mode 100644 index a7a20b813..000000000 --- a/.changesets/don-t-run-the-insallation-script-on-windows.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -bump: patch -type: fix ---- - -When running the installation script on Microsoft Windows, some components threw an error. AppSignal doesn't support Windows, so the installation script won't run on Windows anymore. Preventing errors from raising. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b306ff43..69c39e8e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # AppSignal for Elixir changelog +## 2.12.1 + +_Published on 2024-06-25._ + +### Fixed + +- [990f3b26](https://github.com/appsignal/appsignal-elixir/commit/990f3b26817d579c6eb32b1f84a78db529f53181) patch - When running the installation script on Microsoft Windows, some components threw an error. AppSignal doesn't support Windows, so the installation script won't run on Windows anymore. Preventing errors from raising. + ## 2.12.0 _Published on 2024-06-05._ diff --git a/mix.exs b/mix.exs index 3b8310b13..9f3bb0412 100644 --- a/mix.exs +++ b/mix.exs @@ -14,7 +14,7 @@ defmodule Appsignal.Mixfile do use Mix.Project @source_url "https://github.com/appsignal/appsignal-elixir" - @version "2.12.0" + @version "2.12.1" def project do [