From 131deb1a4573f6e82d333da89cd75cc5f159a0e0 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Wed, 15 Sep 2021 14:53:02 -0700 Subject: [PATCH] 3.21.0 --- CHANGELOG.asciidoc | 6 ++---- docs/upgrading.asciidoc | 1 + package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 8447851470..cebea97163 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -29,10 +29,8 @@ Notes: === Node.js Agent version 3.x -==== Unreleased - -[float] -===== Breaking changes +[[release-notes-3.21.0]] +==== 3.21.0 2021/09/15 [float] ===== Features diff --git a/docs/upgrading.asciidoc b/docs/upgrading.asciidoc index fc4e847580..e80fdedd72 100644 --- a/docs/upgrading.asciidoc +++ b/docs/upgrading.asciidoc @@ -31,6 +31,7 @@ The table below is a simplified description of this policy. [options="header"] |==== |Agent version |EOL Date |Maintained until +|3.21.x |2023-03-15 |3.22.0 |3.20.x |2023-02-12 |3.21.0 |3.19.x |2023-02-05 |3.20.0 |3.18.x |2023-01-20 |3.19.0 diff --git a/package.json b/package.json index 379e5ed549..1a49e7c3db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elastic-apm-node", - "version": "3.20.0", + "version": "3.21.0", "description": "The official Elastic APM agent for Node.js", "main": "index.js", "types": "index.d.ts",