diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e41f896a0..19f10191b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## Unreleased + +- Bump Sentry Cocoa 7.18.1 ([#2320](https://github.com/getsentry/sentry-react-native/pull/2320)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/7.18.1/CHANGELOG.md) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.18.0...7.18.1) +- Bump Sentry Android 6.1.4 ([#2320](https://github.com/getsentry/sentry-react-native/pull/2320)) + - [changelog](https://github.com/getsentry/sentry-java/blob/6.1.4/CHANGELOG.md) + - [diff](https://github.com/getsentry/sentry-java/compare/6.1.2...6.1.4) + ## 4.0.2 - Fix Calculate the absolute number of Android versionCode ([#2313](https://github.com/getsentry/sentry-react-native/pull/2313)) diff --git a/RNSentry.podspec b/RNSentry.podspec index f812a317a0..c2585cc856 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry', '7.18.0' + s.dependency 'Sentry', '7.18.1' s.source_files = 'ios/RNSentry.{h,m}' s.public_header_files = 'ios/RNSentry.h' diff --git a/android/build.gradle b/android/build.gradle index 8be321c243..438658e93d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -24,5 +24,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:6.1.2' + api 'io.sentry:sentry-android:6.1.4' }