diff --git a/CHANGELOG.md b/CHANGELOG.md index 11c73794..68c8c25e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - [#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) - [#1250](https://github.com/WireMock-Net/WireMock.Net/pull/1250) - Add ProtoDefinition to WireMockContainer [feature] contributed by [StefH](https://github.com/StefH) - [#1239](https://github.com/WireMock-Net/WireMock.Net/issues/1239) - How to use WiremockContainerBuilder for grpc using http2 [feature] +- [#1249](https://github.com/WireMock-Net/WireMock.Net/issues/1249) - Add protodefinition and refer it from mapping [feature] # 1.7.1 (26 January 2025) - [#1236](https://github.com/WireMock-Net/WireMock.Net/pull/1236) - Fix ProtoBuf mapping.json [bug] contributed by [StefH](https://github.com/StefH) diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index d2abafc9..ff47dd22 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -3,5 +3,6 @@ - #1248 Add exception message to logging when mapping fails due to an exception. - #1250 Add ProtoDefinition to WireMockContainer [feature] - #1239 How to use WiremockContainerBuilder for grpc using http2 [feature] +- #1249 Add protodefinition and refer it from mapping [feature] 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