Skip to content

Commit

Permalink
Publish package v2.12.1
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
luismiramirez committed Jun 25, 2024
1 parent 89dda86 commit 2c13e8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changesets/don-t-run-the-insallation-script-on-windows.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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._
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 2c13e8f

Please sign in to comment.