From c17bf3a6b9afdfa37f008b8d5aec49a57c0329fb Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Thu, 16 May 2024 08:54:23 +0000 Subject: [PATCH] release: 4.6.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 77a14b78..2cce5def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.6.0 ### Fixes diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index f6f55f92..945d48b9 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.5.1 +version = 4.6.0 sdk_version = 7.9.0 # publication pom properties diff --git a/sentry-kotlin-compiler-plugin/gradle.properties b/sentry-kotlin-compiler-plugin/gradle.properties index a9e87402..1cc7f3f9 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.5.1 +VERSION_NAME = 4.6.0 # publication pom properties POM_NAME=Sentry Kotlin Compiler Plugin