Skip to content

Commit

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

### Unreleased

Nothing yet.

### [4.2.1] - 2023-12-31

#### Fixed

- Fixed an issue where trying to verify or extract elements from a JSON array response threw an exception ([#119](https://github.com/basdijkstra/rest-assured-net/issues/119) by [@eliasespinosa](https://github.com/eliasespinosa))

#### Updated

- Version bumps for HtmlAgilityPack, NJsonSchema (main project), Microsoft.NET.Test.Sdk, Microsoft.AspNetCore.Mvc.Testing, NUnit, Faker.NET and WireMock.NET (test 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.2.1</Version>
<Version>4.2.2</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 aca09c1

Please sign in to comment.