We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb80b3f commit 18ccf60Copy full SHA for 18ccf60
3 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 3.1.0 (2017-90-22)
4
+
5
+### Enhancements
6
7
+* Track difference between handled and unhandled exceptions
8
+ [#59](https://github.com/bugsnag/bugsnag-java/pull/59)
9
10
## 3.0.2 (04 Jan 2017)
11
12
### Bug Fixes
gradle.properties
@@ -1,4 +1,4 @@
-version=3.0.3-SNAPSHOT
+version=3.1.0
# Default properties
sonatypeUsername=
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.2";
+ private static final String NOTIFIER_VERSION = "3.1.0";
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
@Expose
0 commit comments