diff --git a/CHANGELOG.md b/CHANGELOG.md index f532df09e..7dd435396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,15 @@ ## Next Version -## 2.0.13 (2021-02-04) +## 2.0.14 (2021-02-04) * Anvil falsely detected provider methods inside of companion objects of interfaces as abstracted, see #187. * Support nullable parameters for assisted injection properly, see #189. +## 2.0.13 (2021-02-04) + +* This release accidentally used a Kotlin preview version. + ## 2.0.12 (2021-02-02) * Support Dagger's assisted injection feature and generate necessary code, see #165. diff --git a/gradle.properties b/gradle.properties index a0c679d30..2323464f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.squareup.anvil -VERSION_NAME=2.0.14-SNAPSHOT +VERSION_NAME=2.0.14 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