Skip to content

Commit

Permalink
Release 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsuski committed Feb 17, 2023
1 parent 5ec9d69 commit cf48328
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.10.0] - 2023-02-17

### Added

* add `HiltObjectFactory`
*
### Fixed
* [#111 Hilt gives me "Called inject() multiple times" exception](https://github.com/cucumber/cucumber-android/issues/111)

## [4.9.0] - 2021-11-16

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ allprojects {
url releaseRepository
}
}
version = "4.10.0-SNAPSHOT"
version = "4.10.0"
ext.cucumber_javaVersion = '4.8.1'
group = 'io.cucumber'
}
Expand Down

0 comments on commit cf48328

Please sign in to comment.