From 669601a54dcb0b9a4863ed8576cbe5a44b1c49dc Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Fri, 5 Nov 2021 08:50:39 +0100 Subject: [PATCH 1/2] Bump: Sentry-Android to 5.3.0 and Sentry-Cocoa to 7.5.1 --- CHANGELOG.md | 2 +- flutter/android/build.gradle | 2 +- flutter/ios/sentry_flutter.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6cee5f5db..cc3e6e3094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Unreleased -* Bump: Sentry-Android to 5.2.4 and Sentry-Cocoa to 7.4.8 (#621) (#627) +* Bump: Sentry-Android to 5.3.0 and Sentry-Cocoa to 7.5.1 (#621) (#627) * Fix: event.origin tag for macOS and other Apple platforms (#622) # 6.1.0-beta.1 diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index efe47cbcab..e3b5affc23 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -56,6 +56,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:5.2.4' + api 'io.sentry:sentry-android:5.3.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" } diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index de6b1972cd..08b1897ace 100644 --- a/flutter/ios/sentry_flutter.podspec +++ b/flutter/ios/sentry_flutter.podspec @@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa. :tag => s.version.to_s } s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' - s.dependency 'Sentry', '~> 7.4.8' + s.dependency 'Sentry', '~> 7.5.1' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '9.0' From 92e527bd77083a978f36c9756862c0aa96a21d80 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Fri, 5 Nov 2021 08:50:59 +0100 Subject: [PATCH 2/2] pr id --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc3e6e3094..faec5dfef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Unreleased -* Bump: Sentry-Android to 5.3.0 and Sentry-Cocoa to 7.5.1 (#621) (#627) +* Bump: Sentry-Android to 5.3.0 and Sentry-Cocoa to 7.5.1 (#629) * Fix: event.origin tag for macOS and other Apple platforms (#622) # 6.1.0-beta.1