Skip to content

Commit caf8fe6

Browse files
authored
update changelog for 0.8.0 (#259)
* update * Update CHANGELOG.md
1 parent a63ab53 commit caf8fe6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,26 @@
22

33
## Unreleased
44

5+
### Features
6+
7+
- New Sentry KMP Gradle plugin ([#230](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/230))
8+
- Install via `plugins { id("io.sentry.kotlin.multiplatform.gradle") version "{version}" }`
9+
- Enables auto installing of the KMP SDK to `commonMain` (if all targets are supported)
10+
- This also automatically installs the Sentry Android SDK
11+
- Enables auto installing of the required Sentry Cocoa SDK with Cocoapods (if Cocoapods plugin is enabled)
12+
- Configures linking for SPM (needed if you want to compile a dynamic framework with `isStatic = false`)
13+
- Configure via the `sentryKmp` configuration block in your build file
14+
```kotlin
15+
// Example configuration in build.gradle.kts
16+
sentryKmp {
17+
// Disable auto installing the KMP SDK to commonMain
18+
autoInstall.commonMain.enabled = false
19+
}
20+
```
21+
522
### Dependencies
623

24+
- Bump Kotlin version from v1.9.21 to v1.9.23 ([#250](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/250))
725
- Bump Java SDK from v7.13.0 to v7.14.0 ([#253](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/253))
826
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140)
927
- [diff](https://github.com/getsentry/sentry-java/compare/7.13.0...7.14.0)

0 commit comments

Comments
 (0)