We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fcb3f0 commit ede5ad2Copy full SHA for ede5ad2
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## TBD
+## 3.6.1 (2019-15-08)
4
5
* Prevent potential ConcurrentModificationException when adding callback
6
[#149](https://github.com/bugsnag/bugsnag-java/pull/149)
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.6.0";
+ private static final String NOTIFIER_VERSION = "3.6.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.6.0
+version=3.6.1
group=com.bugsnag
# Default properties
0 commit comments