From f3180242268198f66cef7f02283d7f94c27157ca Mon Sep 17 00:00:00 2001 From: Delisa Mason Date: Tue, 9 Jan 2018 09:19:16 -0800 Subject: [PATCH] Release v2.8.0 --- 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 f670c67..f92ae11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +## 2.8.0 (2018-01-09) + +### Enhancements + +* Add support for tracking app sessions and enabling overall crash rate metrics + +### Bug Fixes + +* Fix issue where breadcrumb functions are called before initialization + [bugsnag-android#211](https://github.com/bugsnag/bugsnag-android/pull/211) + ## 2.7.5 (2017-11-30) ### Bug Fixes diff --git a/README.md b/README.md index 7be5a8f..091b1bc 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.5-blue.svg)](http://docs.bugsnag.com/platforms/react-native/) +[![Documentation](https://img.shields.io/badge/documentation-2.8.0-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 54c8bd3..ddc0d78 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 16 targetSdkVersion 23 versionCode 4 - versionName '2.7.5' + versionName '2.8.0' } } diff --git a/package.json b/package.json index 94ace9f..fcdbeb2 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.5", + "version": "2.8.0", "license": "MIT", "main": "index.js", "types": "index.d.ts",