From 85f90c81f718aebba1d738800af83eeb447dc7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 18 Nov 2024 07:32:28 +0100 Subject: [PATCH] Enhancement: Prepare release --- .github/SECURITY.md | 4 ++-- CHANGELOG.md | 10 ++++++++-- composer.json | 2 +- composer.lock | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 348e643..4ccee82 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.3.0` +- `^4.4.0` ## Unsupported Versions The following versions of `ergebnis/json-schema-validator` have reached their end of life: -- `<4.3.0` +- `<4.4.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index be94bc0..d48d89f 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.3.0...main`][4.3.0...main]. +For a full diff see [`4.4.0...main`][4.4.0...main]. + +## [`4.4.0`][4.4.0] + +For a full diff see [`4.3.0...4.4.0`][4.3.0...4.4.0]. ### Added @@ -125,6 +129,7 @@ For a full diff see [`dcd4cfb...1.0.0`][dcd4cfb...1.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 [4.3.0]: https://github.com/ergebnis/json-schema-validator/releases/tag/4.3.0 +[4.4.0]: https://github.com/ergebnis/json-schema-validator/releases/tag/4.4.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 @@ -135,7 +140,8 @@ For a full diff see [`dcd4cfb...1.0.0`][dcd4cfb...1.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...4.2.0]: https://github.com/ergebnis/json-schema-validator/compare/4.1.0...4.2.0 [4.2.0...4.3.0]: https://github.com/ergebnis/json-schema-validator/compare/4.2.0...4.3.0 -[4.3.0...main]: https://github.com/ergebnis/json-schema-validator/compare/4.3.0...main +[4.3.0...4.4.0]: https://github.com/ergebnis/json-schema-validator/compare/4.3.0...4.4.0 +[4.4.0...main]: https://github.com/ergebnis/json-schema-validator/compare/4.4.0...main [#2]: https://github.com/ergebnis/json-schema-validator/pull/2 [#3]: https://github.com/ergebnis/json-schema-validator/pull/3 diff --git a/composer.json b/composer.json index f16ab32..3f48e61 100644 --- a/composer.json +++ b/composer.json @@ -71,7 +71,7 @@ }, "extra": { "branch-alias": { - "dev-main": "4.3-dev" + "dev-main": "4.4-dev" }, "composer-normalize": { "indent-size": 2, diff --git a/composer.lock b/composer.lock index c679462..599c8a5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "798db2f3c4ba15a15cffd7d44cb5a3d3", + "content-hash": "15f8812c2f84f67db3f01d602ae03bf6", "packages": [ { "name": "ergebnis/json",