diff --git a/CHANGELOG.md b/CHANGELOG.md index 64dbe163..a09fe279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.13.0 (19 July 2026) +- [#1488](https://github.com/wiremock/WireMock.Net/pull/1488) - feat(xunit logging): TestOutputHelperWireMockLogger [feature] contributed by [Stepami](https://github.com/Stepami) +- [#1490](https://github.com/wiremock/WireMock.Net/pull/1490) - Fix: Fully respect configured custom admin path (merge PR #1483) [feature] contributed by [Copilot](https://github.com/apps/copilot-swe-agent) +- [#1482](https://github.com/wiremock/WireMock.Net/issues/1482) - WireMock.Minimal.Owin does not respect custom pathing for determining admin paths [bug] + # 2.12.0 (07 July 2026) - [#1479](https://github.com/wiremock/WireMock.Net/pull/1479) - Upgrade Microsoft.OpenApi to 3.7.0 and YamlDotNet to 18.1.0 [security] contributed by [StefH](https://github.com/StefH) - [#1480](https://github.com/wiremock/WireMock.Net/pull/1480) - Upgrade RamlToOpenApiConverter.SourceOnly to 0.21.0 [feature] contributed by [StefH](https://github.com/StefH) diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 471dc343..26a290ad 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,8 +1,6 @@ -# 2.12.0 (07 July 2026) -- #1479 Upgrade Microsoft.OpenApi to 3.7.0 and YamlDotNet to 18.1.0 [security] -- #1480 Upgrade RamlToOpenApiConverter.SourceOnly to 0.21.0 [feature] -- #1484 Update Scriban.Signed package version to 7.2.5 [security] -- #1487 Response.Create() sets the DateTime to UtcNow [bug] -- #1486 ResponseMessage.DateTime defaults to DateTime.MinValue, causing premature log entry purging for *matched* requests [bug] +# 2.13.0 (19 July 2026) +- #1488 feat(xunit logging): TestOutputHelperWireMockLogger [feature] +- #1490 Fix: Fully respect configured custom admin path (merge PR #1483) [feature] +- #1482 WireMock.Minimal.Owin does not respect custom pathing for determining admin paths [bug] The full release notes can be found here: https://github.com/wiremock/WireMock.Net/blob/master/CHANGELOG.md \ No newline at end of file