We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f135429 commit 9787f39Copy full SHA for 9787f39
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.0.0 (31 Oct 2016)
4
+
5
+This major release has many breaking changes. See [UPGRADING](UPGRADING.md) for details.
6
7
## 2.0.0 (25 Mar 2016)
8
9
This is a major release for the release of the potentially breaking change of
src/main/java/com/bugsnag/Notifier.java
@@ -4,7 +4,7 @@
class Notifier {
private static final String NOTIFIER_NAME = "Bugsnag Java";
- private static final String NOTIFIER_VERSION = "2.0.0";
+ private static final String NOTIFIER_VERSION = "3.0.0";
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
10
@Expose
0 commit comments