diff --git a/CHANGELOG.md b/CHANGELOG.md index 82d936f3e..922949c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.41.0](https://github.com/revanced/revanced-patches/compare/v2.40.2...v2.41.0) (2022-08-22) + + +### Features + +* `downloads` patch ([#215](https://github.com/revanced/revanced-patches/issues/215)) ([304fbac](https://github.com/revanced/revanced-patches/commit/304fbacab22538fb0945f564e061783b47120120)) + ## [2.40.2](https://github.com/revanced/revanced-patches/compare/v2.40.1...v2.40.2) (2022-08-22) diff --git a/README.md b/README.md index 90af3e40b..880037b80 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Official patches by ReVanced | 💊 Patch | 📜 Description | 🏹 Target Version | |:--------:|:--------------:|:-----------------:| | `swipe-controls` | Adds volume and brightness swipe controls. | 17.32.35 | +| `downloads` | Enables downloading music and videos from YouTube. | 17.32.35 | | `seekbar-tapping` | Enables tap-to-seek on the seekbar of the video player. | 17.32.35 | | `amoled` | Enables pure black theme. | 17.32.35 | | `disable-create-button` | Hides the create button in the navigation bar. | 17.32.35 | diff --git a/gradle.properties b/gradle.properties index 21a7b9de0..d95f5139c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.40.2 +version = 2.41.0