Skip to content

Commit 45eb764

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.18.0'
2 parents f2d2f3f + 07ef8e4 commit 45eb764

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.18.0
44

5-
## Features
5+
### Features
66

77
- Add `proguardUuid` option to `SentryOptions` ([#436](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/436))
88
- This will propagate the `proguardUuid` value to Sentry Android

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ Use the Kotlin Multiplatform and Cocoa SDK combinations listed in the table belo
6161
| 0.12.0 | 8.49.0 (Xcode 16.3 compatible) |
6262
| 0.13.0 | 8.49.1 |
6363
| 0.14.0 | 8.53.1 |
64-
| 0.15.0, 0.16.0, 0.17.0 | 8.53.2 |
65-
| 0.17.1 | 8.53.2 |
64+
| 0.15.0, 0.16.0, 0.17.0, 0.17.1, 0.18.0 | 8.53.2 |
6665

6766
## Usage
6867

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.17.1
11+
versionName=0.18.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.17.1
3+
versionName=0.18.0
44
group=io.sentry
55
sentryCocoaVersion=8.53.2
66

0 commit comments

Comments
 (0)