diff --git a/CHANGELOG.md b/CHANGELOG.md index 626acf54..c325401d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ > [migration guide](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/) first. +## Unreleased + +### Dependencies + +- Bump Cocoa SDK from v8.36.0 to v8.39.0 ([#751](https://github.com/getsentry/sentry-capacitor/pull/751)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8390) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.36.0...8.39.0) + ## 1.0.1 ### Dependencies diff --git a/SentryCapacitor.podspec b/SentryCapacitor.podspec index 4719f9f9..e9fa1080 100644 --- a/SentryCapacitor.podspec +++ b/SentryCapacitor.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => package['repository']['url'], :tag => s.version.to_s } s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}' - s.dependency 'Sentry/HybridSDK', '8.36.0' + s.dependency 'Sentry/HybridSDK', '8.39.0' s.dependency 'Capacitor' if File.exist?('../../@capacitor/core/package.json') == false