diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 2dc0685b9e..99a29b0b91 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -34,10 +34,8 @@ Notes: See the <> guide. -==== Unreleased - -[float] -===== Breaking changes +[[release-notes-4.6.0]] +==== 4.6.0 - 2024/06/05 [float] ===== Features @@ -65,9 +63,6 @@ Note that this Node.js APM agent supports Node.js 20.x, so the new AWS Lambda runtime was supported when it was released. However, the metadata stating compatible runtimes (which is advisory) was not updated until now. -[float] -===== Chores - [[release-notes-4.5.4]] ==== 4.5.4 - 2024/05/13 diff --git a/package-lock.json b/package-lock.json index 297595aeb4..1f8308ac0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "elastic-apm-node", - "version": "4.5.4", + "version": "4.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "elastic-apm-node", - "version": "4.5.4", + "version": "4.6.0", "license": "BSD-2-Clause", "dependencies": { "@elastic/ecs-pino-format": "^1.5.0", diff --git a/package.json b/package.json index 87ef55ff3f..78153ca87a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elastic-apm-node", - "version": "4.5.4", + "version": "4.6.0", "description": "The official Elastic APM agent for Node.js", "type": "commonjs", "main": "index.js",