Skip to content

Commit 6cb35b1

Browse files
committed
Update changelog and faker-bot version
1 parent 3752771 commit 6cb35b1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and the project versioning adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
66

7+
## [v1.3.1] - 2020-06-07
8+
### Fixed
9+
- [#27](https://github.com/serpro69/kotlin-faker/issues/27) Resolving partially-localized provider functions
10+
with secondary_key
11+
712
## [v1.3.0] - 2020-06-03
813
### Added
914
- [#24](https://github.com/serpro69/kotlin-faker/issues/24) faker-bot cli application

cli-bot/src/main/kotlin/io/github/serpro69/kfaker/app/KFaker.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import kotlin.system.exitProcess
1313
],
1414
version = [
1515
"faker: 1.3.+",
16-
"faker-bot: 1.3.0",
16+
"faker-bot: 1.3.1",
1717
"Built with picocli ${CommandLine.VERSION}",
1818
"JVM: \${java.version} (\${java.vendor} \${java.vm.name} \${java.vm.version})",
1919
"OS: \${os.name} \${os.version} \${os.arch}"

0 commit comments

Comments
 (0)