diff --git a/CHANGELOG.md b/CHANGELOG.md index 0171179636..cacfbd278a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.27.2](https://github.com/revanced/revanced-integrations/compare/v0.27.1...v0.27.2) (2022-07-18) + + +### Bug Fixes + +* make all patches toggleable with settings ([#87](https://github.com/revanced/revanced-integrations/issues/87)) ([6d3d274](https://github.com/revanced/revanced-integrations/commit/6d3d274599150faefac5cebebbb1340aa9fd6ff1)) + ## [0.27.1](https://github.com/revanced/revanced-integrations/compare/v0.27.0...v0.27.1) (2022-07-18) diff --git a/gradle.properties b/gradle.properties index e4f83bba76..a4c0f7ce2a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.27.1 +version = 0.27.2