diff --git a/CHANGELOG.md b/CHANGELOG.md index 7928e73b..95278868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -## TBD +## 2.23.10 (2020-07-13) ## Bug fixes diff --git a/README.md b/README.md index b0c73177..db4e99dd 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.9-blue.svg)](http://docs.bugsnag.com/platforms/react-native/) +[![Documentation](https://img.shields.io/badge/documentation-2.23.10-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 b220a5e5..bbbb3fe4 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.9' + versionName '2.23.10' consumerProguardFiles 'proguard-rules.pro' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/package.json b/package.json index 069cf78e..b79f7de8 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.9", + "version": "2.23.10", "license": "MIT", "main": "index.js", "types": "index.d.ts",