diff --git a/CHANGELOG.md b/CHANGELOG.md index e789b3820..ccbaf8934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,17 @@ +# Changelog + ## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v14.1.0...dev) ### Added - Add support for enable/disable capturing network body. ([#1362](https://github.com/Instabug/Instabug-React-Native/pull/1362)) -# Changelog - -## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v14.1.0...dev) - ### Changed - Bump Instabug iOS SDK to v14.3.0 ([#1367](https://github.com/Instabug/Instabug-React-Native/pull/1367)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/14.3.0). +- Bump Instabug Android SDK to v14.3.0 ([#1375](https://github.com/Instabug/Instabug-React-Native/pull/1375)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v14.3.0). + ## [14.1.0](https://github.com/Instabug/Instabug-React-Native/compare/v14.0.0...v14.1.0) (January 2, 2025) ### Added diff --git a/android/native.gradle b/android/native.gradle index 55a7f0e4e..3241dc5f2 100644 --- a/android/native.gradle +++ b/android/native.gradle @@ -1,5 +1,5 @@ project.ext.instabug = [ - version: '14.3.0.6624149-SNAPSHOT' + version: '14.3.0' ] dependencies {