Skip to content

Commit 149ba40

Browse files
author
Adrián García
authored
Update CHANGELOG.md
1 parent c9e90bb commit 149ba40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
- No unreleased changes, yet!
99

10+
## [1.1.2] - 2020-02-07
11+
### Added
12+
- Add new utilities in `KodeinAndroidUtils` to inject `ViewModelProvider.Factory` instances and retrieve `ViewModel`s with `by viewModel(params)`.
13+
1014
## [1.1.1] - 2020-02-03
1115
### Added
1216
- Add new `View` extensions to change view and view lists visibility status and enabled/disabled status.
@@ -62,6 +66,7 @@ state (`success` or `failure`)
6266
- Initial architecture release.
6367

6468
[Unreleased]: https://github.com/bq/mini-kotlin/compare/1.1.1...HEAD
69+
[1.1.2]: https://github.com/bq/mini-kotlin/compare/1.1.1...1.1.2
6570
[1.1.1]: https://github.com/bq/mini-kotlin/compare/1.1.0...1.1.1
6671
[1.1.0]: https://github.com/bq/mini-kotlin/compare/1.0.9...1.1.0
6772
[1.0.9]: https://github.com/bq/mini-kotlin/compare/1.0.8...1.0.9

0 commit comments

Comments
 (0)