diff --git a/CHANGELOG.md b/CHANGELOG.md index 2421869452..81efd1a042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.17.0-dev.3](https://github.com/ReVanced/revanced-integrations/compare/v1.17.0-dev.2...v1.17.0-dev.3) (2024-10-23) + + +### Features + +* **YouTube - Hide layout components:** Hide player shopping shelf ([#723](https://github.com/ReVanced/revanced-integrations/issues/723)) ([fbaf288](https://github.com/ReVanced/revanced-integrations/commit/fbaf2883cc2d978f3fb3c71751e0dd7a39561814)) + # [1.17.0-dev.2](https://github.com/ReVanced/revanced-integrations/compare/v1.17.0-dev.1...v1.17.0-dev.2) (2024-10-22) diff --git a/gradle.properties b/gradle.properties index 7bcd2374fc..895b3dc80b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true android.useAndroidX = true -version = 1.17.0-dev.2 +version = 1.17.0-dev.3