diff --git a/CHANGELOG.md b/CHANGELOG.md index f42865dc..29bb6d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.X.X (TBD) +## 3.4.6 (2019-04-16) * Swallow Throwables thrown when configuring bugsnag appender [#140](https://github.com/bugsnag/bugsnag-java/pull/140) diff --git a/bugsnag/src/main/java/com/bugsnag/Notifier.java b/bugsnag/src/main/java/com/bugsnag/Notifier.java index 12ac0681..415d3874 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.4.5"; + private static final String NOTIFIER_VERSION = "3.4.6"; 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 d7549439..36a74498 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=3.4.5 +version=3.4.6 group=com.bugsnag # Default properties