diff --git a/CHANGELOG.md b/CHANGELOG.md index abe22e397..ac6a6464b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,9 +16,9 @@ - Bump CLI from v2.42.2 to v2.42.4 ([#851](https://github.com/getsentry/sentry-android-gradle-plugin/pull/851), [#854](https://github.com/getsentry/sentry-android-gradle-plugin/pull/854)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2424) - [diff](https://github.com/getsentry/sentry-cli/compare/2.42.2...2.42.4) -- Bump Android SDK from v8.3.0 to v8.8.0 ([#852](https://github.com/getsentry/sentry-android-gradle-plugin/pull/852), [#853](https://github.com/getsentry/sentry-android-gradle-plugin/pull/853), [#865](https://github.com/getsentry/sentry-android-gradle-plugin/pull/865)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#880) - - [diff](https://github.com/getsentry/sentry-java/compare/8.3.0...8.8.0) +- Bump Android SDK from v8.3.0 to v8.9.0 ([#852](https://github.com/getsentry/sentry-android-gradle-plugin/pull/852), [#853](https://github.com/getsentry/sentry-android-gradle-plugin/pull/853), [#865](https://github.com/getsentry/sentry-android-gradle-plugin/pull/865), [#867](https://github.com/getsentry/sentry-android-gradle-plugin/pull/867)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#890) + - [diff](https://github.com/getsentry/sentry-java/compare/8.3.0...8.9.0) ## 5.3.0 diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index f9c7bac2d..05eb31103 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -9,7 +9,7 @@ org.gradle.parallel=true name = sentry-android-gradle-plugin group = io.sentry version = 5.3.0 -sdk_version = 8.8.0 +sdk_version = 8.9.0 # publication pom properties POM_NAME=Sentry Android Gradle Plugin