Skip to content

Commit

Permalink
v3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench authored Jan 7, 2019
2 parents b0ad9d2 + 24a3ce7 commit a32f17f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.4.3 (2019-01-07)

* Support other methods of configuring a TaskScheduler when setting ErrorHandler on scheduled tasks
[#126](https://github.com/bugsnag/bugsnag-java/pull/126)

## 3.4.2 (2018-11-29)

* Ensure session counts are thread safe
Expand Down
2 changes: 1 addition & 1 deletion bugsnag/src/main/java/com/bugsnag/Notifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class Notifier {

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

private String notifierName = NOTIFIER_NAME;
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.4.2
version=3.4.3
group=com.bugsnag

# Default properties
Expand Down

0 comments on commit a32f17f

Please sign in to comment.