diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6c53e6..0135948b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.8.0 ### Features diff --git a/gradle.properties b/gradle.properties index a0730dde..8a3a9511 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-beta.1 +versionName=0.8.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 c0a1ac99..a56f82b9 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-beta.1 +versionName=0.8.0 group=io.sentry # TODO: Update update-cocoa.sh so the cocoa version is auto updated as well sentryCocoaVersion=8.26.0