Skip to content

Commit f13e64a

Browse files
committed
Update release notes.
1 parent 41d9388 commit f13e64a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
}
88

99
group = 'com.andre601'
10-
version = '2.3.8'
10+
version = '2.3.9'
1111

1212
sourceCompatibility = targetCompatibility = 1.8
1313

release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@
5353
- ### v2.3.5
5454
- Dependencies updated:
5555
- JDA: `4.0.0_45` to `4.0.0_48`
56+
- Updated to Java 11. It can still work with Java 8.
57+
58+
- ### v2.3.6
59+
- 2nd attempt on integrating GitHub actions (failed)
60+
61+
- ### v2.3.8
62+
- Implemented GitHub actions for automated releasing to Bintray.
63+
64+
- ### v2.3.9
65+
- Dependencies updated:
66+
- JDA: `4.0.0_48` to `4.0.0_52`
67+
- OkHttp: `4.2.1` to `4.2.2`
5668

5769
____
5870
## v1

0 commit comments

Comments
 (0)