diff --git a/CHANGELOG.md b/CHANGELOG.md index 04aff411..c68d2559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.19.1](https://github.com/revanced/revanced-integrations/compare/v0.19.0...v0.19.1) (2022-07-02) + + +### Bug Fixes + +* add missing dummy task `publish` ([3a2655b](https://github.com/revanced/revanced-integrations/commit/3a2655b38b7e2994ece550ccefadbc70a31f7fa4)) +* prepare for hide-suggestions patch ([#35](https://github.com/revanced/revanced-integrations/issues/35)) ([0ce6aa8](https://github.com/revanced/revanced-integrations/commit/0ce6aa854ce6248c5eb37b1207023f4127a137be)) + ## [0.19.1-dev.1](https://github.com/revanced/revanced-integrations/compare/v0.19.0...v0.19.1-dev.1) (2022-07-02) diff --git a/gradle.properties b/gradle.properties index de05378c..2a4b5b4d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.19.1-dev.1 +version = 0.19.1