diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee1c7c..41d8b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ Changelog **Unreleased** -------------- +1.10.0 +------ + +_2024-08-22_ + +- Update to Kotlin `2.0.20`. +- Build against Gradle `8.10`. + 1.9.0 ----- diff --git a/gradle.properties b/gradle.properties index 23426f3..151fe2b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ kotlin.compiler.keepIncrementalCompilationCachesInMemory=true kotlin.compiler.preciseCompilationResultsBackup=true GROUP=dev.zacsweers.redacted -VERSION_NAME=1.10.0-SNAPSHOT +VERSION_NAME=1.10.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 273bb9f..78dbf64 100644 --- a/redacted-compiler-plugin-gradle/gradle.properties +++ b/redacted-compiler-plugin-gradle/gradle.properties @@ -6,7 +6,7 @@ POM_PACKAGING=jar kotlin.stdlib.default.dependency=false GROUP=dev.zacsweers.redacted -VERSION_NAME=1.10.0-SNAPSHOT +VERSION_NAME=1.10.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/