Skip to content

Commit

Permalink
Publish package v2.13.3
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
unflxw committed Dec 20, 2024
1 parent af952ae commit 23046c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.

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.13.3

_Published on 2024-12-20._

### Fixed

- Fix a performance issue when sanitising `INSERT INTO ... VALUES` queries. (patch [4d0f1c03](https://github.com/appsignal/appsignal-elixir/commit/4d0f1c03bf6e680fbbeca8eb0fb170e19d180e53))

## 2.13.2

_Published on 2024-11-07._
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule Appsignal.Mixfile do
use Mix.Project

@source_url "https://github.com/appsignal/appsignal-elixir"
@version "2.13.2"
@version "2.13.3"

def project do
[
Expand Down

0 comments on commit 23046c0

Please sign in to comment.