diff --git a/CHANGELOG.md b/CHANGELOG.md index f391638352d0..a8a8d6b7adef 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 +## 7.14.1 + +- fix(nextjs): Handle CJS API route exports (#5865) +- fix(node): Only set `DeviceContext.boot_time` if `os.uptime()` is valid (#5859) +- fix(tracing): Warn if `resolvers` is not defined in `ApolloServer` config (#5850) +- fix(utils): Normalize when serializing envelope (#5851) +- ref(react): Improve React Router v6 error message (#5853) + ## 7.14.0 - feat(nextjs): Add status to data-fetcher spans (#5777)