diff --git a/CHANGELOG.md b/CHANGELOG.md index b513754..4f45c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ This list is not intended to be all-encompassing - it will document major and breaking API changes with their rationale when appropriate: +### v2.10.2.0 +- **result4k-kotest** : [Fix] Expected and actual the right way round + ### v2.10.1.0 - **all** : Upgrade of dependencies - **values4k** : Added extension functions diff --git a/version.json b/version.json index 0190a75..038af26 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "forkhandles": { - "version": "2.10.1.0" + "version": "2.10.2.0" } }