diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa85165..b2c29567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ - Bump Android SDK from v7.6.0 to v7.13.0 ([#705](https://github.com/getsentry/sentry-capacitor/pull/705)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7130) - [diff](https://github.com/getsentry/sentry-java/compare/7.6.0...7.13.0) -- Bump Cocoa SDK from v8.21.0 to v8.33.0 ([#606](https://github.com/getsentry/sentry-capacitor/pull/606)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8330) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.33.0) +- Bump Cocoa SDK from v8.21.0 to v8.36.0 ([#606](https://github.com/getsentry/sentry-capacitor/pull/606), [#712](https://github.com/getsentry/sentry-capacitor/pull/712)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.36.0) ### How to Upgrade to Version 1: diff --git a/SentryCapacitor.podspec b/SentryCapacitor.podspec index f3f814d6..4719f9f9 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.33.0' + s.dependency 'Sentry/HybridSDK', '8.36.0' s.dependency 'Capacitor' if File.exist?('../../@capacitor/core/package.json') == false