diff --git a/CHANGELOG.md b/CHANGELOG.md index fab46fd6..57c86645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.10.0 ### Features diff --git a/gradle.properties b/gradle.properties index 465210d1..501512dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ android.useAndroidX=true compose.version=1.3.1-rc01 # Release information -versionName=0.9.0 +versionName=0.10.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 83563627..b85dd285 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.9.0 +versionName=0.10.0 group=io.sentry sentryCocoaVersion=8.37.0