From 17c24943ea497818aa1acb5ee5e9d281e388b8fe Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 19 Jun 2024 11:29:02 +0000 Subject: [PATCH] release: 4.8.0 --- CHANGELOG.md | 2 +- plugin-build/gradle.properties | 2 +- sentry-kotlin-compiler-plugin/gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a35310..eae97d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.8.0 ### Fixes diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 07749d4d..5c96e0b9 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -8,7 +8,7 @@ org.gradle.parallel=true name = sentry-android-gradle-plugin group = io.sentry -version = 4.7.1 +version = 4.8.0 sdk_version = 7.10.0 # publication pom properties diff --git a/sentry-kotlin-compiler-plugin/gradle.properties b/sentry-kotlin-compiler-plugin/gradle.properties index 3de31890..7c657c07 100644 --- a/sentry-kotlin-compiler-plugin/gradle.properties +++ b/sentry-kotlin-compiler-plugin/gradle.properties @@ -1,6 +1,6 @@ GROUP = io.sentry POM_ARTIFACT_ID = sentry-kotlin-compiler-plugin -VERSION_NAME = 4.7.1 +VERSION_NAME = 4.8.0 # publication pom properties POM_NAME=Sentry Kotlin Compiler Plugin