diff --git a/CHANGELOG.md b/CHANGELOG.md index 4413cf004..ee8bb8722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,18 @@ ### Other Notes & Contributions +## [2.4.9] - 2024-01-05 + +### Changed +- Upgrade Kotlin to `1.9.20` + +### Fixed +- Fix a configuration error related to version catalogs when building on Windows (#744) + +### Other Notes & Contributions +- Use Anvil version `2.4.9-1-8` if your project is using Kotlin `1.8.x`. This is also the last planned release with Kotlin `1.8.x` support. + + ## [2.4.8] - 2023-09-07 ### Added @@ -626,7 +638,8 @@ -[Unreleased]: https://github.com/square/anvil/compare/v2.4.8...HEAD +[Unreleased]: https://github.com/square/anvil/compare/v2.4.9...HEAD +[2.4.9]: https://github.com/square/anvil/releases/tag/v2.4.9 [2.4.8]: https://github.com/square/anvil/releases/tag/v2.4.8 [2.4.7]: https://github.com/square/anvil/releases/tag/v2.4.7 [2.4.6]: https://github.com/square/anvil/releases/tag/v2.4.6 diff --git a/gradle.properties b/gradle.properties index dcf4f9fbf..f7bebaad8 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.yaml & ci.yml -VERSION_NAME=2.4.9-SNAPSHOT +VERSION_NAME=2.4.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