Skip to content

Commit 76e6ce6

Browse files
committed
v3.6.2
1 parent d7ec1cc commit 76e6ce6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

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

3-
## TBD
3+
## 3.6.2 (2020-11-10)
44

55
* Fix JVM hang when System.exit or bugsnag.close is not called
66
[#157](https://github.com/bugsnag/bugsnag-java/pull/157)
77

8-
## 3.6.1 (2019-15-08)
8+
## 3.6.1 (2019-08-15)
99

1010
* Prevent potential ConcurrentModificationException when adding callback
1111
[#149](https://github.com/bugsnag/bugsnag-java/pull/149)

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.6.1";
8+
private static final String NOTIFIER_VERSION = "3.6.2";
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.6.1
1+
version=3.6.2
22
group=com.bugsnag
33

44
# Default properties

0 commit comments

Comments
 (0)