diff --git a/CHANGELOG.md b/CHANGELOG.md index bc98217ed..315f536b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Next Version -## 2.0.4 (2020-09-18) +## 2.0.5 (2020-09-18) * Support type parameters for @Inject constructors, see #111. * Handle named imports properly, see #115. @@ -11,6 +11,10 @@ * Build the project and run tests in CI with JDK 11. * Preserve variance keywords when generating factory classes, see #120. +## 2.0.4 (2020-09-18) + +* Ignore, this release was built with Kotlin 1.4.20 accidentally. + ## 2.0.3 (2020-09-08) * Support classes with multiple generic parameters for field injection, see #91. diff --git a/gradle.properties b/gradle.properties index 8608d0ced..227721166 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.squareup.anvil -VERSION_NAME=2.0.5-SNAPSHOT +VERSION_NAME=2.0.5 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