diff --git a/CHANGELOG.md b/CHANGELOG.md index 563997f9f2d..42826f09ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,9 @@ ## 8.19.1 +> [!Warning] +> Android: This release is incompatible with API levels below 26. We recommend using SDK version 8.20.0 or higher instead. + ### Fixes - Do not store No-Op scopes onto OpenTelemetry Context when wrapping ([#4631](https://github.com/getsentry/sentry-java/pull/4631)) @@ -37,6 +40,9 @@ ## 8.19.0 +> [!Warning] +> Android: This release is incompatible with API levels below 26. We recommend using SDK version 8.20.0 or higher instead. + ### Features - Add a `isEnableSystemEventBreadcrumbsExtras` option to disable reporting system events extras for breadcrumbs ([#4625](https://github.com/getsentry/sentry-java/pull/4625))