From 10ed514fdc3f9b71f8a92c567afea21a2f6fa1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 29 Jan 2024 17:50:15 +0100 Subject: [PATCH] Enhancement: Prepare release --- .github/SECURITY.md | 4 ++-- CHANGELOG.md | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index b543b8bb..3ea272a5 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/json-schema-validator` have active support: -- `^4.1.0` +- `^4.2.0` ## Unsupported Versions The following versions of `ergebnis/json-schema-validator` have reached their end of life: -- `<4.1.0` +- `<4.2.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec28d5f..4a6c61f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -For a full diff see [`4.1.0...main`][4.1.0...main]. +For a full diff see [`4.2.0...main`][4.2.0...main]. + +## [`4.2.0`][4.2.0] + +For a full diff see [`4.1.0...4.2.0`][4.1.0...4.2.0]. ### Changed @@ -103,6 +107,7 @@ For a full diff see [`dcd4cfb...1.0.0`][dcd4cfb...1.0.0]. [3.2.0]: https://github.com/ergebnis/json-schema-validator/releases/tag/3.2.0 [4.0.0]: https://github.com/ergebnis/json-schema-validator/releases/tag/4.0.0 [4.1.0]: https://github.com/ergebnis/json-schema-validator/releases/tag/4.1.0 +[4.2.0]: https://github.com/ergebnis/json-schema-validator/releases/tag/4.2.0 [dcd4cfb...1.0.0]: https://github.com/ergebnis/json-schema-validator/compare/dcd4cfb...1.0.0 [1.0.0...2.0.0]: https://github.com/ergebnis/json-schema-validator/compare/1.0.0...2.0.0 @@ -111,7 +116,8 @@ For a full diff see [`dcd4cfb...1.0.0`][dcd4cfb...1.0.0]. [3.1.0...3.2.0]: https://github.com/ergebnis/json-schema-validator/compare/3.1.0...3.2.0 [3.2.0...4.0.0]: https://github.com/ergebnis/json-schema-validator/compare/3.2.0...4.0.0 [4.0.0...4.1.0]: https://github.com/ergebnis/json-schema-validator/compare/4.0.0...4.1.0 -[4.1.0...main]: https://github.com/ergebnis/json-schema-validator/compare/4.1.0...main +[4.1.0...4.2.0]: https://github.com/ergebnis/json-schema-validator/compare/4.1.0...4.2.0 +[4.2.0...main]: https://github.com/ergebnis/json-schema-validator/compare/4.2.0...main [#2]: https://github.com/ergebnis/json-schema-validator/pull/2 [#3]: https://github.com/ergebnis/json-schema-validator/pull/3