We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee674a commit 08ff9e6Copy full SHA for 08ff9e6
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 3.0.2 (04 Jan 2017)
4
+
5
+### Bug Fixes
6
7
+* Use deprecated method to ensure we don't break with older versions of jackson
8
+ [William Starling](https://github.com/foygl)
9
+ [#54](https://github.com/bugsnag/bugsnag-java/pull/54)
10
11
## 3.0.1 (11 Nov 2016)
12
13
### Bug Fixes
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.0.1";
+ private static final String NOTIFIER_VERSION = "3.0.2";
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
@Expose
0 commit comments