Skip to content

Commit 3ede340

Browse files
committed
v3.1.4
1 parent 3a1049f commit 3ede340

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 3.1.4 (2018-01-19)
4+
5+
* Remove dependency on Guava
6+
* Update Gradle wrapper
7+
38
## 3.1.3 (2017-11-30)
49

510
* Cache hostname to avoid excessive thread spawning

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.1.3
1+
version=3.1.4
22
group=com.bugsnag
33

44
# Default properties

src/main/java/com/bugsnag/Notifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Notifier {
66
private static final String NOTIFIER_NAME = "Bugsnag Java";
7-
private static final String NOTIFIER_VERSION = "3.1.3";
7+
private static final String NOTIFIER_VERSION = "3.1.4";
88
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
99

1010
@Expose

0 commit comments

Comments
 (0)