Skip to content

Commit

Permalink
Release 2.8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkandalov committed Sep 24, 2023
1 parent 9aa8dc4 commit 86b5d55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This list is not intended to be all-encompassing - it will document major and breaking API changes with their rationale
when appropriate:

### v2.8.0.0
- **mock4k** : Rename mode argument.
- **result4k-kotest** : Made `shouldBeSuccess()` return value and `shouldBeFailure()` return reason.

### v2.7.1.0
- **mock4k** : mock4k: Added relaxed and strict modes (pass these to `mock(MockMode.Relaxed)`)

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"forkhandles": {
"version": "2.7.1.0"
"version": "2.8.0.0"
}
}

0 comments on commit 86b5d55

Please sign in to comment.