diff --git a/CHANGELOG.md b/CHANGELOG.md index 3852570c8..5fa1a50d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ Each release usually includes various fixes and improvements. The most noteworthy of these, as well as any features and breaking changes, are listed here. +## 3.3.2.4 +* Update Lavaplayer to 1.3.74 + ## 3.3.2.3 * Update Lavaplayer to 1.3.65, fixes Soundcloud diff --git a/build.gradle b/build.gradle index 9d7202586..49e00bbcd 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ subprojects { ext { //@formatter:off - lavaplayerVersion = '1.3.65' + lavaplayerVersion = '1.3.74' lavaplayerIpRotatorVersion = '0.2.3' jdaNasVersion = '1.1.0' jappVersion = '1.3.2-MINN'