We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d9388 commit f13e64aCopy full SHA for f13e64a
build.gradle
@@ -7,7 +7,7 @@ plugins{
7
}
8
9
group = 'com.andre601'
10
-version = '2.3.8'
+version = '2.3.9'
11
12
sourceCompatibility = targetCompatibility = 1.8
13
release-notes.md
@@ -53,6 +53,18 @@
53
- ### v2.3.5
54
- Dependencies updated:
55
- 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`
68
69
____
70
## v1
0 commit comments