diff --git a/CHANGELOG.md b/CHANGELOG.md index c524c62161..29241da33b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.17.0-dev.1](https://github.com/ReVanced/revanced-integrations/compare/v1.16.1-dev.1...v1.17.0-dev.1) (2024-10-21) + + +### Features + +* **YouTube:** Add `Shorts autoplay` patch ([#719](https://github.com/ReVanced/revanced-integrations/issues/719)) ([14fb894](https://github.com/ReVanced/revanced-integrations/commit/14fb894f398dc4ea4fd494dff1eeee19c7fd6e95)) + ## [1.16.1-dev.1](https://github.com/ReVanced/revanced-integrations/compare/v1.16.0...v1.16.1-dev.1) (2024-10-20) diff --git a/gradle.properties b/gradle.properties index 5a83345f76..2cab7ce7c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true android.useAndroidX = true -version = 1.16.1-dev.1 +version = 1.17.0-dev.1