From 05841593d72499de4f7ce4034a237c77e470558f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 10 Oct 2023 09:42:48 +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 d6989ed0..2831fb43 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/json-printer` have active support: -- `^3.3.0` +- `^3.4.0` ## Unsupported Versions The following versions of `ergebnis/json-printer` have reached their end of life: -- `<3.3.0` +- `<3.4.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b5ccd2..fa4769f0 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 [`3.3.0...main`][3.3.0...main]. +For a full diff see [`3.4.0...main`][3.4.0...main]. + +## [`3.4.0`][3.4.0] + +For a full diff see [`3.3.0...3.4.0`][3.3.0...3.4.0]. ### Changed @@ -143,6 +147,7 @@ For a full diff see [`8849fc6...1.0.0`][8849fc6...1.0.0]. [3.1.1]: https://github.com/ergebnis/json-printer/releases/tag/3.1.1 [3.2.0]: https://github.com/ergebnis/json-printer/releases/tag/3.2.0 [3.3.0]: https://github.com/ergebnis/json-printer/releases/tag/3.3.0 +[3.4.0]: https://github.com/ergebnis/json-printer/releases/tag/3.4.0 [8849fc6...1.0.0]: https://github.com/ergebnis/json-printer/compare/8849fc6...1.0.0 [1.0.0...1.1.0]: https://github.com/ergebnis/json-printer/compare/1.0.0...1.1.0 @@ -155,7 +160,8 @@ For a full diff see [`8849fc6...1.0.0`][8849fc6...1.0.0]. [3.1.0...3.1.1]: https://github.com/ergebnis/json-printer/compare/3.1.0...3.1.1 [3.1.1...3.2.0]: https://github.com/ergebnis/json-printer/compare/3.1.1...3.2.0 [3.2.0...3.3.0]: https://github.com/ergebnis/json-printer/compare/3.2.0...3.3.0 -[3.3.0...main]: https://github.com/ergebnis/json-printer/compare/3.3.0...main +[3.3.0...3.4.0]: https://github.com/ergebnis/json-printer/compare/3.3.0...3.4.0 +[3.4.0...main]: https://github.com/ergebnis/json-printer/compare/3.4.0...main [#33]: https://github.com/ergebnis/json-printer/pull/33 [#37]: https://github.com/ergebnis/json-printer/pull/37