Skip to content

Commit f9a525f

Browse files
committed
Prepare for 3.0.1 release
1 parent 0b01729 commit f9a525f

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 3.0.1 (11 Nov 2016)
4+
5+
### Bug Fixes
6+
7+
* Stop AsyncHttpDelivery from indefinitely blocking exit
8+
[William Starling](https://github.com/foygl)
9+
[#50](https://github.com/bugsnag/bugsnag-java/pull/50)
10+
11+
### Enhancements
12+
13+
* Improve Spring compatibility
14+
[William Starling](https://github.com/foygl)
15+
[#49](https://github.com/bugsnag/bugsnag-java/pull/49)
16+
317
## 3.0.0 (31 Oct 2016)
418

519
Major rewrite/update of the notifier. Changes include:

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

1010
@Expose

0 commit comments

Comments
 (0)