diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7e0c8dc..9faa877d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Next Version +## 2.0.10 (2020-11-20) + +* Upgrade Kotlin to `1.4.20`. Note that this version **no longer works** with Kotlin `1.4.10` or older, see #159. + ## 2.0.9 (2020-11-20) * Upgrade Kotlin to `1.4.10`. Note that this release is not compatible with Kotlin `1.4.20`. diff --git a/gradle.properties b/gradle.properties index 8ee119570..758ff0050 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.squareup.anvil -VERSION_NAME=2.0.10-SNAPSHOT +VERSION_NAME=2.0.10 POM_DESCRIPTION=A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces. POM_INCEPTION_YEAR=2020