diff --git a/CHANGELOG.md b/CHANGELOG.md index 35816fd3b0..93b4d42d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.26.0](https://github.com/revanced/revanced-integrations/compare/v0.25.2...v0.26.0) (2022-07-17) + + +### Features + +* block `channel-guidelines`. Fixes [#84](https://github.com/revanced/revanced-integrations/issues/84) ([#85](https://github.com/revanced/revanced-integrations/issues/85)) ([1c095f3](https://github.com/revanced/revanced-integrations/commit/1c095f300311d200059672442a896a41043c1ac0)) + ## [0.25.2](https://github.com/revanced/revanced-integrations/compare/v0.25.1...v0.25.2) (2022-07-17) diff --git a/gradle.properties b/gradle.properties index 330af6334a..bbd75b2b44 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.25.2 +version = 0.26.0