Skip to content

Commit 05cfa77

Browse files
committed
Release v3.9.0
1 parent dca8cc7 commit 05cfa77

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 3.9.0 (2017-05-08)
4+
5+
### Enhancements
6+
7+
* Improve performance by using bounded `ThreadPoolExecutor` for asynchronous
8+
`notify()` calls
9+
[Felipe Lima](https://github.com/felipecsl)
10+
[#145](https://github.com/bugsnag/bugsnag-android/pull/145)
11+
12+
* Detect systemless root
13+
[Matthias Urhahn](https://github.com/d4rken)
14+
[#142](https://github.com/bugsnag/bugsnag-android/pull/142)
15+
316
## 3.8.0 (2017-01-27)
417

518
## 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.8.0
1+
VERSION_NAME=3.9.0
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.8.0";
12+
static final String NOTIFIER_VERSION = "3.9.0";
1313
static final String NOTIFIER_URL = "https://bugsnag.com";
1414
private String name;
1515
private String version;

0 commit comments

Comments
 (0)