From f7d78c345d5f8954f32cef5381fb6f8748b60690 Mon Sep 17 00:00:00 2001 From: Danny van der Sluijs Date: Tue, 4 Feb 2025 12:13:26 +0100 Subject: [PATCH] docs: Release 6.1.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5401210..ed5c87ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [6.1.0] - 2025-02-04 ### Added - Add return types in the test suite ([#748](https://github.com/jsonrainbow/json-schema/pull/748)) - Add test case for validating array of strings with objects ([#704](https://github.com/jsonrainbow/json-schema/pull/704))