Skip to content

Commit 9988666

Browse files
committed
[docs] Update changelog for next release
1 parent 556c861 commit 9988666

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
All notable changes to this project will be documented in this file.
33

44
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and the project versioning adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
5+
and the project versioning adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
66

7-
## [1.9.0] - UNRELEASED
7+
## [1.9.0] - 2021-11-19
88
### Added
99
- [#103](https://github.com/serpro69/kotlin-faker/issues/103) [core] Add support for `Collection` types in `RandomProvider#randomClassInstance`
1010
- [#96](https://github.com/serpro69/kotlin-faker/issues/96) [core] Add `randomSubset` and `randomSublist` to `RandomService`
1111
- [#92](https://github.com/serpro69/kotlin-faker/issues/92) [core] Add `randomString` function to `RandomService`
1212
- [#86](https://github.com/serpro69/kotlin-faker/issues/86) [core] Generate birth-date based on the age
1313

14-
### Changed
14+
### Changed
1515
- [#108](https://github.com/serpro69/kotlin-faker/issues/108) Update kotlin to 1.6.0
1616
- [#100](https://github.com/serpro69/kotlin-faker/issues/100) [core] Add deprecation warning for `RandomService#nextString` since it's going to be replaced with `RandomService#randomString`
1717
- [#97](https://github.com/serpro69/kotlin-faker/issues/97) [core] Change `RandomService#nextString` to generate strings only within given locale

0 commit comments

Comments
 (0)