diff --git a/CHANGELOG.md b/CHANGELOG.md index cacfbd27..22e03e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.27.3](https://github.com/revanced/revanced-integrations/compare/v0.27.2...v0.27.3) (2022-07-19) + + +### Bug Fixes + +* quick quality list flyout view visibility in `old-quality-layout` patch ([#86](https://github.com/revanced/revanced-integrations/issues/86)) ([996434c](https://github.com/revanced/revanced-integrations/commit/996434c5740d81d989fe9fa927cc432a3e84c5c4)) + ## [0.27.2](https://github.com/revanced/revanced-integrations/compare/v0.27.1...v0.27.2) (2022-07-18) diff --git a/gradle.properties b/gradle.properties index a4c0f7ce..3a6a2b65 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.27.2 +version = 0.27.3