diff --git a/CHANGELOG.md b/CHANGELOG.md index 25cc2ba6c..3852570c8 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.3 +* Update Lavaplayer to 1.3.65, fixes Soundcloud + ## v3.3.2.2 * Updated Lavaplayer to 1.3.61 * Fixed a ConcurrentModificationException ([Thewsomeguy](https://github.com/Thewsomeguy)) diff --git a/build.gradle b/build.gradle index 02bf94b58..9d7202586 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ subprojects { ext { //@formatter:off - lavaplayerVersion = '1.3.62' + lavaplayerVersion = '1.3.65' lavaplayerIpRotatorVersion = '0.2.3' jdaNasVersion = '1.1.0' jappVersion = '1.3.2-MINN'