diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cd52cfb80..914b424f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.26.0-dev.1](https://github.com/crimera/revanced-integrations/compare/v1.25.1...v1.26.0-dev.1) (2024-08-15) + + +### Features + +* Quick settings button is now optional ([bf89107](https://github.com/crimera/revanced-integrations/commit/bf89107981979a032298622cc9e80fc51b21110b)) + ## [1.25.1](https://github.com/crimera/revanced-integrations/compare/v1.25.0...v1.25.1) (2024-08-12) diff --git a/gradle.properties b/gradle.properties index 12eb456ba1..c3e81cb9e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true android.useAndroidX = true -version = 1.25.1 +version = 1.26.0-dev.1