diff --git a/.changesets/fix-a-performance-issue-when-sanitising--insert-into-----values--queries.md b/.changesets/fix-a-performance-issue-when-sanitising--insert-into-----values--queries.md deleted file mode 100644 index 90059c5b..00000000 --- a/.changesets/fix-a-performance-issue-when-sanitising--insert-into-----values--queries.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -bump: patch -type: fix -integrations: all ---- - -Fix a performance issue when sanitising `INSERT INTO ... VALUES` queries. diff --git a/CHANGELOG.md b/CHANGELOG.md index c42a3d04..90af7a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # AppSignal for Node.js Changelog +## 3.5.5 + +_Published on 2024-12-20._ + +### Fixed + +- Fix a performance issue when sanitising `INSERT INTO ... VALUES` queries. (patch [9772e93](https://github.com/appsignal/appsignal-nodejs/commit/9772e9316db5fb7c73cdf29dd9441708ea65cf74)) + ## 3.5.4 _Published on 2024-11-22._ diff --git a/package.json b/package.json index 0e116d3f..675fa887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appsignal/nodejs", - "version": "3.5.4", + "version": "3.5.5", "main": "dist/index", "types": "dist/index", "license": "MIT",