Skip to content

Commit

Permalink
Releasing v2.4.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelWilcox committed Jan 5, 2024
1 parent 5eb8d88 commit e697325
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e697325

Please sign in to comment.