Skip to content

Commit 18ccf60

Browse files
committed
Release v3.1.0
1 parent cb80b3f commit 18ccf60

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

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+
310
## 3.0.2 (04 Jan 2017)
411

512
### Bug Fixes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.0.3-SNAPSHOT
1+
version=3.1.0
22

33
# Default properties
44
sonatypeUsername=

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

1010
@Expose

0 commit comments

Comments
 (0)