diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f4bdca9..92c32305b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ - Support user identification using ID ([#435](https://github.com/Instabug/Instabug-Flutter/pull/435)). +### Changed + +- Bump Instabug Android SDK to v12.7.1 ([#439](https://github.com/Instabug/Instabug-Flutter/pull/439)). See release notes for [v12.7.1](https://github.com/Instabug/Instabug-Android/releases/tag/v12.7.1). + ## [12.5.0](https://github.com/Instabug/Instabug-Flutter/compare/v12.4.0...v12.5.0) (January 08 , 2024) ### Changed diff --git a/android/build.gradle b/android/build.gradle index 60a70b12b..d26f00c78 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -41,7 +41,7 @@ android { } dependencies { - api 'com.instabug.library:instabug:12.5.1' + api 'com.instabug.library:instabug:12.7.1' testImplementation 'junit:junit:4.13.2' testImplementation "org.mockito:mockito-inline:3.12.1"