diff --git a/NEWS.md b/NEWS.md index 858aaea3ff..340647f2c8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,8 @@ ### v11.2.1 (2023-10-12) -#### Bug Fixes +#### Bug fixes -* Updated intialization to properly return the api on start up to the security agent ([#1807](https://github.com/newrelic/node-newrelic/pull/1807)) ([99e5792](https://github.com/newrelic/node-newrelic/commit/99e5792024263a61751b73976ed707ed51815388)) +* Updated initialization to properly return the api on start up to the security agent ([#1807](https://github.com/newrelic/node-newrelic/pull/1807)) ([99e5792](https://github.com/newrelic/node-newrelic/commit/99e5792024263a61751b73976ed707ed51815388)) ### v11.2.0 (2023-10-11) diff --git a/changelog.json b/changelog.json index f3cdf74069..e6be8fb17c 100644 --- a/changelog.json +++ b/changelog.json @@ -6,7 +6,7 @@ "changes": { "security": [], "bugfixes": [ - "Updated intialization to properly return the api on start up to the security agent" + "Updated initialization to properly return the api on start up to the security agent" ], "features": [] } @@ -185,4 +185,4 @@ } } ] -} \ No newline at end of file +}