diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d4bb681..4a5cd224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [16.0.0-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v15.0.3...v16.0.0-dev.1) (2023-10-04) + + +### Bug Fixes + +* Use correct super class type ([f590436](https://github.com/ReVanced/revanced-patcher/commit/f590436399f6385c51cea54618251b5d823c31f9)) + + +### BREAKING CHANGES + +* This changes the super classes of some `PatchOptionException` classes + ## [15.0.3](https://github.com/ReVanced/revanced-patcher/compare/v15.0.2...v15.0.3) (2023-10-01) diff --git a/gradle.properties b/gradle.properties index 370257fe..01566460 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true kotlin.code.style = official -version = 15.0.3 +version = 16.0.0-dev.1