diff --git a/CHANGELOG.md b/CHANGELOG.md index c0536f8121..35816fd3b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.25.2](https://github.com/revanced/revanced-integrations/compare/v0.25.1...v0.25.2) (2022-07-17) + + +### Bug Fixes + +* rename class `ReturnYouTubeDislikesPatch` to `ReturnYouTubeDislikePatch` ([a94fb8c](https://github.com/revanced/revanced-integrations/commit/a94fb8c119744d25a48f7dbafe2c4264cef87a36)) + ## [0.25.1](https://github.com/revanced/revanced-integrations/compare/v0.25.0...v0.25.1) (2022-07-17) diff --git a/gradle.properties b/gradle.properties index 361f18989a..330af6334a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.25.1 +version = 0.25.2