diff --git a/CHANGELOG.md b/CHANGELOG.md index 3580dc6c8..ecb1ec48d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.227.0-dev.17](https://github.com/anddea/revanced-patches/compare/v2.227.0-dev.16...v2.227.0-dev.17) (2024-07-09) + + +### Features + +* **YouTube - Settings:** Make `InsertPosition` case-insensitive and interchangeable between Setting name and Setting key ([#713](https://github.com/anddea/revanced-patches/issues/713)) ([269dc50](https://github.com/anddea/revanced-patches/commit/269dc50f707e6e15ff95a956dad34b4151860649)) + # [2.227.0-dev.16](https://github.com/anddea/revanced-patches/compare/v2.227.0-dev.15...v2.227.0-dev.16) (2024-07-07) diff --git a/gradle.properties b/gradle.properties index 540ff0582..f245a9174 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true kotlin.code.style = official -version = 2.227.0-dev.16 +version = 2.227.0-dev.17