Skip to content

Commit f922f8f

Browse files
chore(deps): update Cocoa SDK to v7.29.0 (#1089)
Co-authored-by: GitHub <noreply@github.com>
1 parent 2f8f173 commit f922f8f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- Bump Android SDK from v6.5.0 to v6.6.0 ([#1090](https://github.com/getsentry/sentry-dart/pull/1090))
88
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#660)
99
- [diff](https://github.com/getsentry/sentry-java/compare/6.5.0...6.6.0)
10+
- Bump Cocoa SDK from v7.28.0 to v7.29.0 ([#1089](https://github.com/getsentry/sentry-dart/pull/1089))
11+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7290)
12+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.28.0...7.29.0)
1013

1114
## 6.13.1
1215

flutter/ios/sentry_flutter.podspec

Lines changed: 1 addition & 1 deletion
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.28.0'
15+
s.dependency 'Sentry', '~> 7.29.0'
1616
s.ios.dependency 'Flutter'
1717
s.osx.dependency 'FlutterMacOS'
1818
s.ios.deployment_target = '9.0'

0 commit comments

Comments
 (0)