From 409d55350f7d90e8386d5aef4f5a5d83ea4e6b43 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 30 Mar 2019 09:47:28 +0100 Subject: [PATCH] 1.0.11.0 --- CHANGELOG.md | 4 ++++ Directory.Build.props | 2 +- GitHubReleaseNotes.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc637117..2a462507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.11.0 (30 March 2019) +- [#261](https://github.com/WireMock-Net/WireMock.Net/pull/261) - Fix BodyAsJson transform bug in ResponseMessageTransformer contributed by [psypilat](https://github.com/psypilat) +- [#262](https://github.com/WireMock-Net/WireMock.Net/pull/262) - Add ProvideResponse_WithJsonBodyAndTransform test contributed by [psypilat](https://github.com/psypilat) + # 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] diff --git a/Directory.Build.props b/Directory.Build.props index 4d82fecb..a0b6b3ea 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.0.10 + 1.0.11 diff --git a/GitHubReleaseNotes.txt b/GitHubReleaseNotes.txt index 87363559..fa63df65 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.10.0 \ No newline at end of file +GitHubReleaseNotes.exe --output CHANGELOG.md --skip-empty-releases --version 1.0.11.0 \ No newline at end of file