diff --git a/CHANGELOG.md b/CHANGELOG.md index 67657a621..ce7c3b076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Changed +- Bump Instabug iOS SDK to v12.2.0 ([#406](https://github.com/Instabug/Instabug-Flutter/pull/406)). [See release notes](https://github.com/instabug/instabug-ios/releases/tag/12.2.0). - Bump Instabug Android SDK to v12.2.0 ([#405](https://github.com/Instabug/Instabug-Flutter/pull/405)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v12.2.0). ## [12.1.0](https://github.com/Instabug/Instabug-Flutter/compare/v12.1.0...v11.14.0) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 0e182b1aa..e8fcf7323 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,9 +1,9 @@ PODS: - Flutter (1.0.0) - - Instabug (12.1.0) + - Instabug (12.2.0) - instabug_flutter (12.1.0): - Flutter - - Instabug (= 12.1.0) + - Instabug (= 12.2.0) - OCMock (3.6) DEPENDENCIES: @@ -24,10 +24,10 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 - Instabug: 3ce9b076023458324e8c5f2452a32bc0609f676d - instabug_flutter: 762426d07dd8614130ad19a30e00062213e048ea + Instabug: 3eb90033224ef6b072ab9b2e739f62fe88a7edaa + instabug_flutter: 86e2b415bf1156887ecc9fcb9824a1bc5d99376b OCMock: 5ea90566be239f179ba766fd9fbae5885040b992 PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c -COCOAPODS: 1.12.1 +COCOAPODS: 1.13.0 diff --git a/ios/instabug_flutter.podspec b/ios/instabug_flutter.podspec index 05cb3f937..24d7d739d 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', '12.1.0' + s.dependency 'Instabug', '12.2.0' end