diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index e35892d5c2..f38aca3a60 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -29,7 +29,8 @@ Notes: === Node.js Agent version 3.x -==== Unreleased +[[release-notes-3.30.0]] +==== 3.30.0 2022/03/10 [float] ===== Breaking changes diff --git a/docs/upgrading.asciidoc b/docs/upgrading.asciidoc index 7c74181147..9ee81a9230 100644 --- a/docs/upgrading.asciidoc +++ b/docs/upgrading.asciidoc @@ -36,6 +36,7 @@ The table below is a simplified description of this policy. [options="header"] |==== |Agent version |EOL Date |Maintained until +|3.30.x |2023-09-10 |3.31.0 |3.29.x |2023-08-10 |3.30.0 |3.28.x |2023-08-08 |3.29.0 |3.27.x |2023-07-17 |3.28.0 diff --git a/package.json b/package.json index d0d69d5ff5..ea57227363 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elastic-apm-node", - "version": "3.29.0", + "version": "3.30.0", "description": "The official Elastic APM agent for Node.js", "main": "index.js", "types": "index.d.ts",