diff --git a/CHANGELOG.md b/CHANGELOG.md index b9453f4d..f670c676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +## 2.7.5 (2017-11-30) + +### Bug Fixes + +* (iOS - CocoaPods only) Fix ambiguous headers issue in 2.7.3+ +* (iOS) Fix intermittent dropped native crash reports due to parsing runtime + options incorrectly + ## 2.7.4 (2017-11-30) * (iOS) Fix encoding of control characters in crash reports. Ensures crash reports are written correctly and delivered when containing U+0000 - U+001F diff --git a/README.md b/README.md index ddc37c33..7be5a8ff 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Bugsnag exception reporter for React Native -[![Documentation](https://img.shields.io/badge/documentation-2.7.4-blue.svg)](http://docs.bugsnag.com/platforms/react-native/) +[![Documentation](https://img.shields.io/badge/documentation-2.7.5-blue.svg)](http://docs.bugsnag.com/platforms/react-native/) Automatic [React Native error 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 ddaeb1c6..2f6e79f1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 16 targetSdkVersion 23 versionCode 4 - versionName '2.7.4' + versionName '2.7.5' } } diff --git a/package.json b/package.json index 14c5c231..94ace9f0 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.7.4", + "version": "2.7.5", "license": "MIT", "main": "index.js", "types": "index.d.ts",