Skip to content

Commit

Permalink
1.5.42
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Dec 9, 2023
1 parent 8e1b6f8 commit 61c8ce7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.5.42 (09 December 2023)
- [#1023](https://github.com/WireMock-Net/WireMock.Net/pull/1023) - Fix Mapping[] for WireMock.Org REST API [bug] contributed by [StefH](https://github.com/StefH)
- [#1029](https://github.com/WireMock-Net/WireMock.Net/pull/1029) - Add ResponseWithHandlebarsDateTimeTests [test] contributed by [StefH](https://github.com/StefH)
- [#1031](https://github.com/WireMock-Net/WireMock.Net/pull/1031) - Calling Reset also resets the scenarios [bug] contributed by [StefH](https://github.com/StefH)
- [#1034](https://github.com/WireMock-Net/WireMock.Net/pull/1034) - Workaround for: Random.Generate Type="Long" [bug] contributed by [StefH](https://github.com/StefH)
- [#1021](https://github.com/WireMock-Net/WireMock.Net/issues/1021) - GetAdminMappingsResult in WireMock.Org.Abstractions should contain list of mappings [bug]
- [#1030](https://github.com/WireMock-Net/WireMock.Net/issues/1030) - Reset resets only mappings and logentries, not scenarios. [bug]

# 1.5.41 (04 December 2023)
- [#1012](https://github.com/WireMock-Net/WireMock.Net/pull/1012) - GraphQL - custom scalar support [feature] contributed by [StefH](https://github.com/StefH)
- [#1018](https://github.com/WireMock-Net/WireMock.Net/pull/1018) - Add .NET 8 [feature] contributed by [StefH](https://github.com/StefH)
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>1.5.41</VersionPrefix>
<VersionPrefix>1.5.42</VersionPrefix>
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/WireMock-Net/WireMock.Net</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion Generate-ReleaseNotes.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes

SET version=1.5.41
SET version=1.5.42

GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc duplicate --version %version% --token %GH_TOKEN%

Expand Down
12 changes: 7 additions & 5 deletions PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# 1.5.41 (04 December 2023)
- #1012 GraphQL - custom scalar support [feature]
- #1018 Add .NET 8 [feature]
- #1020 Add Github Action [test]
- #984 GraphQL Schema validation with custom scalars [feature]
# 1.5.42 (09 December 2023)
- #1023 Fix Mapping[] for WireMock.Org REST API [bug]
- #1029 Add ResponseWithHandlebarsDateTimeTests [test]
- #1031 Calling Reset also resets the scenarios [bug]
- #1034 Workaround for: Random.Generate Type=&quot;Long&quot; [bug]
- #1021 GetAdminMappingsResult in WireMock.Org.Abstractions should contain list of mappings [bug]
- #1030 Reset resets only mappings and logentries, not scenarios. [bug]

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

0 comments on commit 61c8ce7

Please sign in to comment.