From 66eb779160e3d9602937916c45041e404129c411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 15 Jun 2024 13:48:25 +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 9fef931..43c4643 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/.github` have active support: -- `^1.9.1` +- `^1.9.2` ## Unsupported Versions The following versions of `ergebnis/.github` have reached their end of life: -- `<1.9.1` +- `<1.9.2` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index 6395c28..fc124cd 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.9.1...main`][1.9.1...main]. +For a full diff see [`1.9.2...main`][1.9.2...main]. + +## [`1.9.2`][1.9.2] + +For a full diff see [`1.9.1...1.9.2`][1.9.1...1.9.2]. ### Fixed @@ -162,6 +166,7 @@ For a full diff see [`1.0.0...main`][1.0.0...main]. [1.8.0]: https://github.com/ergebnis/.github/releases/tag/1.8.0 [1.9.0]: https://github.com/ergebnis/.github/releases/tag/1.9.0 [1.9.1]: https://github.com/ergebnis/.github/releases/tag/1.9.1 +[1.9.2]: https://github.com/ergebnis/.github/releases/tag/1.9.2 [ca7f15d...1.0.0]: https://github.com/ergebnis/.github/compare/ca7f15d...1.0.0 [1.0.0...1.1.0]: https://github.com/ergebnis/.github/compare/1.0.0...1.1.0 @@ -179,7 +184,8 @@ For a full diff see [`1.0.0...main`][1.0.0...main]. [1.7.0...1.8.0]: https://github.com/ergebnis/.github/compare/1.7.0...1.8.0 [1.8.0...1.9.0]: https://github.com/ergebnis/.github/compare/1.8.0...1.9.0 [1.9.0...1.9.1]: https://github.com/ergebnis/.github/compare/1.9.0...1.9.1 -[1.9.1...main]: https://github.com/ergebnis/.github/compare/1.9.1...main +[1.9.1...1.9.2]: https://github.com/ergebnis/.github/compare/1.9.1...1.9.2 +[1.9.2...main]: https://github.com/ergebnis/.github/compare/1.9.2...main [#47]: https://github.com/ergebnis/.github/pull/47 [#48]: https://github.com/ergebnis/.github/pull/48