Skip to content

Commit

Permalink
Prepare for release version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basdijkstra committed Oct 21, 2024
1 parent 1a9fc2b commit cf2ba43
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Nothing yet.

### [4.4.0] - 2024-10-21

#### Added

- Added support for NTML authentication ([#130](https://github.com/basdijkstra/rest-assured-net/issues/130) by [@espy19](https://github.com/espy19))

#### Updated

- Version bumps for HtmlAgilityPack (main project), Microsoft.NET.Test.Sdk, Microsoft.AspNetCore.Mvc.Testing, NUnit, WireMock.Net (test project)

### [4.3.1] - 2024-08-22

#### Fixed
Expand Down
2 changes: 1 addition & 1 deletion RestAssured.Net/RestAssured.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>4.4.0-beta.1</Version>
<Version>4.4.0</Version>
<Authors>Bas Dijkstra</Authors>
<Company>On Test Automation</Company>
<Description>C# port of the popular REST Assured library for writing tests for HTTP APIs.</Description>
Expand Down

0 comments on commit cf2ba43

Please sign in to comment.