We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44791a4 commit 646f862Copy full SHA for 646f862
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 3.2.1 (TBD)
+## 3.2.1 (2018-08-21)
4
5
* Add null check when disconnecting HttpUrlConnection
6
[#92](https://github.com/bugsnag/bugsnag-java/pull/92)
gradle.properties
@@ -1,4 +1,4 @@
-version=3.2.0
+version=3.2.1
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.0";
+ private static final String NOTIFIER_VERSION = "3.2.1";
8
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
9
10
@Expose
0 commit comments