diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dda0a413..0ecb9f359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased](https://github.com/Instabug/Instabug-Flutter/compare/v12.4.0...dev) +## [12.5.0](https://github.com/Instabug/Instabug-Flutter/compare/v12.4.0...v12.5.0) (January 07 , 2024) ### Changed diff --git a/android/build.gradle b/android/build.gradle index da71a38e2..60a70b12b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.instabug.flutter' -version '12.4.0' +version '12.5.0' buildscript { repositories { diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index a7dd9dce1..5e9bf203c 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,7 +1,7 @@ PODS: - Flutter (1.0.0) - Instabug (12.5.0) - - instabug_flutter (12.4.0): + - instabug_flutter (12.5.0): - Flutter - Instabug (= 12.5.0) - OCMock (3.6) @@ -25,7 +25,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 Instabug: 7c7421ae87838010b47a60d9b56378be2482ab64 - instabug_flutter: b476a6fc0bb2cfb9cf89edae17ad67270be75af5 + instabug_flutter: 6616282da25073d743a4bb549a7b36ac60304fff OCMock: 5ea90566be239f179ba766fd9fbae5885040b992 PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c diff --git a/example/pubspec.lock b/example/pubspec.lock index b14ae7667..27969bd44 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -91,7 +91,7 @@ packages: path: ".." relative: true source: path - version: "12.2.0" + version: "12.5.0" matcher: dependency: transitive description: diff --git a/ios/instabug_flutter.podspec b/ios/instabug_flutter.podspec index 87301c457..47f377266 100644 --- a/ios/instabug_flutter.podspec +++ b/ios/instabug_flutter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'instabug_flutter' - s.version = '12.4.0' + s.version = '12.5.0' s.summary = 'Flutter plugin for integrating the Instabug SDK.' s.author = 'Instabug' s.homepage = 'https://www.instabug.com/platforms/flutter' diff --git a/pubspec.yaml b/pubspec.yaml index 23c0d4c07..fc0a5368f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: instabug_flutter -version: 12.4.0 +version: 12.5.0 description: >- Instabug empowers mobile teams to monitor, prioritize, and debug performance and stability issues throughout the app development lifecycle.