diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c409d246..6e853d1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.21.0](https://github.com/revanced/revanced-patches/compare/v2.20.5...v2.21.0) (2022-07-23) + + +### Features + +* twitter `timeline-ads` patch ([#222](https://github.com/revanced/revanced-patches/issues/222)) ([f16e67f](https://github.com/revanced/revanced-patches/commit/f16e67fc75c9c3505ff875a216ce7e868022075e)) + ## [2.20.5](https://github.com/revanced/revanced-patches/compare/v2.20.4...v2.20.5) (2022-07-22) diff --git a/README.md b/README.md index 328215f4e..0381e6c6c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ | 💊 Patch | 📜 Description | 🎯 Target Package | 🏹 Target Version | |:--------:|:--------------:|:-----------------:|:-----------------:| +| `timeline-ads` | Removes ads from the Twitter timeline. | `com.twitter.android` | all | | `minimized-playback-music` | Enables minimized playback on Kids music. | `com.google.android.apps.youtube.music` | 5.14.53 | | `tasteBuilder-remover` | Removes the "Tell us which artists you like" card from the home screen. | `com.google.android.apps.youtube.music` | 5.14.53 | | `hide-get-premium` | Removes all "Get Premium" evidences from the avatar menu. | `com.google.android.apps.youtube.music` | 5.14.53 | diff --git a/gradle.properties b/gradle.properties index 443831fc0..9f7f441f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.20.5 +version = 2.21.0