diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b4d42d3a..fa214a19c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [0.27.0](https://github.com/revanced/revanced-integrations/compare/v0.26.0...v0.27.0) (2022-07-17) + + +### Features + +* better default settings for `sponsorblock` patch ([0a0101f](https://github.com/revanced/revanced-integrations/commit/0a0101f35e8e0828f072a18b607cdb772fb4b00f)) +* remove use of unused class `Dialogs` ([5a67ca2](https://github.com/revanced/revanced-integrations/commit/5a67ca22b8e019d9af3f20b885d41c53b19dc18b)) + # [0.26.0](https://github.com/revanced/revanced-integrations/compare/v0.25.2...v0.26.0) (2022-07-17) diff --git a/gradle.properties b/gradle.properties index bbd75b2b44..a42d466470 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.26.0 +version = 0.27.0