Skip to content

Commit

Permalink
Prepare for RestAssured.Net 4.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
basdijkstra committed Nov 19, 2024
1 parent b8eed8f commit dba29e4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Unreleased

Nothing yet.

### [4.5.0] - 2024-11-19

#### Added

- Added support for .NET 9 ([#124](https://github.com/basdijkstra/rest-assured-net/issues/124))

#### Fixed

- Fixed issue where `ResponseLogLevel` defined in static config could not be overwritten at individual test level ([#128](https://github.com/basdijkstra/rest-assured-net/issues/128) by [@sqh-jack-starkey](https://github.com/sqh-jack-starkey))

#### Deprecated

- Deprecated `Log(RequestLogLevel requestLogLevel)` and `Log(ResponseLogLevel responseLogLevel)` in favour of `Log(LogConfiguration logConfiguration)`

#### Updated

- Version bumps for HtmlAgilityPack (main project)
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</Version>
<Version>4.5.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 dba29e4

Please sign in to comment.