diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e5ed2d..6a30fb44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.24.0](https://github.com/revanced/revanced-patches/compare/v2.23.0...v2.24.0) (2022-07-26) + + +### Features + +* `music-microg-support` patch ([#208](https://github.com/revanced/revanced-patches/issues/208)) ([50863e9](https://github.com/revanced/revanced-patches/commit/50863e97cc8eba7e1ad6d11b4821baa45fdd29c4)) + # [2.23.0](https://github.com/revanced/revanced-patches/compare/v2.22.2...v2.23.0) (2022-07-26) diff --git a/README.md b/README.md index 4c64977b..478551df 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Official patches by ReVanced | `compact-header` | Hides the music category bar at the top of the homepage. | 5.16.51 | | `upgrade-button-remover` | Removes the upgrade tab from the pivot bar. | 5.16.51 | | `background-play` | Enables playing music in the background. | 5.16.51 | +| `music-microg-support` | Patch to allow YouTube Music ReVanced to run without root and under a different package name. | 5.16.51 | | `music-video-ads` | Removes ads in the music player. | 5.16.51 | | `codecs-unlock` | Adds more audio codec options. The new audio codecs usually result in better audio quality. | 5.16.51 | | `exclusive-audio-playback` | Enables the option to play music without video. | 5.16.51 | diff --git a/gradle.properties b/gradle.properties index bdb55193..b1cb5055 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.23.0 +version = 2.24.0