We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc65ae2 commit 9bbc3e7Copy full SHA for 9bbc3e7
3 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 3.1.5 (2018-03-08)
4
+
5
+* Update MetaData filtering to handle different versions of Jackson correctly
6
+[#76](https://github.com/bugsnag/bugsnag-java/pull/76)
7
8
## 3.1.4 (2018-01-19)
9
10
* Remove dependency on Guava
gradle.properties
@@ -1,4 +1,4 @@
-version=3.1.4
+version=3.1.5
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.4";
+ private static final String NOTIFIER_VERSION = "3.1.5";
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
@Expose
0 commit comments