From 6abc48171707f3e0d880262dd146d81061e06f4b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Aug 2022 00:02:54 +0000 Subject: [PATCH] chore(release): 0.34.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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