Skip to content

Commit a32f17f

Browse files
v3.4.3
2 parents b0ad9d2 + 24a3ce7 commit a32f17f

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 3.4.3 (2019-01-07)
4+
5+
* Support other methods of configuring a TaskScheduler when setting ErrorHandler on scheduled tasks
6+
[#126](https://github.com/bugsnag/bugsnag-java/pull/126)
7+
38
## 3.4.2 (2018-11-29)
49

510
* Ensure session counts are thread safe

bugsnag/src/main/java/com/bugsnag/Notifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class Notifier {
66

77
private static final String NOTIFIER_NAME = "Bugsnag Java";
8-
private static final String NOTIFIER_VERSION = "3.4.2";
8+
private static final String NOTIFIER_VERSION = "3.4.3";
99
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
1010

1111
private String notifierName = NOTIFIER_NAME;

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.4.2
1+
version=3.4.3
22
group=com.bugsnag
33

44
# Default properties

0 commit comments

Comments
 (0)