Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Notes:

See the <<upgrade-to-v4>> guide.

==== Unreleased
[[release-notes-4.9.0]]
==== 4.9.0 - 2024/12/09

[float]
===== Breaking changes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Empty sections should be removed from the changelog.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in commit 7877def.
Mainly I added the commit to force a re-run of the doc build.

Expand All @@ -46,6 +47,8 @@ See the <<upgrade-to-v4>> guide.
[float]
===== Bug fixes

* fix to support a internal refactor in `mysql2` v3.11.5. ({pull}4334[#4334])

[float]
===== Chores

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.8.1",
"version": "4.9.0",
"description": "The official Elastic APM agent for Node.js",
"type": "commonjs",
"main": "index.js",
Expand Down
Loading