diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e0aa00..e9275b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.5.25 (13 May 2023) +- [#934](https://github.com/WireMock-Net/WireMock.Net/pull/934) - Code generator improvements [feature] contributed by [cezarypiatek](https://github.com/cezarypiatek) + # 1.5.24 (07 May 2023) - [#926](https://github.com/WireMock-Net/WireMock.Net/pull/926) - Fix C# mapping code generator for header names [bug] contributed by [cezarypiatek](https://github.com/cezarypiatek) - [#927](https://github.com/WireMock-Net/WireMock.Net/pull/927) - Enrich generated code with status code [feature] contributed by [cezarypiatek](https://github.com/cezarypiatek) diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 5e0d7589..7bcd1a63 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,8 +1,4 @@ -# 1.5.24 (07 May 2023) -- #926 Fix C# mapping code generator for header names [bug] -- #927 Enrich generated code with status code [feature] -- #930 Update C# mapping code generator for WithStatusCode [feature] -- #931 Add property 'IsStartedWithAdminInterface' to 'IWireMockServer' [feature] -- #933 C# code generator improvements [feature] +# 1.5.25 (13 May 2023) +- #934 Code generator improvements [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