diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e3be95b..f7f82c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,20 @@ Changelog ========= +1.7.0 +----- + +_2023-10-31_ + +- Update to Kotlin `1.9.20`. This plugin now requires `1.9.20`. + 1.6.1 ----- _2023-09-02_ - **Enhancement**: Simplify lookup of `KotlinCompilation`'s `implementation` configuration name in the Gradle plugin when using the default annotation. -- Update to Kotlin `1.9.0`. +- Update to Kotlin `1.9.10`. - Build against Gradle `8.3`. 1.6.0 diff --git a/gradle.properties b/gradle.properties index c124aeb6..0bcae36c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ kotlin.compiler.keepIncrementalCompilationCachesInMemory=true kotlin.compiler.preciseCompilationResultsBackup=true GROUP=dev.zacsweers.redacted -VERSION_NAME=1.7.0-SNAPSHOT +VERSION_NAME=1.7.0 POM_DESCRIPTION=A Kotlin compiler plugin that generates redacted toString() implementations. POM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/ POM_SCM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/ diff --git a/redacted-compiler-plugin-gradle/gradle.properties b/redacted-compiler-plugin-gradle/gradle.properties index fbf62472..65033fb1 100644 --- a/redacted-compiler-plugin-gradle/gradle.properties +++ b/redacted-compiler-plugin-gradle/gradle.properties @@ -3,7 +3,7 @@ POM_ARTIFACT_ID=redacted-compiler-plugin-gradle POM_PACKAGING=jar GROUP=dev.zacsweers.redacted -VERSION_NAME=1.7.0-SNAPSHOT +VERSION_NAME=1.7.0 POM_DESCRIPTION=A Kotlin compiler plugin that generates redacted toString() implementations. POM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/ POM_SCM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/