From b36ebf3e9ec750722e7c6db646ce6c80ffe43d42 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 15 Mar 2024 09:45:25 +0100 Subject: [PATCH] Release 4.2.0 --- CHANGELOG.md | 10 +++++++++- VERSION.yml | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95988315..13f0da8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v4.2.0](https://github.com/voxpupuli/json-schema/tree/v4.2.0) (2024-03-15) + +[Full Changelog](https://github.com/voxpupuli/json-schema/compare/v4.1.1...v4.2.0) + +**Implemented enhancements:** + +- Ensure compatibility with `ruby --enable-frozen-string-literal` [\#508](https://github.com/voxpupuli/json-schema/pull/508) ([casperisfine](https://github.com/casperisfine)) + ## [v4.1.1](https://github.com/voxpupuli/json-schema/tree/v4.1.1) (2023-09-15) [Full Changelog](https://github.com/voxpupuli/json-schema/compare/v4.1.0...v4.1.1) @@ -10,7 +18,7 @@ - build\(deps\): bump actions/checkout from 2 to 4 [\#502](https://github.com/voxpupuli/json-schema/pull/502) ([dependabot[bot]](https://github.com/apps/dependabot)) - dependabot: check for github actions and gems [\#501](https://github.com/voxpupuli/json-schema/pull/501) ([bastelfreak](https://github.com/bastelfreak)) -## [v4.1.0](https://github.com/voxpupuli/json-schema/tree/v4.1.0) (2023-07-24) +## [v4.1.0](https://github.com/voxpupuli/json-schema/tree/v4.1.0) (2023-09-15) [Full Changelog](https://github.com/voxpupuli/json-schema/compare/v4.0.0...v4.1.0) diff --git a/VERSION.yml b/VERSION.yml index db3cd42e..1d5d7c7d 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,3 +1,3 @@ major: 4 -minor: 1 -patch: 1 +minor: 2 +patch: 0