From 61b5d7a223c149b34f367ba9d66bc35c304ba092 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Thu, 11 Apr 2024 08:30:02 -0700 Subject: [PATCH] release 4.5.1 --- CHANGELOG.asciidoc | 14 +++----------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 04f4562518..a90d70a5fd 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -33,13 +33,8 @@ Notes: See the <> guide. -==== Unreleased - -[float] -===== Breaking changes - -[float] -===== Features +[[release-notes-4.5.0]] +==== 4.5.1 - 2024/04/11 [float] ===== Bug fixes @@ -49,14 +44,11 @@ See the <> guide. * Fix span names for `getMore` command of mongodb. ({pull}3919[#3919]) * Fix undici instrumentation to cope with a bug in undici@6.11.0 where `request.addHeader()` was accidentally removed. (It was re-added in - undici@6.11.1.) + undici@6.11.1.) ({pull}3963[#3963]) * Update undici instrumentation to avoid possibly adding a *second* 'traceparent' header to outgoing HTTP requests, because this can break Elasticsearch requests. ({issues}3964[#3964]) -[float] -===== Chores - [[release-notes-4.5.0]] ==== 4.5.0 - 2024/03/13 diff --git a/package-lock.json b/package-lock.json index 8ee9bf7495..fb4ecdcc7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "elastic-apm-node", - "version": "4.5.0", + "version": "4.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "elastic-apm-node", - "version": "4.5.0", + "version": "4.5.1", "license": "BSD-2-Clause", "dependencies": { "@elastic/ecs-pino-format": "^1.5.0", diff --git a/package.json b/package.json index c809142736..6d15777c30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elastic-apm-node", - "version": "4.5.0", + "version": "4.5.1", "description": "The official Elastic APM agent for Node.js", "type": "commonjs", "main": "index.js",