Skip to content

Commit 22cc85d

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.23.0'
2 parents 99336dd + 240d1ba commit 22cc85d

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Prepare release
30-
uses: getsentry/action-prepare-release@v1
30+
uses: getsentry/action-prepare-release@c8e1c2009ab08259029170132c384f03c1064c0e
3131
env:
3232
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
3333
with:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.23.0
44

55
⚠️ This release will affect issue grouping for iOS events as Sentry now captures correct stacktraces for manually captured and crashed iOS events.
66

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Use the Kotlin Multiplatform and Cocoa SDK combinations listed in the table belo
6666
| 0.20.0 | 8.55.1 |
6767
| 0.21.0 | 8.57.1 |
6868
| 0.22.0 | 8.57.3 |
69+
| 0.23.0 | 8.57.3 |
6970

7071
## Usage
7172

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android.useAndroidX=true
88
compose.version=1.3.1-rc01
99

1010
# Release information
11-
versionName=0.22.0
11+
versionName=0.23.0
1212

1313
# Increase memory for in-process compiler execution.
1414
org.gradle.jvmargs=-Xmx6g

sentry-kotlin-multiplatform-gradle-plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id=io.sentry.kotlin.multiplatform.gradle
22
implementationClass=io.sentry.kotlin.multiplatform.gradle.SentryPlugin
3-
versionName=0.22.0
3+
versionName=0.23.0
44
group=io.sentry
55
sentryCocoaVersion=8.57.3
66

0 commit comments

Comments
 (0)