diff --git a/CHANGES.rst b/CHANGES.rst index d4da49fa9..8cf95f771 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,35 @@ .. Red changelogs +Redbot 3.5.20 (2025-05-03) +========================== + +| Thanks to all these amazing people that contributed to this release: +| :ghuser:`aikaterna`, :ghuser:`Jackenmen`, :ghuser:`Kreusada` + +Read before updating +-------------------- + +#. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point): + + We've updated our default application.yml file and you should update your instance's ``application.yml`` accordingly. + More specifically, we bumped the version of YT source plugin. + `Download Red 3.5.20's default application.yml file `__ + +End-user changelog +------------------ + +Changes +******* + +- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6568`) + +Fixes +***** + +- |cool| **Cogs - Audio** - Fixed recent YT playback issues (:issue:`6566`, :issue:`6567`) + +---- + Redbot 3.5.19 (2025-04-27) ==========================