Skip to content

Commit 94f9b87

Browse files
Merge 1fdfddf into 0153937
2 parents 0153937 + 1fdfddf commit 94f9b87

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
@@ -20,6 +20,9 @@
2020
- Bump Android SDK from v6.15.0 to v6.16.0 ([#2903](https://github.com/getsentry/sentry-react-native/pull/2903))
2121
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6160)
2222
- [diff](https://github.com/getsentry/sentry-java/compare/6.15.0...6.16.0)
23+
- Bump Cocoa SDK from v8.3.0 to v8.3.2 ([#2895](https://github.com/getsentry/sentry-react-native/pull/2895))
24+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#832)
25+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.3.0...8.3.2)
2326

2427
## 5.1.1
2528

RNSentry.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.preserve_paths = '*.js'
2020

2121
s.dependency 'React-Core'
22-
s.dependency 'Sentry/HybridSDK', '8.3.0'
22+
s.dependency 'Sentry/HybridSDK', '8.3.2'
2323

2424
s.source_files = 'ios/**/*.{h,mm}'
2525
s.public_header_files = 'ios/RNSentry.h'

0 commit comments

Comments
 (0)