diff --git a/NEWS.md b/NEWS.md index 040a15dd00..965569a188 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +### v11.5.0 (2023-10-30) + +#### Miscellaneous chores + +* **dep:** Updated @newrelic/security-agent to v0.4.0 ([#1837](https://github.com/newrelic/node-newrelic/pull/1837)) ([fb06ac9](https://github.com/newrelic/node-newrelic/commit/fb06ac930269b784fcea6c2b8ea5e54158677ec4)) + +#### Continuous integration + +* Disable fail-fast on nightly versioned test runs ([#1836](https://github.com/newrelic/node-newrelic/pull/1836)) ([fe1b4fc](https://github.com/newrelic/node-newrelic/commit/fe1b4fc4c00b2e4ea4c7b6fa5a8c1cd6e864145a)) + ### v11.4.0 (2023-10-25) #### Features diff --git a/changelog.json b/changelog.json index c36d0a8943..15b05b5f84 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,14 @@ { "repository": "newrelic/node-newrelic", "entries": [ + { + "version": "11.5.0", + "changes": { + "security": [], + "bugfixes": [], + "features": [] + } + }, { "version": "11.4.0", "changes": { diff --git a/package-lock.json b/package-lock.json index 7c61d52e64..7b8c81b83d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newrelic", - "version": "11.4.0", + "version": "11.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newrelic", - "version": "11.4.0", + "version": "11.5.0", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.9.4", diff --git a/package.json b/package.json index 243fb9c40e..1bb28f357d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic", - "version": "11.4.0", + "version": "11.5.0", "author": "New Relic Node.js agent team ", "license": "Apache-2.0", "contributors": [