diff --git a/CHANGELOG.md b/CHANGELOG.md index d8dc7402..bc31b21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.31.0](https://github.com/revanced/revanced-integrations/compare/v0.30.4...v0.31.0) (2022-08-03) + + +### Features + +* remove `ForceCodecPatch` ([#115](https://github.com/revanced/revanced-integrations/issues/115)) ([532de7e](https://github.com/revanced/revanced-integrations/commit/532de7e9a177bd45627051176d90b8a5f97fc792)) + ## [0.30.4](https://github.com/revanced/revanced-integrations/compare/v0.30.3...v0.30.4) (2022-07-31) diff --git a/gradle.properties b/gradle.properties index 8d074bc2..46a2ed8a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.30.4 +version = 0.31.0