Skip to content

Commit 5d276d9

Browse files
committed
Prepare for release 4.9.0
1 parent 35f2963 commit 5d276d9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
### Unreleased
99

10+
Nothing yet.
11+
12+
### [4.9.0] - 2025-10-29
13+
14+
- Added support for providing paths to a JSON schema file when validating response bodies against a schema using `MatchesJsonSchema()` ([#142](https://github.com/basdijkstra/rest-assured-net/issues/142) by [@gostosohub](https://github.com/gostosohub))
15+
1016
#### Updated
1117

1218
- Version bumps for HtmlAgilityPack, System.Text.Encodings.Web (main project), Microsoft.AspNetCore.Mvc.Testing, NUnit3TestAdapter, WireMock.Net (test project)

RestAssured.Net/RestAssured.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>disable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
8-
<Version>4.8.0</Version>
8+
<Version>4.9.0</Version>
99
<Authors>Bas Dijkstra</Authors>
1010
<Company>On Test Automation</Company>
1111
<Description>C# port of the popular REST Assured library for writing tests for HTTP APIs.</Description>

0 commit comments

Comments
 (0)