From 587d598135a0e7736e755af152cf351f55b905d8 Mon Sep 17 00:00:00 2001 From: Bob Evans Date: Tue, 29 Aug 2023 14:08:45 -0400 Subject: [PATCH] chore: changelog edits --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b09ad4..72ac358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ ### v0.7.0 (2023-08-29) -* **BREAKING**: Updated the module path to properly instrument Next.js with `require-in-the-middle`. +* Updated the module path to properly instrument Next.js with `require-in-the-middle`. -Updated the contributing docs +* Updated minimum version of peer dependency `newrelic` to `>=11.0.0` to ensure the new path to Next.js server instrumentation will work. -* update versioned test helper to handle next@13.4.15 changes +* Updated the contributing docs. + +* Updated versioned test helper to handle next@13.4.15 changes. ### v0.6.0 (2023-08-09)