From a457f25a5ba7ea11fc94f84d53678c5211abfce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 29 Jan 2024 16:09:24 +0100 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 1f95f06..912514f 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/json` have active support: -- `^1.1.0` +- `^1.2.0` ## Unsupported Versions The following versions of `ergebnis/json` have reached their end of life: -- `<1.1.0` +- `<1.2.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index f823839..d02f371 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 [`1.1.0...main`][1.1.0...main]. +For a full diff see [`1.2.0...main`][1.2.0...main]. + +## [`1.2.0`][1.2.0] + +For a full diff see [`1.1.0...1.2.0`][1.1.0..1.2.0]. ### Changed @@ -42,11 +46,13 @@ For a full diff see [`c020e6f...1.0.0`][c020e6f...1.0.0]. [1.0.0]: https://github.com/ergebnis/json/releases/tag/1.0.0 [1.0.1]: https://github.com/ergebnis/json/releases/tag/1.0.1 [1.1.0]: https://github.com/ergebnis/json/releases/tag/1.1.0 +[1.2.0]: https://github.com/ergebnis/json/releases/tag/1.2.0 [c020e6f...1.0.0]: https://github.com/ergebnis/json/compare/c020e6f...1.0.0 [1.0.0...1.0.1]: https://github.com/ergebnis/json/compare/1.0.0...1.0.1 [1.0.1...1.1.0]: https://github.com/ergebnis/json/compare/1.0.1...1.1.0 -[1.1.0...main]: https://github.com/ergebnis/json/compare/1.1.0...main +[1.1.0...1.2.0]: https://github.com/ergebnis/json/compare/1.1.0...1.2.0 +[1.2.0...main]: https://github.com/ergebnis/json/compare/1.2.0...main [#1]: https://github.com/ergebnis/json/pull/1 [#2]: https://github.com/ergebnis/json/pull/2