From 36d86389095736944a5954ec440552bbe92e425f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 17 Nov 2024 21:34:42 +0100 Subject: [PATCH] Enhancement: Prepare release --- .github/SECURITY.md | 4 ++-- CHANGELOG.md | 10 ++++++++-- composer.json | 2 +- composer.lock | 6 +++--- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 25c3e1af..88f4e90c 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/json-normalizer` have active support: -- `^4.6.0` +- `^4.7.0` ## Unsupported Versions The following versions of `ergebnis/json-normalizer` have reached their end of life: -- `<4.6.0` +- `<4.7.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index dda1a0a0..e236b167 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.6.0...main`][4.6.0...main]. +For a full diff see [`4.7.0...main`][4.7.0...main]. + +## [`4.7.0`][4.7.0] + +For a full diff see [`4.6.0...4.7.0`][4.6.0...4.7.0]. ### Added @@ -534,6 +538,7 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0]. [4.4.1]: https://github.com/ergebnis/json-normalizer/releases/tag/4.4.1 [4.5.0]: https://github.com/ergebnis/json-normalizer/releases/tag/4.5.0 [4.6.0]: https://github.com/ergebnis/json-normalizer/releases/tag/4.6.0 +[4.7.0]: https://github.com/ergebnis/json-normalizer/releases/tag/4.7.0 [5d8b3e2...0.1.0]: https://github.com/ergebnis/json-normalizer/compare/5d8b3e2...0.1.0 [0.1.0...0.2.0]: https://github.com/ergebnis/json-normalizer/compare/0.1.0...0.2.0 @@ -572,7 +577,8 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0]. [4.4.0...4.4.1]: https://github.com/ergebnis/json-normalizer/compare/4.4.0...4.4.1 [4.4.1...4.5.0]: https://github.com/ergebnis/json-normalizer/compare/4.4.1...4.5.0 [4.5.0...4.6.0]: https://github.com/ergebnis/json-normalizer/compare/4.5.0...4.6.0 -[4.6.0...main]: https://github.com/ergebnis/json-normalizer/compare/4.6.0...main +[4.6.0...4.7.0]: https://github.com/ergebnis/json-normalizer/compare/4.6.0...4.7.0 +[4.7.0...main]: https://github.com/ergebnis/json-normalizer/compare/4.7.0...main [#1]: https://github.com/ergebnis/json-normalizer/pull/1 [#2]: https://github.com/ergebnis/json-normalizer/pull/2 diff --git a/composer.json b/composer.json index e1554a22..7459a612 100644 --- a/composer.json +++ b/composer.json @@ -77,7 +77,7 @@ }, "extra": { "branch-alias": { - "dev-main": "4.6-dev" + "dev-main": "4.7-dev" }, "composer-normalize": { "indent-size": 2, diff --git a/composer.lock b/composer.lock index 28b0e885..26e926d7 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": "e9b1099a93c4e2a66215c5f921249973", + "content-hash": "9213f89a26b5d91d54889229bb8df252", "packages": [ { "name": "ergebnis/json", @@ -274,12 +274,12 @@ "version": "v5.2.13", "source": { "type": "git", - "url": "https://github.com/justinrainbow/json-schema.git", + "url": "https://github.com/jsonrainbow/json-schema.git", "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793", "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793", "shasum": "" },