diff --git a/CHANGELOG.md b/CHANGELOG.md index 47da34215b..d2640eed75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.20.0-dev.4](https://github.com/crimera/revanced-integrations/compare/v1.20.0-dev.3...v1.20.0-dev.4) (2024-06-11) + + +### Bug Fixes + +* Fix crash when opening feature flags ([051bb21](https://github.com/crimera/revanced-integrations/commit/051bb21c4757826eef5d3f949b892040dbc1a391)) + + +### Updates + +* Enable `Hide Live Threads` patch by default ([715c211](https://github.com/crimera/revanced-integrations/commit/715c2117f13211cf1d63dd33c26796219a837e7d)) + ## [1.20.0-dev.3](https://github.com/crimera/revanced-integrations/compare/v1.20.0-dev.2...v1.20.0-dev.3) (2024-06-09) diff --git a/gradle.properties b/gradle.properties index c7b31745da..cd0e36f0c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true android.useAndroidX = true -version = 1.20.0-dev.3 +version = 1.20.0-dev.4