Skip to content

Commit

Permalink
v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Jan 18, 2018
1 parent 3a1049f commit 3ede340
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.4 (2018-01-19)

* Remove dependency on Guava
* Update Gradle wrapper

## 3.1.3 (2017-11-30)

* Cache hostname to avoid excessive thread spawning
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.3
version=3.1.4
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.3";
private static final String NOTIFIER_VERSION = "3.1.4";
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";

@Expose
Expand Down

0 comments on commit 3ede340

Please sign in to comment.