diff --git a/CHANGELOG.md b/CHANGELOG.md index 9831298b84..272acf584b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [14.0.3](https://github.com/Instabug/Instabug-React-Native/compare/v14.0.2...14.0.3) (March 5, 2025) + +### Changed + +- Bump Instabug Android SDK to v14.0.3 ([#1354](https://github.com/Instabug/Instabug-React-Native/pull/1354)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v14.0.3). + ## [14.0.2](https://github.com/Instabug/Instabug-React-Native/compare/v14.0.0...14.0.2) (December 18, 2024) ### Changed diff --git a/android/native.gradle b/android/native.gradle index 4976189e25..927ec70b24 100644 --- a/android/native.gradle +++ b/android/native.gradle @@ -1,5 +1,5 @@ project.ext.instabug = [ - version: '14.0.2.1' + version: '14.0.3' ] dependencies { diff --git a/examples/default/ios/Podfile.lock b/examples/default/ios/Podfile.lock index b4fa2ffe57..af9371e59c 100644 --- a/examples/default/ios/Podfile.lock +++ b/examples/default/ios/Podfile.lock @@ -1602,7 +1602,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - RNInstabug (14.0.2): + - RNInstabug (14.0.3): - Instabug (= 14.0.0) - React-Core - RNReanimated (3.16.1): @@ -2059,7 +2059,7 @@ SPEC CHECKSUMS: ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad RNCClipboard: 2821ac938ef46f736a8de0c8814845dde2dcbdfb RNGestureHandler: 511250b190a284388f9dd0d2e56c1df76f14cfb8 - RNInstabug: 6660dcbf339b47468206d37659c67977b143484e + RNInstabug: 4af06278ba38500a1750b2695a409c976486c06f RNReanimated: f42a5044d121d68e91680caacb0293f4274228eb RNScreens: c7ceced6a8384cb9be5e7a5e88e9e714401fd958 RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d diff --git a/package.json b/package.json index 4c4f9e0f12..4f5574742b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "instabug-reactnative", "description": "React Native plugin for integrating the Instabug SDK", - "version": "14.0.2", + "version": "14.0.3", "author": "Instabug (https://instabug.com)", "repository": "github:Instabug/Instabug-React-Native", "homepage": "https://www.instabug.com/platforms/react-native",