diff --git a/CHANGELOG.md b/CHANGELOG.md index 272acf584..f24115896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [14.0.4](https://github.com/Instabug/Instabug-React-Native/compare/v14.0.3...14.0.4) (May 1, 2025) + +### Changed + +- Bump Instabug Android SDK to v14.0.4 ([#1387](https://github.com/Instabug/Instabug-React-Native/pull/1387)). [See release notes](https://instabug.atlassian.net/wiki/spaces/SWAT/pages/5001379841/D11+-+Android+14.0.4+-+Public+Release+Notes). + ## [14.0.3](https://github.com/Instabug/Instabug-React-Native/compare/v14.0.2...14.0.3) (March 5, 2025) ### Changed diff --git a/android/build.gradle b/android/build.gradle index 55ebd450f..0223e705e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -57,7 +57,7 @@ android { minSdkVersion getExtOrDefault('minSdkVersion').toInteger() targetSdkVersion getExtOrDefault('targetSdkVersion').toInteger() versionCode 1 - versionName "14.0.2" + versionName "14.0.4" multiDexEnabled true ndk { abiFilters "armeabi-v7a", "x86" diff --git a/android/native.gradle b/android/native.gradle index 927ec70b2..5e65301d1 100644 --- a/android/native.gradle +++ b/android/native.gradle @@ -1,5 +1,5 @@ project.ext.instabug = [ - version: '14.0.3' + version: '14.0.4' ] dependencies { diff --git a/examples/default/ios/Podfile.lock b/examples/default/ios/Podfile.lock index af9371e59..6fc2f49f7 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.3): + - RNInstabug (14.0.4): - Instabug (= 14.0.0) - React-Core - RNReanimated (3.16.1): @@ -2059,7 +2059,7 @@ SPEC CHECKSUMS: ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad RNCClipboard: 2821ac938ef46f736a8de0c8814845dde2dcbdfb RNGestureHandler: 511250b190a284388f9dd0d2e56c1df76f14cfb8 - RNInstabug: 4af06278ba38500a1750b2695a409c976486c06f + RNInstabug: 0cfee668bf61efc234d3f3f9cbde24e14c51019f RNReanimated: f42a5044d121d68e91680caacb0293f4274228eb RNScreens: c7ceced6a8384cb9be5e7a5e88e9e714401fd958 RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d diff --git a/package.json b/package.json index 4f5574742..1c7cc6c4a 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.3", + "version": "14.0.4", "author": "Instabug (https://instabug.com)", "repository": "github:Instabug/Instabug-React-Native", "homepage": "https://www.instabug.com/platforms/react-native",