diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e448c1..b50a677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [7.0.0](https://github.com/revanced/revanced-patcher/compare/v6.4.3...v7.0.0) (2023-02-26) + + +* feat!: merge integrations only when necessary ([6e24a85](https://github.com/revanced/revanced-patcher/commit/6e24a85eabd1e7a1484fad229d5ba55c3ba1f1b4)) + + +### BREAKING CHANGES + +* `Patcher.addFiles` is now renamed to `Patcher.addIntegrations` + +Signed-off-by: oSumAtrIX + # [7.0.0-dev.1](https://github.com/revanced/revanced-patcher/compare/v6.4.3...v7.0.0-dev.1) (2023-02-26) diff --git a/gradle.properties b/gradle.properties index 5c67a30..486f17c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 7.0.0-dev.1 +version = 7.0.0