Skip to content

Commit

Permalink
3.1.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Nov 3, 2017
1 parent e502194 commit 13de132
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.1.2 (2017-11-03)

* Fixes JDK 7 support by using Android Guava
* Fixes bad artefact packaging caused by bug in gradle

## 3.1.1 (2017-10-11)

### Bug Fixes
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=3.1.1
version=3.1.2
group=com.bugsnag

# Default properties
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bugsnag/Notifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Notifier {
private static final String NOTIFIER_NAME = "Bugsnag Java";
private static final String NOTIFIER_VERSION = "3.1.1";
private static final String NOTIFIER_VERSION = "3.1.2";
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";

@Expose
Expand Down

0 comments on commit 13de132

Please sign in to comment.