diff --git a/CHANGELOG.md b/CHANGELOG.md index 135bdd6eb..a01a24600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,13 @@ ### Other Notes & Contributions +## [2.5.0-beta11] - 2024-07-29 + +### Fixed + +- resolve inherited field-injected generic properties to their substituted type ([#1040](https://github.com/square/anvil/pull/1040)) +- Resolve generic types when checking Subcomponent factory return types ([#1041](https://github.com/square/anvil/pull/1041)) + ## [2.5.0-beta10] - 2024-07-22 ### Deprecated @@ -762,7 +769,8 @@ - Initial release. -[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta10...HEAD +[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta11...HEAD +[2.5.0-beta11]: https://github.com/square/anvil/releases/tag/v2.5.0-beta11 [2.5.0-beta10]: https://github.com/square/anvil/releases/tag/v2.5.0-beta10 [2.5.0-beta09]: https://github.com/square/anvil/releases/tag/v2.5.0-beta09 [2.5.0-beta08]: https://github.com/square/anvil/releases/tag/v2.5.0-beta08 diff --git a/gradle.properties b/gradle.properties index ff7a05276..b4dc3185b 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 -VERSION_NAME=2.5.0-SNAPSHOT +VERSION_NAME=2.5.0-beta11 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