Skip to content

Commit

Permalink
4.0.0 (#3613)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Sep 7, 2023
1 parent d4fe958 commit b959464
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ create-arn-file: validate-release-notes-url
@RELEASE_NOTES_URL=$(RELEASE_NOTES_URL) ./scripts/create-arn-table.sh

github-release: validate-ref-name
echo ../dev-utils/github-release.sh "$(GITHUB_REF_NAME)" "$(AWS_FOLDER)/$(SUFFIX_ARN_FILE)"
../dev-utils/github-release.sh "$(GITHUB_REF_NAME)" "$(AWS_FOLDER)/$(SUFFIX_ARN_FILE)"

validate-version:
ifndef AGENT_VERSION
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif::[]
////
Notes:
1. When adding a changelog entry, if the "Unreleased" section doesn't yet exist,
please add the following under the "=== Node.js Agent version 3.x" header:
please add the following under the "=== Node.js Agent version 4.x" header:

==== Unreleased

Expand All @@ -33,7 +33,8 @@ Notes:
See the <<upgrade-to-v4>> guide.
==== Unreleased
[[release-notes-4.0.0]]
==== 4.0.0 - 2023/09/07
[float]
===== Breaking changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elastic-apm-node",
"version": "4.0.0-rc.1",
"version": "4.0.0",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit b959464

Please sign in to comment.