diff --git a/NEWS.md b/NEWS.md index 8898653528..662768fd6f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,29 @@ +### v11.22.0 (2024-06-28) + +#### Features + +* Added support for Node 22([#2305](https://github.com/newrelic/node-newrelic/pull/2305)) ([0bf8908](https://github.com/newrelic/node-newrelic/commit/0bf89081a59fe598b22613257f519c171149c454)) +* Added AIM support for Meta Llama3 models in AWS Bedrock ([#2306](https://github.com/newrelic/node-newrelic/pull/2306)) ([ff2e509](https://github.com/newrelic/node-newrelic/commit/ff2e509913c2169c274387db461edffeee896834)) + +#### Documentation + +* Updated compatibility report ([#2309](https://github.com/newrelic/node-newrelic/pull/2309)) ([7bf77c6](https://github.com/newrelic/node-newrelic/commit/7bf77c6b41d8313c6837293f42901c6e13954af4)) + +#### Miscellaneous chores + +* Added [@amychisholm03](https://github.com/amychisholm03) to list of contributors 🎉 ([#2310](https://github.com/newrelic/node-newrelic/pull/2310)) ([8a890f1](https://github.com/newrelic/node-newrelic/commit/8a890f1d8879715be3b15bdc58f95c764c112646)) +* Forced re-creation of API docs on gh-pages ([#2307](https://github.com/newrelic/node-newrelic/pull/2307)) ([917110a](https://github.com/newrelic/node-newrelic/commit/917110a189bc77823f114b1bfb338788fa2b6043)) + +#### Tests + +* Updated undici versioned tests to assert an error is present and not the actual message ([#2299](https://github.com/newrelic/node-newrelic/pull/2299)) ([4e38ed4](https://github.com/newrelic/node-newrelic/commit/4e38ed494f2706d4c6b3f89474efb7365e766903)) + +#### Continuous integration + +* Added Node 22 to CI ([#2164](https://github.com/newrelic/node-newrelic/pull/2164)) ([4b12d9e](https://github.com/newrelic/node-newrelic/commit/4b12d9e7d89d8367fdb895b24e2818ff85d67592)) +* Added Node 22 to smoke tests and nightly versioned test runs ([#2316](https://github.com/newrelic/node-newrelic/pull/2316)) ([af00666](https://github.com/newrelic/node-newrelic/commit/af00666d3b1a3458c40bd6f0e3dca6ac2e477335)) +* Moved the docs PR job to before api docs publish ([#2300](https://github.com/newrelic/node-newrelic/pull/2300)) ([2e7252e](https://github.com/newrelic/node-newrelic/commit/2e7252ef3281046c3c85722ccede582e5aefa1a9)) + ### v11.21.0 (2024-06-25) #### Features diff --git a/changelog.json b/changelog.json index 971ae003f0..56a223d3a0 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,17 @@ { "repository": "newrelic/node-newrelic", "entries": [ + { + "version": "11.22.0", + "changes": { + "security": [], + "bugfixes": [], + "features": [ + "Added supoort for Node 22", + "Added AIM support for Meta Llama3 models in AWS Bedrock" + ] + } + }, { "version": "11.21.0", "changes": { @@ -484,4 +495,4 @@ } } ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index f3e25ad212..6cd8902e1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic", - "version": "11.21.0", + "version": "11.22.0", "author": "New Relic Node.js agent team ", "license": "Apache-2.0", "contributors": [