Skip to content

Commit 955f10d

Browse files
Merge 0e8b457 into 34aba08
2 parents 34aba08 + 0e8b457 commit 955f10d

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
@@ -10,6 +10,9 @@
1010
- Bump Android SDK from v6.18.1 to v6.19.0 ([#3086](https://github.com/getsentry/sentry-react-native/pull/3086))
1111
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6190)
1212
- [diff](https://github.com/getsentry/sentry-java/compare/6.18.1...6.19.0)
13+
- Bump Cocoa SDK from v8.7.1 to v8.7.2 ([#3076](https://github.com/getsentry/sentry-react-native/pull/3076))
14+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#872)
15+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.7.1...8.7.2)
1316

1417
## 5.5.0
1518

RNSentry.podspec

Lines changed: 1 addition & 1 deletion
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.7.1'
22+
s.dependency 'Sentry/HybridSDK', '8.7.2'
2323

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

0 commit comments

Comments
 (0)