diff --git a/CHANGELOG.md b/CHANGELOG.md index edaece62..fc637117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.0.10.0 (27 March 2019) +- [#260](https://github.com/WireMock-Net/WireMock.Net/pull/260) - Fix Response.Delay property serialization [bug] contributed by [StefH](https://github.com/StefH) +- [#257](https://github.com/WireMock-Net/WireMock.Net/issues/257) - Doc: Update outdated [question] +- [#258](https://github.com/WireMock-Net/WireMock.Net/issues/258) - InvalidProgramException when following running as standalone process example with dotnetcore [invalid] + # 1.0.9.0 (25 March 2019) - [#256](https://github.com/WireMock-Net/WireMock.Net/pull/256) - Fixed Multi Param Match logic contributed by [StefH](https://github.com/StefH) - [#255](https://github.com/WireMock-Net/WireMock.Net/issues/255) - ExactMatcher with array pattern not working? [bug] diff --git a/Directory.Build.props b/Directory.Build.props index 2a8c17a0..4d82fecb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.0.9 + 1.0.10 diff --git a/GitHubReleaseNotes.txt b/GitHubReleaseNotes.txt index 8d118ff6..87363559 100644 --- a/GitHubReleaseNotes.txt +++ b/GitHubReleaseNotes.txt @@ -1,3 +1,3 @@ https://github.com/StefH/GitHubReleaseNotes -GitHubReleaseNotes.exe --output CHANGELOG.md --skip-empty-releases --version 1.0.9.0 \ No newline at end of file +GitHubReleaseNotes.exe --output CHANGELOG.md --skip-empty-releases --version 1.0.10.0 \ No newline at end of file