Skip to content

Commit 2c02486

Browse files
committed
Bump version for release v3.6.3
1 parent 52720c0 commit 2c02486

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-
## TBD
3+
## 3.6.3 (2021-10-12)
44

55
* Bump Jackson from 2.9.1 for critical vulnerability fixes
66
[#170](https://github.com/bugsnag/bugsnag-java/pull/170)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class Notifier {
66

77
private static final String NOTIFIER_NAME = "Bugsnag Java";
8-
private static final String NOTIFIER_VERSION = "3.6.2";
8+
private static final String NOTIFIER_VERSION = "3.6.3";
99
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
1010

1111
private String notifierName = NOTIFIER_NAME;

gradle.properties

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

44
# Default properties

0 commit comments

Comments
 (0)