diff --git a/CHANGELOG.md b/CHANGELOG.md index d22214d6a..fed6c7ee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ **Unreleased** -------------- -- Use more unique names for default parent component functions. +0.2.3 +----- + +_2024-08-08_ + +- **Fix:** Use more unique names for default parent component functions. +- **Fix:** Strip `ABSTRACT` modifiers if present when overriding component-returning functions. 0.2.2 ----- diff --git a/gradle.properties b/gradle.properties index 95e4558cc..5d0b77b59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ GROUP=dev.zacsweers.anvil # When updating this, make sure to also update the parallel release versions in release.yml -VERSION_NAME=1.0.0-SNAPSHOT +VERSION_NAME=0.2.3 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