diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb71d3f91..4e2b39aaa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.53.0](https://github.com/revanced/revanced-integrations/compare/v0.52.1...v0.53.0) (2022-10-20) + + +### Features + +* **youtube:** `hide-mix-playlists` patch ([#177](https://github.com/revanced/revanced-integrations/issues/177)) ([0e6a92f](https://github.com/revanced/revanced-integrations/commit/0e6a92fb33fbe660c71dcf15146cde7131693619)) + ## [0.52.1](https://github.com/revanced/revanced-integrations/compare/v0.52.0...v0.52.1) (2022-10-16) diff --git a/gradle.properties b/gradle.properties index b80fce68ee..9510b04982 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true -version = 0.52.1 +version = 0.53.0