Skip to content

Commit 8c2704c

Browse files
committed
Merge branch 'main' into feat/app-context-screen
2 parents 789acd7 + 1d47eb7 commit 8c2704c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
- Bump Android SDK from v6.25.2 to v6.28.0 ([#1586](https://github.com/getsentry/sentry-dart/pull/1586))
1717
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6280)
1818
- [diff](https://github.com/getsentry/sentry-java/compare/6.25.2...6.28.0)
19-
- Bump Cocoa SDK from v8.9.1 to v8.10.0 ([#1584](https://github.com/getsentry/sentry-dart/pull/1584), [#1606](https://github.com/getsentry/sentry-dart/pull/1606))
20-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8100)
21-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.9.1...8.10.0)
19+
- Bump Cocoa SDK from v8.9.1 to v8.11.0 ([#1584](https://github.com/getsentry/sentry-dart/pull/1584), [#1606](https://github.com/getsentry/sentry-dart/pull/1606), [#1626](https://github.com/getsentry/sentry-dart/pull/1626))
20+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8110)
21+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.9.1...8.11.0)
2222

2323
## 7.9.0
2424

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/HybridSDK', '8.10.0'
15+
s.dependency 'Sentry/HybridSDK', '8.11.0'
1616
s.ios.dependency 'Flutter'
1717
s.osx.dependency 'FlutterMacOS'
1818
s.ios.deployment_target = '11.0'

0 commit comments

Comments
 (0)