diff --git a/CHANGELOG.md b/CHANGELOG.md index 50edeab6..1784714a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.6.12 (21 January 2025) +- [#1231](https://github.com/WireMock-Net/WireMock.Net/pull/1231) - Fix google protobuf WellKnownTypes: Empty, Duration and Timestamp [bug] contributed by [StefH](https://github.com/StefH) +- [#1235](https://github.com/WireMock-Net/WireMock.Net/pull/1235) - Fix ArgumentException in FindLogEntries [bug] contributed by [StefH](https://github.com/StefH) +- [#1241](https://github.com/WireMock-Net/WireMock.Net/pull/1241) - Upgrade to Handlebars.Net.Helpers 2.4.9 [bug] contributed by [StefH](https://github.com/StefH) +- [#1227](https://github.com/WireMock-Net/WireMock.Net/issues/1227) - unable to call grpc method with namespace [bug] +- [#1228](https://github.com/WireMock-Net/WireMock.Net/issues/1228) - how to set datetime for grpc field [bug] +- [#1234](https://github.com/WireMock-Net/WireMock.Net/issues/1234) - FindLogEntries regression [bug] +- [#1240](https://github.com/WireMock-Net/WireMock.Net/issues/1240) - Method 'get_Category' in type 'WireMock.Transformers.Handlebars.FileHelpers' [bug] + # 1.6.11 (02 January 2025) - [#1221](https://github.com/WireMock-Net/WireMock.Net/pull/1221) - Add overloads to AtUrl and AtAbsoluteUrl which can use a IStringMatcher [feature] contributed by [StefH](https://github.com/StefH) - [#1222](https://github.com/WireMock-Net/WireMock.Net/pull/1222) - Fix WireMockContainerBuilder (duplicate entries) [bug] contributed by [StefH](https://github.com/StefH) diff --git a/Directory.Build.props b/Directory.Build.props index 916f877c..3616da7d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.6.11 + 1.6.12 WireMock.Net-Logo.png https://github.com/WireMock-Net/WireMock.Net Apache-2.0 diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index dd8f7bce..7b2c40e5 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.6.11 +SET version=1.6.12 GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 49193239..3dfdf2b7 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,11 +1,10 @@ -# 1.6.11 (02 January 2025) -- #1221 Add overloads to AtUrl and AtAbsoluteUrl which can use a IStringMatcher [feature] -- #1222 Fix WireMockContainerBuilder (duplicate entries) [bug] -- #1223 Add functionality to call a PostTransform method after the Webhook request has been transformed [feature] -- #1224 Add FindLogEntries to IWireMockServer [feature] -- #1092 FindLogEntries present in WireMockServer but not IWireMockServer [feature] -- #1192 Feature: add URL assertion excluding query parameters [feature] -- #1204 Supplying Values From Request for Webhook Body and Headers [feature] -- #1217 Order of WireMockContainerBuilder WithX calls caused duplicate Networks in Configuration [bug] +# 1.6.12 (21 January 2025) +- #1231 Fix google protobuf WellKnownTypes: Empty, Duration and Timestamp [bug] +- #1235 Fix ArgumentException in FindLogEntries [bug] +- #1241 Upgrade to Handlebars.Net.Helpers 2.4.9 [bug] +- #1227 unable to call grpc method with namespace [bug] +- #1228 how to set datetime for grpc field [bug] +- #1234 FindLogEntries regression [bug] +- #1240 Method 'get_Category' in type 'WireMock.Transformers.Handlebars.FileHelpers' [bug] The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md \ No newline at end of file