We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1049f commit 3ede340Copy full SHA for 3ede340
3 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 3.1.4 (2018-01-19)
4
+
5
+* Remove dependency on Guava
6
+* Update Gradle wrapper
7
8
## 3.1.3 (2017-11-30)
9
10
* Cache hostname to avoid excessive thread spawning
gradle.properties
@@ -1,4 +1,4 @@
-version=3.1.3
+version=3.1.4
group=com.bugsnag
# Default properties
src/main/java/com/bugsnag/Notifier.java
@@ -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
0 commit comments