diff --git a/NEWS.md b/NEWS.md index 5da348961c..8b2038c1c4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,7 +10,7 @@ #### Tests -* pinned prisma to < 5 when running on node 14 ([#1717](https://github.com/newrelic/node-newrelic/pull/1717)) ([b000d7b](https://github.com/newrelic/node-newrelic/commit/b000d7b5915b5f6ca571d627ee31e6082ae66ed2)) +* Pinned prisma to < 5 when running on node 14 ([#1717](https://github.com/newrelic/node-newrelic/pull/1717)) ([b000d7b](https://github.com/newrelic/node-newrelic/commit/b000d7b5915b5f6ca571d627ee31e6082ae66ed2)) ### v10.4.1 (2023-07-10) diff --git a/changelog.json b/changelog.json index ea27dc148c..977af615fc 100644 --- a/changelog.json +++ b/changelog.json @@ -6,7 +6,7 @@ "changes": { "security": [], "bugfixes": [ - "Dropped query params when obfuscating" + "Dropped query params from request.uri attribute when obfuscating" ], "features": [] }