We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78baec commit 1f80b65Copy full SHA for 1f80b65
3 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 3.1.0 (2017-90-22)
11
12
### Enhancements
gradle.properties
@@ -1,4 +1,4 @@
-version=3.1.0
+version=3.1.1
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.0";
+ private static final String NOTIFIER_VERSION = "3.1.1";
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
@Expose
0 commit comments