diff --git a/README.md b/README.md
index af2cedac7..e32624b47 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.4")
+testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.5")
```
#### Kotlin
```groovy
-testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.4")
+testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.5")
```
### Maven
@@ -49,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
com.navercorp.fixturemonkey
fixture-monkey-starter
- 1.1.4
+ 1.1.5
test
```
@@ -60,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
com.navercorp.fixturemonkey
fixture-monkey-starter-kotlin
- 1.1.4
+ 1.1.5
test
```
diff --git a/build.gradle.kts b/build.gradle.kts
index 67fcd6a71..fcf750be0 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
allprojects {
group = "com.navercorp.fixturemonkey"
- version = "1.1.5-SNAPSHOT"
+ version = "1.1.5"
}
subprojects {
diff --git a/docs/config/_default/params.toml b/docs/config/_default/params.toml
index 0eb79f7bf..09d596928 100644
--- a/docs/config/_default/params.toml
+++ b/docs/config/_default/params.toml
@@ -115,4 +115,4 @@ lastMod = false
collapsibleSidebar = true
[[params.versions]]
-version = "1.1.4"
+version = "1.1.5"
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 cb709090f..311279927 100644
--- a/docs/content/v1.1.x-kor/release-notes/_index.md
+++ b/docs/content/v1.1.x-kor/release-notes/_index.md
@@ -5,6 +5,12 @@ menu:
docs:
weight: 100
---
+sectionStart
+## v.1.1.5
+Fix keep equivalence with `ElemenetProperty` and `MapKeyElementProperty` and `MapValueElementProperty`.
+
+sectionEnd
+
sectionStart
## v.1.1.4
Fix not registering size API if decomposing.
diff --git a/docs/content/v1.1.x/release-notes/_index.md b/docs/content/v1.1.x/release-notes/_index.md
index 62a07a2f3..5d6e5a9a7 100644
--- a/docs/content/v1.1.x/release-notes/_index.md
+++ b/docs/content/v1.1.x/release-notes/_index.md
@@ -5,6 +5,12 @@ menu:
docs:
weight: 100
---
+sectionStart
+## v.1.1.5
+Fix keep equivalence with `ElemenetProperty` and `MapKeyElementProperty` and `MapValueElementProperty`.
+
+sectionEnd
+
sectionStart
## v.1.1.4
Fix not registering size API if decomposing.