Skip to content

Commit c548600

Browse files
committed
1.6.9
1 parent 7f640df commit c548600

4 files changed

+10
-11
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 1.6.8 (23 November 2024)
1+
# 1.6.9 (06 December 2024)
2+
- [#1216](https://github.com/WireMock-Net/WireMock.Net/pull/1216) - Fix JsonPartialMatcher when using property names with dot [bug] contributed by [StefH](https://github.com/StefH)
3+
- [#1210](https://github.com/WireMock-Net/WireMock.Net/issues/1210) - JsonPartialMatcher fails to match on property name that JsonMatcher matches [bug]
4+
5+
# 1.6.8 (24 November 2024)
26
- [#1202](https://github.com/WireMock-Net/WireMock.Net/pull/1202) - Log exception when (static) mapping file cannot be read [feature] contributed by [StefH](https://github.com/StefH)
37
- [#1206](https://github.com/WireMock-Net/WireMock.Net/pull/1206) - Fix security issues [bug] contributed by [StefH](https://github.com/StefH)
48
- [#1211](https://github.com/WireMock-Net/WireMock.Net/pull/1211) - Use GraphQL 8.2.1 [feature] contributed by [StefH](https://github.com/StefH)

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<PropertyGroup>
7-
<VersionPrefix>1.6.8</VersionPrefix>
7+
<VersionPrefix>1.6.9</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

+1-1
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.8
3+
SET version=1.6.9
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

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
# 1.6.8 (23 November 2024)
2-
- #1202 Log exception when (static) mapping file cannot be read [feature]
3-
- #1206 Fix security issues [bug]
4-
- #1211 Use GraphQL 8.2.1 [feature]
5-
- #1213 Fix HandlebarsContext ParseAndEvaluate method [bug]
6-
- #1201 Mapping file parse errors are not logged to the console [feature]
7-
- #1209 Upgrade of GraphQL libs to the latest [feature]
8-
- #1212 Response Body Does Not Include Text After Path Segment [bug]
1+
# 1.6.9 (06 December 2024)
2+
- #1216 Fix JsonPartialMatcher when using property names with dot [bug]
3+
- #1210 JsonPartialMatcher fails to match on property name that JsonMatcher matches [bug]
94

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

0 commit comments

Comments
 (0)