Skip to content

Commit 9787f39

Browse files
author
Duncan Hewett
committed
Prepare for 3.0.0 release
1 parent f135429 commit 9787f39

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.0.0 (31 Oct 2016)
4+
5+
This major release has many breaking changes. See [UPGRADING](UPGRADING.md) for details.
6+
37
## 2.0.0 (25 Mar 2016)
48

59
This is a major release for the release of the potentially breaking change of

src/main/java/com/bugsnag/Notifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Notifier {
66
private static final String NOTIFIER_NAME = "Bugsnag Java";
7-
private static final String NOTIFIER_VERSION = "2.0.0";
7+
private static final String NOTIFIER_VERSION = "3.0.0";
88
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
99

1010
@Expose

0 commit comments

Comments
 (0)