From ae003f45cf13249fd4850601656f0b941dd337f3 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 2 Sep 2024 11:29:24 +0000 Subject: [PATCH 1/2] chore: update scripts/update-cocoa.sh to 8.36.0 --- CHANGELOG.md | 8 ++++++++ .../gradle.properties | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0135948b..4af3e44d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Cocoa SDK from v8.26.0 to v8.36.0 ([#261](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/261)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.26.0...8.36.0) + ## 0.8.0 ### Features diff --git a/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties b/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties index a56f82b9..3efe46cd 100644 --- a/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties +++ b/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties @@ -3,7 +3,7 @@ implementationClass=io.sentry.kotlin.multiplatform.gradle.SentryPlugin 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 +sentryCocoaVersion=8.36.0 # publication pom properties POM_NAME=Sentry Kotlin Multiplatform Gradle Plugin @@ -18,4 +18,4 @@ POM_LICENCE_URL=https://github.com/getsentry/sentry-kotlin-multiplatform/blob/ma POM_DEVELOPER_ID=getsentry POM_DEVELOPER_NAME=Sentry Team and Contributors -POM_DEVELOPER_URL=https://github.com/getsentry/ \ No newline at end of file +POM_DEVELOPER_URL=https://github.com/getsentry/ From 40798a27350f9d849c67c3fd469b5d97d1f03365 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Mon, 2 Sep 2024 13:31:58 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af3e44d..6cd56464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Dependencies -- Bump Cocoa SDK from v8.26.0 to v8.36.0 ([#261](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/261)) +- **Gradle Plugin:** Bump default Cocoa SDK from v8.26.0 to v8.36.0 ([#261](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/261)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.26.0...8.36.0)