diff --git a/CHANGELOG.md b/CHANGELOG.md index 649f7b3b..4fd1b4f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## TBD +## 3.6.0 (2019-07-08) * Allow a BugsnagAppender to be created from an existing client [#147](https://github.com/bugsnag/bugsnag-java/pull/147) diff --git a/bugsnag/src/main/java/com/bugsnag/Notifier.java b/bugsnag/src/main/java/com/bugsnag/Notifier.java index 6499aec5..663a337d 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.5.1"; + private static final String NOTIFIER_VERSION = "3.6.0"; 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 3ffb017f..c93d9d12 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=3.5.1 +version=3.6.0 group=com.bugsnag # Default properties