From 845c89e963b422c6e1e5f31f780a4cf915323a77 Mon Sep 17 00:00:00 2001 From: Ralf Wondratschek Date: Fri, 20 Nov 2020 14:33:41 -0800 Subject: [PATCH] Releasing v2.0.9. --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 082040733..7a7e0c8dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Next Version +## 2.0.9 (2020-11-20) + +* Upgrade Kotlin to `1.4.10`. Note that this release is not compatible with Kotlin `1.4.20`. +* Remove the usage of the now deprecated `KotlinGradleSubplugin` class, see #30. +* Enable Kotlin's explicit API mode in the `:annotations` artifact. + ## 2.0.8 (2020-11-12) * Support Kotlin's explicit API mode in generated code, see #144. diff --git a/gradle.properties b/gradle.properties index ba464c5cc..d0af9815d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.squareup.anvil -VERSION_NAME=2.0.9-SNAPSHOT +VERSION_NAME=2.0.9 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