Skip to content

Commit 09f4953

Browse files
committed
1.7.0
1 parent 12d2219 commit 09f4953

4 files changed

+7
-10
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.7.0 (22 January 2025)
2+
- [#1242](https://github.com/WireMock-Net/WireMock.Net/pull/1242) - Disable DynamicLinq to fix CVE [bug] contributed by [StefH](https://github.com/StefH)
3+
14
# 1.6.12 (21 January 2025)
25
- [#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)
36
- [#1235](https://github.com/WireMock-Net/WireMock.Net/pull/1235) - Fix ArgumentException in FindLogEntries [bug] 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.12</VersionPrefix>
7+
<VersionPrefix>1.7.0</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.12
3+
SET version=1.7.0
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

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
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]
1+
# 1.7.0 (22 January 2025)
2+
- #1242 Disable DynamicLinq to fix CVE [bug]
93

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

0 commit comments

Comments
 (0)