diff --git a/CHANGELOG.md b/CHANGELOG.md index 7811d64..9f0ef60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +1.0.2 +----- + +_2021-10-25_ + +* Implicit `kotlin.*` package imports are now stripped since they're redundant. + 1.0.1 ----- diff --git a/gradle.properties b/gradle.properties index 6ee8dac..46ad0dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,7 @@ POM_NAME=AutoValue Kotlin POM_ARTIFACT_ID=auto-value-kotlin POM_PACKAGING=jar GROUP=com.slack.auto.value -VERSION_NAME=1.1.0-SNAPSHOT +VERSION_NAME=1.0.2 POM_DESCRIPTION=An AutoValue extension that generates binary and source compatible equivalent data classes of AutoValue models. POM_URL=https://github.com/slackhq/auto-value-kotlin/ POM_SCM_URL=https://github.com/slackhq/auto-value-kotlin/