diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a6406c..2d4bdf80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## TBD +## 3.6.1 (2019-15-08) * Prevent potential ConcurrentModificationException when adding callback [#149](https://github.com/bugsnag/bugsnag-java/pull/149) diff --git a/bugsnag/src/main/java/com/bugsnag/Notifier.java b/bugsnag/src/main/java/com/bugsnag/Notifier.java index 663a337d..7456e82c 100644 --- a/bugsnag/src/main/java/com/bugsnag/Notifier.java +++ b/bugsnag/src/main/java/com/bugsnag/Notifier.java @@ -5,7 +5,7 @@ class Notifier { private static final String NOTIFIER_NAME = "Bugsnag Java"; - private static final String NOTIFIER_VERSION = "3.6.0"; + private static final String NOTIFIER_VERSION = "3.6.1"; private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java"; private String notifierName = NOTIFIER_NAME; diff --git a/gradle.properties b/gradle.properties index c93d9d12..5446d0e7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=3.6.0 +version=3.6.1 group=com.bugsnag # Default properties