Skip to content

Commit 1bec63f

Browse files
authored
3.24.0 (#2435)
1 parent 93e1fc6 commit 1bec63f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Notes:
2828
[[release-notes-3.x]]
2929
=== Node.js Agent version 3.x
3030
31-
==== Unreleased
31+
[[release-notes-3.24.0]]
32+
==== 3.24.0 2021/11/09
3233
3334
[float]
3435
===== Breaking changes
@@ -80,7 +81,6 @@ This is similar to <<disable-send, `disableSend`>>, but differs in that
8081
One consequence of this change is that `apm.getServiceName()` will return
8182
`undefined` until the agent is started (check with `apm.isStarted()`).
8283
83-
8484
[float]
8585
===== Bug fixes
8686

docs/upgrading.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The table below is a simplified description of this policy.
3131
[options="header"]
3232
|====
3333
|Agent version |EOL Date |Maintained until
34+
|3.24.x |2023-05-09 |3.25.0
3435
|3.23.x |2023-04-25 |3.24.0
3536
|3.22.x |2023-04-21 |3.23.0
3637
|3.21.x |2023-03-15 |3.22.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-apm-node",
3-
"version": "3.23.0",
3+
"version": "3.24.0",
44
"description": "The official Elastic APM agent for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)