diff --git a/CHANGELOG.md b/CHANGELOG.md index 31de9ff06..e1924409b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Next Version +## 2.0.7 (2020-11-12) + +* Support Kotlin's explicit API mode in generated code, see #144. +* Handle packages starting with an uppercase letter properly, see #150. +* Use the correct import if an uppercase function is imported with the same name as the type, see #154. +* Support properties as providers in Dagger modules, see #149. + ## 2.0.6 (2020-10-06) * Support constructor injection for classes with bounded types, see #126. diff --git a/gradle.properties b/gradle.properties index 49445cda3..3770a1700 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.squareup.anvil -VERSION_NAME=2.0.7-SNAPSHOT +VERSION_NAME=2.0.7 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