From 14e1fb9bd6ce92e94efc6871ed650c3740bf0914 Mon Sep 17 00:00:00 2001 From: AyaMahmoud148 Date: Mon, 14 Apr 2025 10:43:00 +0200 Subject: [PATCH 1/4] chore: (Android) bump sdk to v14.3.0 --- CHANGELOG.md | 3 ++- android/native.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e789b3820..a16df88a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,13 @@ # 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 ([#1369](https://github.com/Instabug/Instabug-React-Native/pull/1369)). [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 { From f9ac9ce55661fb47745f3a48fb92e497975f4532 Mon Sep 17 00:00:00 2001 From: AyaMahmoud148 Date: Mon, 14 Apr 2025 10:44:27 +0200 Subject: [PATCH 2/4] fix: reformate change log --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a16df88a5..4960a5696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ +# 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 - ### Changed From 802e6dad531be11d51422d3a9d1e541da8d81708 Mon Sep 17 00:00:00 2001 From: AyaMahmoud148 Date: Mon, 14 Apr 2025 10:47:00 +0200 Subject: [PATCH 3/4] fix: lint --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4960a5696..a166da8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ - Add support for enable/disable capturing network body. ([#1362](https://github.com/Instabug/Instabug-React-Native/pull/1362)) - ### 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). From 2aa37ec0236cadefa31c736cf69156decefb74a6 Mon Sep 17 00:00:00 2001 From: AyaMahmoud148 Date: Mon, 14 Apr 2025 11:18:54 +0200 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a166da8be..ccbaf8934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - 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 ([#1369](https://github.com/Instabug/Instabug-React-Native/pull/1369)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v14.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)