diff --git a/CHANGELOG.md b/CHANGELOG.md index dbaacd7..73fa856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [19.0.0-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v18.0.0...v19.0.0-dev.1) (2023-10-24) + + +### Features + +* Add `PatchOption#valueType` to handle type erasure ([a46e948](https://github.com/ReVanced/revanced-patcher/commit/a46e948b5a0cf9bc8d31f557e371cd7d7c2f5b1c)) + + +### BREAKING CHANGES + +* This changes the signature of the `PatchOption` constructor. + # [18.0.0](https://github.com/ReVanced/revanced-patcher/compare/v17.0.0...v18.0.0) (2023-10-22) diff --git a/gradle.properties b/gradle.properties index 50d622c..d5a8376 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true kotlin.code.style = official -version = 18.0.0 +version = 19.0.0-dev.1