Skip to content

Commit 1a2c741

Browse files
committed
Release 3.3.0
1 parent b940fc5 commit 1a2c741

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
3.3.0 (2016-01-18)
2+
-----
3+
4+
### Enhancements
5+
6+
- Change distribution method to be .aar only
7+
[Lars Grefer](https://github.com/larsgrefer)
8+
[#91](https://github.com/bugsnag/bugsnag-android/pull/91)
9+
10+
- Skip sending empty device data values
11+
[Matthias Urhahn](https://github.com/d4rken)
12+
[#96](https://github.com/bugsnag/bugsnag-android/pull/96)
13+
14+
- Remove the need for synthetic methods
15+
[Jake Wharton](https://github.com/JakeWharton)
16+
[#87](https://github.com/bugsnag/bugsnag-android/pull/87)
17+
118
3.2.7 (2015-12-10)
219
-----
320

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.2.7
1+
VERSION_NAME=3.3.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.2.7";
12+
static final String NOTIFIER_VERSION = "3.3.0";
1313
static final String NOTIFIER_URL = "https://bugsnag.com";
1414

1515
private static final Notifier instance = new Notifier();

0 commit comments

Comments
 (0)