diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2b39aa..464e0dda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.54.0](https://github.com/revanced/revanced-integrations/compare/v0.53.0...v0.54.0) (2022-10-20) + + +### Features + +* **youtube:** `hide-captions-button` patch ([#175](https://github.com/revanced/revanced-integrations/issues/175)) ([867645e](https://github.com/revanced/revanced-integrations/commit/867645ea5b853c01e9f3f0a87797b0bba62460fa)) + # [0.53.0](https://github.com/revanced/revanced-integrations/compare/v0.52.1...v0.53.0) (2022-10-20) diff --git a/gradle.properties b/gradle.properties index 9510b049..135a52cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true -version = 0.53.0 +version = 0.54.0