From 43e5aee4b925cfbc090bebbefaa7799c788c6cd2 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Mon, 4 Nov 2024 15:19:47 -0800 Subject: [PATCH] bump to 3.52.1 to try release workflow again --- CHANGELOG.asciidoc | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 058b688521..e438ad5d36 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -37,14 +37,14 @@ for the latest (4.x) releases. The 3.x branch will be maintained until 2024-03-07 (6 months after the 4.0.0 release). -[[release-notes-3.52.0]] -==== 3.52.0 - 2024/11/04 +[[release-notes-3.52.1]] +==== 3.52.1 - 2024/11/05 [float] ===== Chores * Improve trace-level logging to better support debugging central config - and transaction sampling issues. + and transaction sampling issues. ({issues}4291[#4291]) [[release-notes-3.51.0]] diff --git a/package-lock.json b/package-lock.json index cf71dc79c7..2559683d26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "elastic-apm-node", - "version": "3.52.0", + "version": "3.52.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "elastic-apm-node", - "version": "3.52.0", + "version": "3.52.1", "license": "BSD-2-Clause", "dependencies": { "@elastic/ecs-pino-format": "^1.2.0", diff --git a/package.json b/package.json index ebf418438c..47fbb0eaec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elastic-apm-node", - "version": "3.52.0", + "version": "3.52.1", "description": "The official Elastic APM agent for Node.js", "main": "index.js", "types": "index.d.ts",