diff --git a/CHANGELOG.md b/CHANGELOG.md index cc1a62858..ab8619adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,12 @@ ### Other Notes & Contributions +## [2.5.0-beta03] - 2024-02-26 + +### Fixed +- Don't fail the build when a `@Binds`-annotated function binds a generic type ([#885](https://github.com/square/anvil/issues/885)) + - This is a revert of the changes in ([#833](https://github.com/square/anvil/issues/833)). + ## [2.5.0-beta02] - 2024-02-23 ### Fixed @@ -668,6 +674,7 @@ [Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta02...HEAD +[2.5.0-beta03]: https://github.com/square/anvil/releases/tag/v2.5.0-beta03 [2.5.0-beta02]: https://github.com/square/anvil/releases/tag/v2.5.0-beta02 [2.5.0-beta01]: https://github.com/square/anvil/releases/tag/v2.5.0-beta01 [2.4.9]: https://github.com/square/anvil/releases/tag/v2.4.9 diff --git a/gradle.properties b/gradle.properties index 2fb85bd5e..87d264411 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ GROUP=com.squareup.anvil # When updating this, make sure to also update the parallel release versions in release.yml & ci.yml -VERSION_NAME=2.5.0-beta03-SNAPSHOT +VERSION_NAME=2.5.0-beta03 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