diff --git a/CHANGELOG.md b/CHANGELOG.md index 79aeac60..dcf3d566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.33.0](https://github.com/revanced/revanced-integrations/compare/v0.32.0...v0.33.0) (2022-08-14) + + +### Features + +* `swipe controls` override volume button behaviour ([#114](https://github.com/revanced/revanced-integrations/issues/114)) ([8056e2e](https://github.com/revanced/revanced-integrations/commit/8056e2e9eb69451029e25d0d9afb2a43ead25749)) + # [0.32.0](https://github.com/revanced/revanced-integrations/compare/v0.31.2...v0.32.0) (2022-08-14) diff --git a/gradle.properties b/gradle.properties index 6e3a3ad9..5545bc21 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.32.0 +version = 0.33.0