Skip to content

Commit e0d693c

Browse files
committed
1.7.2
1 parent e8de5aa commit e0d693c

4 files changed

+13
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.7.2 (12 February 2025)
2+
- [#1246](https://github.com/WireMock-Net/WireMock.Net/pull/1246) - Add "AddUrl" to WireMockContainerBuilder to support grpc [feature] contributed by [StefH](https://github.com/StefH)
3+
- [#1248](https://github.com/WireMock-Net/WireMock.Net/pull/1248) - Add exception message to logging when mapping fails due to an exception. contributed by [JvE-iO](https://github.com/JvE-iO)
4+
- [#1250](https://github.com/WireMock-Net/WireMock.Net/pull/1250) - Add ProtoDefinition to WireMockContainer [feature] contributed by [StefH](https://github.com/StefH)
5+
- [#1239](https://github.com/WireMock-Net/WireMock.Net/issues/1239) - How to use WiremockContainerBuilder for grpc using http2 [feature]
6+
17
# 1.7.1 (26 January 2025)
28
- [#1236](https://github.com/WireMock-Net/WireMock.Net/pull/1236) - Fix ProtoBuf mapping.json [bug] contributed by [StefH](https://github.com/StefH)
39
- [#1245](https://github.com/WireMock-Net/WireMock.Net/pull/1245) - Use Handlebars.Net.Helpers to version 2.4.10 [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.7.2-preview-01</VersionPrefix>
7+
<VersionPrefix>1.7.2</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.7.1
3+
SET version=1.7.2
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

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# 1.7.1 (26 January 2025)
2-
- #1236 Fix ProtoBuf mapping.json [bug]
3-
- #1245 Use Handlebars.Net.Helpers to version 2.4.10 [feature]
4-
- #1233 GRPC mappings are not created correctly when created through Admin API [bug]
1+
# 1.7.2 (12 February 2025)
2+
- #1246 Add &quot;AddUrl&quot; to WireMockContainerBuilder to support grpc [feature]
3+
- #1248 Add exception message to logging when mapping fails due to an exception.
4+
- #1250 Add ProtoDefinition to WireMockContainer [feature]
5+
- #1239 How to use WiremockContainerBuilder for grpc using http2 [feature]
56

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

0 commit comments

Comments
 (0)