From 335ebdb9f20b4593e35399daab2ff7c44f1a5419 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Mon, 4 Nov 2024 09:24:06 -0800 Subject: [PATCH] release 4.8.1 (#4301) --- CHANGELOG.asciidoc | 12 ++---------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index a829d9a86a9..7868d6922ac 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -33,13 +33,8 @@ Notes: See the <> guide. -==== Unreleased - -[float] -===== Breaking changes - -[float] -===== Features +[[release-notes-4.8.1]] +==== 4.8.1 - 2024/11/04 [float] ===== Bug fixes @@ -47,9 +42,6 @@ See the <> guide. * Fix AWS Lambda instrumentation to work with a "handler" string that includes a period (`.`) in the module path. E.g. the leading `.` in `Handler: ./src/functions/myfunc/handler.main`. ({issues}4293[#4293]). -[float] -===== Chores - [[release-notes-4.8.0]] ==== 4.8.0 - 2024/10/08 diff --git a/package-lock.json b/package-lock.json index 235a21d26d6..e6c225325f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "elastic-apm-node", - "version": "4.8.0", + "version": "4.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "elastic-apm-node", - "version": "4.8.0", + "version": "4.8.1", "license": "BSD-2-Clause", "dependencies": { "@elastic/ecs-pino-format": "^1.5.0", diff --git a/package.json b/package.json index 7f8e792e992..9c5c39f8ede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elastic-apm-node", - "version": "4.8.0", + "version": "4.8.1", "description": "The official Elastic APM agent for Node.js", "type": "commonjs", "main": "index.js",