diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d6a89ec..0caca426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ - "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott +## 3.2.2 + +- feat(annotation): Handle JSX member expressions (#690) +- fix(core): Don't crash on recoverable CLI command error (#682) +- chore: Suggest putting `SENTRY_AUTH_TOKEN`, `SENTRY_ORG` and `SENTRY_PROJECT` in `passThroughEnv` when using Turborepo (#675) + ## 3.2.1 - deps: Bump @sentry/cli to 2.42.2 (#685)