diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a63a5..43b9c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [18.0.0-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v17.0.1-dev.1...v18.0.0-dev.1) (2023-10-14) + + +### Features + +* Remove patch annotation processor ([4456031](https://github.com/ReVanced/revanced-patcher/commit/445603145979a6f67823a79f9d6cd140299cff37)) + + +### BREAKING CHANGES + +* Various patch constructor signatures have changed. + ## [17.0.1-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v17.0.0...v17.0.1-dev.1) (2023-10-10) diff --git a/gradle.properties b/gradle.properties index 0276c9a..62752a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true kotlin.code.style = official -version = 17.0.1-dev.1 +version = 18.0.0-dev.1