diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c6328..e66d08c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Unreleased +Nothing yet. + +### [4.3.0] - 2024-08-16 + +#### Added + +- Added support for specifying the `HttpCompletionOption` to use when waiting for the response ([#126](ttps://github.com/basdijkstra/rest-assured-net/issues/119) by [@RothAndrew](https://github.com/RothAndrew)) + #### Updated - Version bumps for HtmlAgilityPack (main project), Microsoft.NET.Test.Sdk, Microsoft.AspNetCore.Mvc.Testing, WireMock.Net (test project) diff --git a/RestAssured.Net.Tests/RestAssured.Net.Tests.csproj b/RestAssured.Net.Tests/RestAssured.Net.Tests.csproj index afc9e9e..9ff73b2 100644 --- a/RestAssured.Net.Tests/RestAssured.Net.Tests.csproj +++ b/RestAssured.Net.Tests/RestAssured.Net.Tests.csproj @@ -8,15 +8,15 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/RestAssured.Net/RestAssured.Net.csproj b/RestAssured.Net/RestAssured.Net.csproj index 9023777..547c321 100644 --- a/RestAssured.Net/RestAssured.Net.csproj +++ b/RestAssured.Net/RestAssured.Net.csproj @@ -5,7 +5,7 @@ disable enable True - 4.2.2 + 4.3.0 Bas Dijkstra On Test Automation C# port of the popular REST Assured library for writing tests for HTTP APIs. @@ -30,10 +30,10 @@ - + - +