We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214f864 commit febc47bCopy full SHA for febc47b
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## TBD
+## 3.5.1 (2019-05-31)
4
5
* Remove use of daemon threads, fixing potential resource leak
6
[#143](https://github.com/bugsnag/bugsnag-java/pull/143)
bugsnag/src/main/java/com/bugsnag/Notifier.java
@@ -5,7 +5,7 @@
class Notifier {
7
private static final String NOTIFIER_NAME = "Bugsnag Java";
8
- private static final String NOTIFIER_VERSION = "3.5.0";
+ private static final String NOTIFIER_VERSION = "3.5.1";
9
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
10
11
private String notifierName = NOTIFIER_NAME;
gradle.properties
@@ -1,4 +1,4 @@
-version=3.5.0
+version=3.5.1
group=com.bugsnag
# Default properties
0 commit comments