diff --git a/CHANGELOG.md b/CHANGELOG.md index 431ea3d062..d036f27f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ > make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first. +## Unreleased + +### Fixes + +- Fix iOS crash with AVAssetDownloadTask in urlSessionTask:setState: ([#6133](https://github.com/getsentry/sentry-react-native/pull/6133)) + +### Dependencies + +- Bump Cocoa SDK from v9.12.1 to v9.13.0 ([#6133](https://github.com/getsentry/sentry-react-native/pull/6133)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9130) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.12.1...9.13.0) + ## 8.11.0 ### Features diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 5054b80451..d39470e3f8 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -51,7 +51,7 @@ Pod::Spec.new do |s| 'HEADER_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}/Sentry/Sources/Sentry" "${PODS_ROOT}/Sentry/Sources/Sentry/include"' } - s.dependency 'Sentry', '9.12.1' + s.dependency 'Sentry', '9.13.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)