diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c1da7ff7..b0c3bcd154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.4.0-dev.15](https://github.com/ReVanced/revanced-patches/compare/v4.4.0-dev.14...v4.4.0-dev.15) (2024-03-27) + + +### Features + +* **YouTube - Hide Shorts components:** Selectively hide Shorts for home / subscription / search ([#2925](https://github.com/ReVanced/revanced-patches/issues/2925)) ([f9217ac](https://github.com/ReVanced/revanced-patches/commit/f9217ac4ed8a08ca38ac99a52b9b7c53663e5ba6)) + # [4.4.0-dev.14](https://github.com/ReVanced/revanced-patches/compare/v4.4.0-dev.13...v4.4.0-dev.14) (2024-03-27) diff --git a/gradle.properties b/gradle.properties index 186da400ba..eacce669eb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true kotlin.code.style = official -version = 4.4.0-dev.14 +version = 4.4.0-dev.15