Skip to content

Commit

Permalink
v3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicard committed Jun 22, 2015
1 parent 2d710ee commit 99b60e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.2.6
-----
- Add blocking API
- Fix NPE issue
- Concurrent adding to tabs
- Thread Safe DateUtils#toISO8601

3.2.5
-----
- Silence harmless proguard warning
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.2.5
VERSION_NAME=3.2.6
GROUP=com.bugsnag

POM_SCM_URL=https://github.com/bugsnag/bugsnag-android
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bugsnag/android/Notifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
class Notifier implements JsonStream.Streamable {
static final String NOTIFIER_NAME = "Android Bugsnag Notifier";
static final String NOTIFIER_VERSION = "3.2.5";
static final String NOTIFIER_VERSION = "3.2.6";
static final String NOTIFIER_URL = "https://bugsnag.com";

private static Notifier instance = new Notifier();
Expand Down

0 comments on commit 99b60e6

Please sign in to comment.