diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e87bd62..4ed4148b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [0.25.0](https://github.com/revanced/revanced-integrations/compare/v0.24.2...v0.25.0) (2022-07-16)
+
+
+### Features
+
+* `return-youtube-dislikes` patch ([#81](https://github.com/revanced/revanced-integrations/issues/81)) ([2d513b5](https://github.com/revanced/revanced-integrations/commit/2d513b5100101cc3cd0393ed72bd7e09b9e11409))
+
 ## [0.24.2](https://github.com/revanced/revanced-integrations/compare/v0.24.1...v0.24.2) (2022-07-14)
 
 
diff --git a/gradle.properties b/gradle.properties
index 9b2107b9..9adf0d72 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
 org.gradle.jvmargs = -Xmx2048m
 android.useAndroidX = true
 android.enableJetifier = true
-version = 0.24.2
+version = 0.25.0