Skip to content

Commit 08ff9e6

Browse files
committed
Bump to 3.0.2
1 parent dee674a commit 08ff9e6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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+
311
## 3.0.1 (11 Nov 2016)
412

513
### Bug Fixes

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.0.1";
7+
private static final String NOTIFIER_VERSION = "3.0.2";
88
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
99

1010
@Expose

0 commit comments

Comments
 (0)