From b983bb76ddaa2b9d04c3b7df294e4febd4ca0a63 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Fri, 31 Jan 2025 13:14:31 +0000 Subject: [PATCH] release: 5.1.0 --- CHANGELOG.md | 4 ++++ plugin-build/gradle.properties | 2 +- sentry-kotlin-compiler-plugin/gradle.properties | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f8da39..674e3a07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.1.0 + +- No documented changes. + ## 5.0.0 ### Intro diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index ae2b74ca..a557dfef 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 = 5.0.0 +version = 5.1.0 sdk_version = 8.0.0 # publication pom properties diff --git a/sentry-kotlin-compiler-plugin/gradle.properties b/sentry-kotlin-compiler-plugin/gradle.properties index e720e8b5..7c684205 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 = 5.0.0 +VERSION_NAME = 5.1.0 # publication pom properties POM_NAME=Sentry Kotlin Compiler Plugin