diff --git a/README.md b/README.md index e32624b47..bd4123732 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ Each primitive type property is generated by [Jqwik](https://github.com/jlink/jq #### Java ```groovy -testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.5") +testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.6") ``` #### Kotlin ```groovy -testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.5") +testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.6") ``` ### Maven @@ -49,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1. com.navercorp.fixturemonkey fixture-monkey-starter - 1.1.5 + 1.1.6 test ``` @@ -60,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1. com.navercorp.fixturemonkey fixture-monkey-starter-kotlin - 1.1.5 + 1.1.6 test ``` diff --git a/build.gradle.kts b/build.gradle.kts index 822bf5b29..99804c839 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { allprojects { group = "com.navercorp.fixturemonkey" - version = "1.1.6-SNAPSHOT" + version = "1.1.6" } subprojects { diff --git a/docs/content/v1.1.x-kor/release-notes/_index.md b/docs/content/v1.1.x-kor/release-notes/_index.md index e45791342..8794e6585 100644 --- a/docs/content/v1.1.x-kor/release-notes/_index.md +++ b/docs/content/v1.1.x-kor/release-notes/_index.md @@ -9,7 +9,9 @@ sectionStart ## v.1.1.6 Deprecate `Randoms.create(String)`, use `Randoms.setSeed(long)` instead. -Fix an instance generated by `ConstructorPropertiesArbitraryIntrospector` that was not validated by validation annotations. +Fix an instance generated by `ConstructorPropertiesArbitraryIntrospector` that was not validated by validation annotations. + +Fix using `KotlinArbitraryBuilder` when generating an `Arb` in kotest module. sectionEnd diff --git a/docs/content/v1.1.x/release-notes/_index.md b/docs/content/v1.1.x/release-notes/_index.md index d5c542c2c..3bf2792c8 100644 --- a/docs/content/v1.1.x/release-notes/_index.md +++ b/docs/content/v1.1.x/release-notes/_index.md @@ -11,6 +11,8 @@ Deprecate `Randoms.create(String)`, use `Randoms.setSeed(long)` instead. Fix an instance generated by `ConstructorPropertiesArbitraryIntrospector` that was not validated by validation annotations. +Fix using `KotlinArbitraryBuilder` when generating an `Arb` in kotest module. + sectionEnd sectionStart