Skip to content

Commit 888d913

Browse files
committed
1.6.12
1 parent 6688a64 commit 888d913

File tree

4 files changed

+19
-11
lines changed

4 files changed

+19
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.6.12 (21 January 2025)
2+
- [#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)
3+
- [#1235](https://github.com/WireMock-Net/WireMock.Net/pull/1235) - Fix ArgumentException in FindLogEntries [bug] contributed by [StefH](https://github.com/StefH)
4+
- [#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)
5+
- [#1227](https://github.com/WireMock-Net/WireMock.Net/issues/1227) - unable to call grpc method with namespace [bug]
6+
- [#1228](https://github.com/WireMock-Net/WireMock.Net/issues/1228) - how to set datetime for grpc field [bug]
7+
- [#1234](https://github.com/WireMock-Net/WireMock.Net/issues/1234) - FindLogEntries regression [bug]
8+
- [#1240](https://github.com/WireMock-Net/WireMock.Net/issues/1240) - Method 'get_Category' in type 'WireMock.Transformers.Handlebars.FileHelpers' [bug]
9+
110
# 1.6.11 (02 January 2025)
211
- [#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)
312
- [#1222](https://github.com/WireMock-Net/WireMock.Net/pull/1222) - Fix WireMockContainerBuilder (duplicate entries) [bug] contributed by [StefH](https://github.com/StefH)

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<PropertyGroup>
7-
<VersionPrefix>1.6.11</VersionPrefix>
7+
<VersionPrefix>1.6.12</VersionPrefix>
88
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
99
<PackageProjectUrl>https://github.com/WireMock-Net/WireMock.Net</PackageProjectUrl>
1010
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

Generate-ReleaseNotes.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rem https://github.com/StefH/GitHubReleaseNotes
22

3-
SET version=1.6.11
3+
SET version=1.6.12
44

55
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN%
66

PackageReleaseNotes.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# 1.6.11 (02 January 2025)
2-
- #1221 Add overloads to AtUrl and AtAbsoluteUrl which can use a IStringMatcher [feature]
3-
- #1222 Fix WireMockContainerBuilder (duplicate entries) [bug]
4-
- #1223 Add functionality to call a PostTransform method after the Webhook request has been transformed [feature]
5-
- #1224 Add FindLogEntries to IWireMockServer [feature]
6-
- #1092 FindLogEntries present in WireMockServer but not IWireMockServer [feature]
7-
- #1192 Feature: add URL assertion excluding query parameters [feature]
8-
- #1204 Supplying Values From Request for Webhook Body and Headers [feature]
9-
- #1217 Order of WireMockContainerBuilder WithX calls caused duplicate Networks in Configuration [bug]
1+
# 1.6.12 (21 January 2025)
2+
- #1231 Fix google protobuf WellKnownTypes: Empty, Duration and Timestamp [bug]
3+
- #1235 Fix ArgumentException in FindLogEntries [bug]
4+
- #1241 Upgrade to Handlebars.Net.Helpers 2.4.9 [bug]
5+
- #1227 unable to call grpc method with namespace [bug]
6+
- #1228 how to set datetime for grpc field [bug]
7+
- #1234 FindLogEntries regression [bug]
8+
- #1240 Method 'get_Category' in type 'WireMock.Transformers.Handlebars.FileHelpers' [bug]
109

1110
The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md

0 commit comments

Comments
 (0)