From 9a71b78b5f50171548c98fea5b4fb03cb30bed00 Mon Sep 17 00:00:00 2001 From: iker barriocanal <32816711+iker-barriocanal@users.noreply.github.com> Date: Fri, 10 Dec 2021 14:52:51 +0100 Subject: [PATCH] meta: Update changelog for v6.16.1 (#4257) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 936808b897dc..669a1e2e0dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 6.16.1 + +- feat(nextjs): Support Next.js v12 (#4093) +- fix(nextjs): Disable server instrumentation on Vercel (#4255) +- feat(tracing): Add metadata around idleTimeout (#4251) + +Work in this release contributed by @KATT. Thank you for your contribution! + ## 6.16.0 - feat(angular): Add Angular 13 to peer dep (#4183)