diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f480796..c2ecd585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 1.5.60 (09 July 2024) +- [#1128](https://github.com/WireMock-Net/WireMock.Net/pull/1128) - Add Handlebars.Net.Helpers.Xslt [feature] contributed by [StefH](https://github.com/StefH) +- [#1130](https://github.com/WireMock-Net/WireMock.Net/pull/1130) - Add AdminPath to WireMockServerSettings [feature] contributed by [StefH](https://github.com/StefH) +- [#1131](https://github.com/WireMock-Net/WireMock.Net/pull/1131) - Add unit tests for AdminApiMappingBuilder [test] contributed by [StefH](https://github.com/StefH) +- [#1132](https://github.com/WireMock-Net/WireMock.Net/pull/1132) - Multipart Matcher Fix [bug] contributed by [rmeshksar](https://github.com/rmeshksar) +- [#1133](https://github.com/WireMock-Net/WireMock.Net/pull/1133) - Add unit tests for AdminApiMappingBuilder_ [test] contributed by [StefH](https://github.com/StefH) +- [#1134](https://github.com/WireMock-Net/WireMock.Net/pull/1134) - Remove some files and folders [refactor] contributed by [StefH](https://github.com/StefH) +- [#1119](https://github.com/WireMock-Net/WireMock.Net/issues/1119) - Error in RequestMessageMultiPartMatcher [bug] +- [#1121](https://github.com/WireMock-Net/WireMock.Net/issues/1121) - XML transformation [feature] + # 1.5.59 (26 June 2024) - [#1127](https://github.com/WireMock-Net/WireMock.Net/pull/1127) - Made changes to accommodate breaking change in testcontainers-dotnet 3.9 [feature] contributed by [epDugas](https://github.com/epDugas) diff --git a/Directory.Build.props b/Directory.Build.props index 66f5ee0a..16a6b3ee 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.5.59 + 1.5.60 WireMock.Net-Logo.png https://github.com/WireMock-Net/WireMock.Net Apache-2.0 diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index ed032f52..447bc372 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.5.59 +SET version=1.5.60 GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc duplicate example environment --version %version% --token %GH_TOKEN% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index d837f73d..a62b3378 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,4 +1,11 @@ -# 1.5.59 (26 June 2024) -- #1127 Made changes to accommodate breaking change in testcontainers-dotnet 3.9 [feature] +# 1.5.60 (09 July 2024) +- #1128 Add Handlebars.Net.Helpers.Xslt [feature] +- #1130 Add AdminPath to WireMockServerSettings [feature] +- #1131 Add unit tests for AdminApiMappingBuilder [test] +- #1132 Multipart Matcher Fix [bug] +- #1133 Add unit tests for AdminApiMappingBuilder_ [test] +- #1134 Remove some files and folders [refactor] +- #1119 Error in RequestMessageMultiPartMatcher [bug] +- #1121 XML transformation [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