From 9c670d364f5e6e06f88de7365cffdf9b55708039 Mon Sep 17 00:00:00 2001 From: fractalwrench Date: Tue, 3 Sep 2019 10:17:40 +0100 Subject: [PATCH 1/2] update android to v4.19.1 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 9db6c0ff..c9b77514 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -36,7 +36,7 @@ android { } dependencies { - api 'com.bugsnag:bugsnag-android:4.19.0' + api 'com.bugsnag:bugsnag-android:4.19.1' implementation 'com.facebook.react:react-native:+' androidTestImplementation 'junit:junit:4.12' From f351583a7288d7aa923abf02d55f0ae28995bcd7 Mon Sep 17 00:00:00 2001 From: fractalwrench Date: Tue, 3 Sep 2019 10:21:13 +0100 Subject: [PATCH 2/2] v2.23.1 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- android/build.gradle | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7758f51..ca9684e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +## 2.23.1 (2019-09-03) + +### Bug fixes + +* (Android) Upgrade to bugsnag-android v4.19.1 + * Fix deserialization of custom stackframe fields in cached error reports + [#576](https://github.com/bugsnag/bugsnag-android/pull/576) + + * Fix potential null pointer exception if `setMetaData` is called with a null + value + ## 2.23.0 (2019-08-27) * (Android) Upgrade to bugsnag-android v4.19.0 diff --git a/README.md b/README.md index a47bb9a0..aa95208c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Bugsnag error monitoring & exception reporter for React Native -[![Documentation](https://img.shields.io/badge/documentation-2.23.0-blue.svg)](http://docs.bugsnag.com/platforms/react-native/) +[![Documentation](https://img.shields.io/badge/documentation-2.23.1-blue.svg)](http://docs.bugsnag.com/platforms/react-native/) Automatic [React Native crash reporting](https://www.bugsnag.com/platforms/react-native-error-reporting/) with Bugsnag helps you detect both native OS and JavaScript errors in your React Native apps. diff --git a/android/build.gradle b/android/build.gradle index c9b77514..71f47365 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -23,7 +23,7 @@ android { minSdkVersion safeExtGet('minSdkVersion', 16) targetSdkVersion safeExtGet('targetSdkVersion', 28) versionCode 4 - versionName '2.23.0' + versionName '2.23.1' consumerProguardFiles 'proguard-rules.pro' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/package.json b/package.json index db91b153..07638cd7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "homepage": "https://www.bugsnag.com/platforms/react-native-error-reporting/", "repository": "https://github.com/bugsnag/bugsnag-react-native.git", "bugs": "https://github.com/bugsnag/bugsnag-react-native/issues", - "version": "2.23.0", + "version": "2.23.1", "license": "MIT", "main": "index.js", "types": "index.d.ts",