Skip to content

Commit 8305227

Browse files
authored
3.21.0 (#2329)
1 parent c29b236 commit 8305227

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGELOG.asciidoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ Notes:
2929
=== Node.js Agent version 3.x
3030
3131
32-
==== Unreleased
33-
34-
[float]
35-
===== Breaking changes
32+
[[release-notes-3.21.0]]
33+
==== 3.21.0 2021/09/15
3634
3735
[float]
3836
===== Features

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.21.x |2023-03-15 |3.22.0
3435
|3.20.x |2023-02-12 |3.21.0
3536
|3.19.x |2023-02-05 |3.20.0
3637
|3.18.x |2023-01-20 |3.19.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.20.0",
3+
"version": "3.21.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)