We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47284a commit 1f3ed18Copy full SHA for 1f3ed18
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 3.X.X (TBD)
+## 3.3.0 (2018-09-26)
4
5
* Capture trace of error reporting thread and identify with boolean flag
6
[#87](https://github.com/bugsnag/bugsnag-java/pull/87)
gradle.properties
@@ -1,4 +1,4 @@
-version=3.2.1
+version=3.3.0
group=com.bugsnag
# Default properties
src/main/java/com/bugsnag/Notifier.java
@@ -4,7 +4,7 @@
class Notifier {
private static final String NOTIFIER_NAME = "Bugsnag Java";
7
- private static final String NOTIFIER_VERSION = "3.2.1";
+ private static final String NOTIFIER_VERSION = "3.3.0";
8
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
9
10
@Expose
0 commit comments