From 716fa0a5dcc75fbcb2c1c2e0542b2f56732460bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 10 Oct 2023 17:15:03 +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 34605e8b..135f34c8 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/json-normalizer` have active support: -- `^4.1.0` +- `^4.3.0` ## Unsupported Versions The following versions of `ergebnis/json-normalizer` have reached their end of life: -- `<4.1.0` +- `<4.3.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index b4415e3f..8857ab8f 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.2.0...main`][4.2.0...main]. +For a full diff see [`4.3.0...main`][4.3.0...main]. + +## [`4.3.0`][4.3.0] + +For a full diff see [`4.2.0...4.3.0`][4.2.0...4.3.0]. ### Changed @@ -482,6 +486,7 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0]. [4.0.2]: https://github.com/ergebnis/json-normalizer/releases/tag/4.0.2 [4.1.0]: https://github.com/ergebnis/json-normalizer/releases/tag/4.1.0 [4.2.0]: https://github.com/ergebnis/json-normalizer/releases/tag/4.2.0 +[4.3.0]: https://github.com/ergebnis/json-normalizer/releases/tag/4.3.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 @@ -515,7 +520,8 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0]. [4.0.1...4.0.2]: https://github.com/ergebnis/json-normalizer/compare/4.0.1...4.0.2 [4.0.2...4.1.0]: https://github.com/ergebnis/json-normalizer/compare/4.0.2...4.1.0 [4.1.0...4.2.0]: https://github.com/ergebnis/json-normalizer/compare/4.1.0...4.2.0 -[4.2.0...main]: https://github.com/ergebnis/json-normalizer/compare/4.2.0...main +[4.2.0...4.3.0]: https://github.com/ergebnis/json-normalizer/compare/4.2.0...4.3.0 +[4.3.0...main]: https://github.com/ergebnis/json-normalizer/compare/4.3.0...main [#1]: https://github.com/ergebnis/json-normalizer/pull/1 [#2]: https://github.com/ergebnis/json-normalizer/pull/2