From 24e1274aa06d9b6df36628bea7dd15e0c487114c Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Thu, 12 Sep 2024 11:48:04 +0000 Subject: [PATCH] release: 0.9.0 --- CHANGELOG.md | 2 +- gradle.properties | 2 +- sentry-kotlin-multiplatform-gradle-plugin/gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d823fa..5c1029f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.9.0 ### Improvements diff --git a/gradle.properties b/gradle.properties index 8a3a9511..465210d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ android.useAndroidX=true compose.version=1.3.1-rc01 # Release information -versionName=0.8.0 +versionName=0.9.0 # Increase memory for in-process compiler execution. org.gradle.jvmargs=-Xmx6g diff --git a/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties b/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties index 8b7eb47b..c9cbba89 100644 --- a/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties +++ b/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties @@ -1,6 +1,6 @@ id=io.sentry.kotlin.multiplatform.gradle implementationClass=io.sentry.kotlin.multiplatform.gradle.SentryPlugin -versionName=0.8.0 +versionName=0.9.0 group=io.sentry sentryCocoaVersion=8.36.0