diff --git a/CHANGELOG.md b/CHANGELOG.md index 8492376..c3745be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,15 @@ Please add your entries according to this format. ## Unreleased +## Version 0.20.0 _(2024-08-25)_ + - Add new regex property to exclude sourceSets from analysis (#328) - Fix custom KtFmt tasks not compatible with configuration cache (#290) - Fix custom source directories not correctly recognized (#292) - Fix mixed up task descriptions (#342) - KtFmt to 0.52 +- AGP to 8.5.2 +- Gradle to 8.9 ## Version 0.19.0 _(2024-07-03)_ diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 6c0f1b8..4bb500e 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -1,5 +1,5 @@ ID=com.ncorti.ktfmt.gradle -VERSION=0.19.0 +VERSION=0.20.0 GROUP=com.ncorti.ktfmt.gradle DISPLAY_NAME=ktfmt-gradle DESCRIPTION=A Gradle plugin to run ktfmt formatter on your build