Skip to content

Commit

Permalink
release: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Aug 28, 2024
1 parent caf8fe6 commit 8fd664c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.8.0

### Features

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8fd664c

Please sign in to comment.