diff --git a/CHANGELOG.md b/CHANGELOG.md index fadd7516c..b2cdcd40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [Unreleased](https://github.com/Instabug/Instabug-Flutter/compare/v11.14.0...dev) + +### Changed + +- Bump Instabug iOS SDK to v11.14.0 ([#383](https://github.com/Instabug/Instabug-Flutter/pull/383)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/11.14.0). + ## [11.13.0](https://github.com/Instabug/Instabug-Flutter/compare/v11.12.0...v11.13.0) (July 10, 2023) ### Changed diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index dabcb7368..39dc35834 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,9 +1,9 @@ PODS: - Flutter (1.0.0) - - Instabug (11.13.3) + - Instabug (11.14.0) - instabug_flutter (11.13.0): - Flutter - - Instabug (= 11.13.3) + - Instabug (= 11.14.0) - OCMock (3.6) DEPENDENCIES: @@ -24,8 +24,8 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 - Instabug: f7c3880823873cff9ee70307d373e8266c9ea0f8 - instabug_flutter: e935f80f03127586ebb4fc61c6b891d87a978ee3 + Instabug: b4976b1a96ed7462b772ff63f7c4e0166389c86a + instabug_flutter: 4ac2812a7091470121b05722eadd76e450acca6d OCMock: 5ea90566be239f179ba766fd9fbae5885040b992 PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c diff --git a/ios/instabug_flutter.podspec b/ios/instabug_flutter.podspec index a8265b75a..7e4ec092d 100644 --- a/ios/instabug_flutter.podspec +++ b/ios/instabug_flutter.podspec @@ -17,6 +17,6 @@ Pod::Spec.new do |s| s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'} s.dependency 'Flutter' - s.dependency 'Instabug', '11.13.3' + s.dependency 'Instabug', '11.14.0' end