From 8fc3ee14765fdd53c3c1390a69f9bd722346eaf4 Mon Sep 17 00:00:00 2001 From: SB-sachinp Date: Tue, 21 Jul 2026 13:49:48 +0530 Subject: [PATCH] Release v4.0.1 --- CHANGELOG.md | 2 +- bugsnag/src/main/java/com/bugsnag/Notifier.java | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6050c6c..8408f9e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 4.0.1 - 2026-07-17 +## 4.0.1 - 2026-07-21 * Fix: Change Gradle wiring so bugsnag-spring exports com.bugsnag:bugsnag on consumers' compile classpath. diff --git a/bugsnag/src/main/java/com/bugsnag/Notifier.java b/bugsnag/src/main/java/com/bugsnag/Notifier.java index c4655594..0f7b59bb 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 = "4.0.0"; + private static final String NOTIFIER_VERSION = "4.0.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 76304a57..8a4d7c37 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=4.0.0 +version=4.0.1 group=com.bugsnag # Default properties