From d568ed85d1cdc2e49d650c2fc234dc2516f3f25b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 10 Oct 2023 16:16:57 +0200 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 87ba25b0..b543b8bb 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.0.0` +- `^4.1.0` ## Unsupported Versions The following versions of `ergebnis/json-schema-validator` have reached their end of life: -- `<4.0.0` +- `<4.1.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d6b45d..393103d0 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.0.0...main`][4.0.0...main]. +For a full diff see [`4.1.0...main`][4.1.0...main]. + +## [`4.1.0`][4.1.0] + +For a full diff see [`4.0.0...4.1.0`][4.0.0...4.1.0]. ### Changed @@ -91,6 +95,7 @@ For a full diff see [`dcd4cfb...1.0.0`][dcd4cfb...1.0.0]. [3.1.0]: https://github.com/ergebnis/json-schema-validator/releases/tag/3.1.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 [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 @@ -98,7 +103,8 @@ For a full diff see [`dcd4cfb...1.0.0`][dcd4cfb...1.0.0]. [3.0.0...3.1.0]: https://github.com/ergebnis/json-schema-validator/compare/3.0.0...3.1.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...main]: https://github.com/ergebnis/json-schema-validator/compare/4.0.0...main +[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 [#2]: https://github.com/ergebnis/json-schema-validator/pull/2 [#3]: https://github.com/ergebnis/json-schema-validator/pull/3