Skip to content

Commit

Permalink
4.1.0 (#3662)
Browse files Browse the repository at this point in the history
Co-authored-by: Trent Mick <trent.mick@elastic.co>
  • Loading branch information
david-luna and trentm authored Oct 12, 2023
1 parent d3b4796 commit f49e488
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,15 @@ Notes:
==== x.x.x - YYYY/MM/DD
////
[[release-notes-4.x]]
=== Node.js Agent version 4.x
See the <<upgrade-to-v4>> guide.
==== Unreleased
[float]
===== Breaking changes
[[release-notes-4.1.0]]
==== 4.1.0 - 2023/10/09
[float]
===== Features
Expand All @@ -62,9 +61,6 @@ See the <<upgrade-to-v4>> guide.
[float]
===== Bug fixes
[float]
===== Chores
* Changes to cloud metadata collection for Google Cloud (GCP). Most notably
the `cloud.project.id` field is now the `project-id` from
https://cloud.google.com/compute/docs/metadata/default-metadata-values#project_metadata
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "4.1.0",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit f49e488

Please sign in to comment.