Skip to content

Commit 5c37707

Browse files
chore: update flutter/scripts/update-cocoa.sh to 7.21.0 (#947)
Co-authored-by: GitHub <[email protected]>
1 parent dbef085 commit 5c37707

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
- Bump Android SDK to v6.2.1 ([#945](https://github.com/getsentry/sentry-dart/pull/945))
1313
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#621)
1414
- [diff](https://github.com/getsentry/sentry-java/compare/6.1.4...6.2.1)
15+
- Bump Cocoa SDK to v7.21.0 ([#947](https://github.com/getsentry/sentry-dart/pull/947))
16+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7210)
17+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.19.0...7.21.0)
1518

1619
## 6.6.3
1720

flutter/ios/sentry_flutter.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1212
:tag => s.version.to_s }
1313
s.source_files = 'Classes/**/*'
1414
s.public_header_files = 'Classes/**/*.h'
15-
s.dependency 'Sentry', '~> 7.19.0'
15+
s.dependency 'Sentry', '~> 7.21.0'
1616
s.ios.dependency 'Flutter'
1717
s.osx.dependency 'FlutterMacOS'
1818
s.ios.deployment_target = '9.0'

0 commit comments

Comments
 (0)