diff --git a/CHANGELOG.md b/CHANGELOG.md index d2de06457..bda14c865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Each release usually includes various fixes and improvements. The most noteworthy of these, as well as any features and breaking changes, are listed here. +## v4.0.4 +* Update Lavaplayer to `2.1.1` + +## v4.0.3 +* Fixed plugins not registering (introduced in [`4.0.2`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.2)) +* Fixed some issues where plugins would be redownloaded everytime lavalink started (introduced in [`4.0.1`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.1)) + ## v4.0.2 * Fixed issue where all plugins get deleted when already present (introduced in [`v4.0.1`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.1)) * Always include plugin info & user data when serializing (introduced in [`v4.0.1`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.1)) diff --git a/docs/changelog/v3.md b/docs/changelog/v3.md index 33e635fa5..1db493ed3 100644 --- a/docs/changelog/v3.md +++ b/docs/changelog/v3.md @@ -1,3 +1,8 @@ +## v3.7.11 +* Fixed not being able to seek when player is paused +* Update Oshi to `6.4.3` +* Update Lavaplayer to `1.5.3` + ## v3.7.10 * Update lavaplayer to [`1.5.2`](https://github.com/lavalink-devs/lavaplayer/releases/tag/1.5.2) - Fixed NPE on missing author in playlist tracks in YouTube diff --git a/docs/changelog/v4.md b/docs/changelog/v4.md index b18886c65..0834ebafc 100644 --- a/docs/changelog/v4.md +++ b/docs/changelog/v4.md @@ -1,3 +1,10 @@ +## v4.0.4 +* Update Lavaplayer to `2.1.1` + +## v4.0.3 +* Fixed plugins not registering (introduced in [`4.0.2`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.2)) +* Fixed some issues where plugins would be redownloaded everytime lavalink started (introduced in [`4.0.1`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.1)) + ## v4.0.2 * Fixed issue where all plugins get deleted when already present (introduced in [`v4.0.1`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.1)) * Always include plugin info & user data when serializing (introduced in [`v4.0.1`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.1))