diff --git a/CHANGELOG.md b/CHANGELOG.md index a840908f18..5cf21ddb50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.18.0](https://github.com/revanced/revanced-patches/compare/v2.17.0...v2.18.0) (2022-07-18) + + +### Features + +* `hide-get-premium` patch ([#195](https://github.com/revanced/revanced-patches/issues/195)) ([639aab4](https://github.com/revanced/revanced-patches/commit/639aab411ee514b50840c15c8e9a1a889854403f)) + # [2.17.0](https://github.com/revanced/revanced-patches/compare/v2.16.1...v2.17.0) (2022-07-17) diff --git a/README.md b/README.md index ad69f65aa5..85cab54e0b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ | `background-play` | Enables playing music in the background. | `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 | | `upgrade-button-remover` | Removes the upgrade tab from the pivot bar. | `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 | | `hide-infocard-suggestions` | Hides infocards in videos. | `com.google.android.youtube` | 17.27.39 | | `video-ads` | Removes ads in the video player. | `com.google.android.youtube` | 17.27.39 | | `general-ads` | Removes general ads. | `com.google.android.youtube` | 17.27.39 | diff --git a/gradle.properties b/gradle.properties index 84b95ff5f9..940fa144f9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.17.0 +version = 2.18.0