Skip to content

Commit 1f3ed18

Browse files
committed
v3.3.0
1 parent c47284a commit 1f3ed18

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 3.X.X (TBD)
3+
## 3.3.0 (2018-09-26)
44

55
* Capture trace of error reporting thread and identify with boolean flag
66
[#87](https://github.com/bugsnag/bugsnag-java/pull/87)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.2.1
1+
version=3.3.0
22
group=com.bugsnag
33

44
# Default properties

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 = "3.2.1";
7+
private static final String NOTIFIER_VERSION = "3.3.0";
88
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
99

1010
@Expose

0 commit comments

Comments
 (0)