File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
src/main/java/com/bugsnag Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.1.1 (2017-10-11)
4+
5+ ### Bug Fixes
6+
7+ * Allow overriding the context set by the servlet callback
8+ [ #63 ] ( https://github.com/bugsnag/bugsnag-java/pull/63 )
9+
310## 3.1.0 (2017-90-22)
411
512### Enhancements
Original file line number Diff line number Diff line change 1- version =3.1.0
1+ version =3.1.1
22group =com.bugsnag
33
44# Default properties
Original file line number Diff line number Diff line change 44
55class Notifier {
66 private static final String NOTIFIER_NAME = "Bugsnag Java" ;
7- private static final String NOTIFIER_VERSION = "3.1.0 " ;
7+ private static final String NOTIFIER_VERSION = "3.1.1 " ;
88 private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java" ;
99
1010 @ Expose
You can’t perform that action at this time.
0 commit comments