From 188f80c7d4f081630ec82ef93f0785238181fb43 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Mon, 7 Aug 2023 15:47:25 +0000 Subject: [PATCH] release: 3.12.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 6ca8a460c..2d5d228b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 3.12.0 ### Features diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 5ce96700c..c03a0dd03 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -6,7 +6,7 @@ org.gradle.daemon=false name = sentry-android-gradle-plugin group = io.sentry -version = 3.11.1 +version = 3.12.0 sdk_version = 6.28.0 # publication pom properties diff --git a/sentry-kotlin-compiler-plugin/gradle.properties b/sentry-kotlin-compiler-plugin/gradle.properties index 19baf642b..9cae14527 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 = 3.11.1 +VERSION_NAME = 3.12.0 # publication pom properties POM_NAME=Sentry Kotlin Compiler Plugin