From aca09c1d70d9d85de5d18e608a5b76e603ff28f8 Mon Sep 17 00:00:00 2001 From: basdijkstra Date: Tue, 23 Apr 2024 14:58:12 +0200 Subject: [PATCH] Prepare for release version 4.2.2 --- CHANGELOG.md | 8 ++++++++ RestAssured.Net/RestAssured.Net.csproj | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ded0d..ba2cadd 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.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) diff --git a/RestAssured.Net/RestAssured.Net.csproj b/RestAssured.Net/RestAssured.Net.csproj index 7f27e15..7978a04 100644 --- a/RestAssured.Net/RestAssured.Net.csproj +++ b/RestAssured.Net/RestAssured.Net.csproj @@ -5,7 +5,7 @@ disable enable True - 4.2.1 + 4.2.2 Bas Dijkstra On Test Automation C# port of the popular REST Assured library for writing tests for HTTP APIs.