diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e60e6dc..dd91b72b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.34.0](https://github.com/revanced/revanced-integrations/compare/v0.33.1...v0.34.0) (2022-08-22) + + +### Features + +* `settings` patch framework ([#113](https://github.com/revanced/revanced-integrations/issues/113)) ([276a2bc](https://github.com/revanced/revanced-integrations/commit/276a2bc3566d3ef59b95c06683d6cd9fe256170b)) + ## [0.33.1](https://github.com/revanced/revanced-integrations/compare/v0.33.0...v0.33.1) (2022-08-14) diff --git a/gradle.properties b/gradle.properties index 4bea187a..8a0e85ad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.33.1 +version = 0.34.0