Skip to content

Commit 4a02393

Browse files
committed
Release v3.7.1
1 parent 8373b6e commit 4a02393

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 3.7.1 (2016-12-21)
4+
5+
### Bug fixes
6+
7+
* Make `getContext` and `clearUser` static methods
8+
[Dave Perryman](https://github.com/Pezzah)
9+
[#132](https://github.com/bugsnag/bugsnag-android/pull/132)
10+
11+
* Ensure fatal crashes are sent as blocking requests
12+
[Simon Maynard](https://github.com/snmaynard)
13+
[#137](https://github.com/bugsnag/bugsnag-android/pull/137)
14+
315
## 3.7.0 (2016-10-05)
416

517
### Enhancements

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.7.0
1+
VERSION_NAME=3.7.1
22
GROUP=com.bugsnag
33

44
POM_SCM_URL=https://github.com/bugsnag/bugsnag-android

src/main/java/com/bugsnag/android/Notifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
class Notifier implements JsonStream.Streamable {
1111
static final String NOTIFIER_NAME = "Android Bugsnag Notifier";
12-
static final String NOTIFIER_VERSION = "3.6.0";
12+
static final String NOTIFIER_VERSION = "3.7.1";
1313
static final String NOTIFIER_URL = "https://bugsnag.com";
1414
private String name;
1515
private String version;

0 commit comments

Comments
 (0)