From 97c38fba86438ab09eccb09d0c0076152eaefe94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 17 Nov 2024 22:03:00 +0100 Subject: [PATCH] Enhancement: Prepare release --- .github/SECURITY.md | 4 ++-- CHANGELOG.md | 10 ++++++++-- composer.json | 2 +- composer.lock | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 7ea1088e..79d951c2 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/front-matter` have active support: -- `^3.1.0` +- `^3.2.0` ## Unsupported Versions The following versions of `ergebnis/front-matter` have reached their end of life: -- `<3.1.0` +- `<3.2.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc2162d..9c243237 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.1.0...main`][3.1.0...main]. +For a full diff see [`3.2.0...main`][3.2.0...main]. + +## [`3.2.0`][3.2.0] + +For a full diff see [`3.1.0...3.2.0`][3.1.0...3.2.0]. ### Added @@ -102,6 +106,7 @@ For a full diff see [`4e97e14...0.1.0`][4e97e14...0.1.0]. [2.1.0]: https://github.com/ergebnis/front-matter/releases/tag/2.1.0 [3.0.0]: https://github.com/ergebnis/front-matter/releases/tag/3.0.0 [3.1.0]: https://github.com/ergebnis/front-matter/releases/tag/3.1.0 +[3.2.0]: https://github.com/ergebnis/front-matter/releases/tag/3.2.0 [4e97e14...0.1.0]: https://github.com/ergebnis/front-matter/compare/4e97e14...0.1.0 [0.1.0...0.2.0]: https://github.com/ergebnis/front-matter/compare/0.1.0...0.2.0 @@ -112,7 +117,8 @@ For a full diff see [`4e97e14...0.1.0`][4e97e14...0.1.0]. [2.0.0...2.1.0]: https://github.com/ergebnis/front-matter/compare/2.0.0...2.1.0 [2.1.0...3.0.0]: https://github.com/ergebnis/front-matter/compare/2.1.0...3.0.0 [3.0.0...3.1.0]: https://github.com/ergebnis/front-matter/compare/3.0.0...3.1.0 -[3.1.0...main]: https://github.com/ergebnis/front-matter/compare/3.1.0...main +[3.1.0...3.2.0]: https://github.com/ergebnis/front-matter/compare/3.1.0...3.2.0 +[3.2.0...main]: https://github.com/ergebnis/front-matter/compare/3.2.0...main [#2]: https://github.com/ergebnis/front-matter/pull/2 [#8]: https://github.com/ergebnis/front-matter/pull/8 diff --git a/composer.json b/composer.json index fcab8192..8cee2463 100644 --- a/composer.json +++ b/composer.json @@ -65,7 +65,7 @@ }, "extra": { "branch-alias": { - "dev-main": "3.1-dev" + "dev-main": "3.2-dev" }, "composer-normalize": { "indent-size": 2, diff --git a/composer.lock b/composer.lock index b9bc4ff9..6eb57ed4 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": "a00892a730b1090d18fd895165a0bd16", + "content-hash": "46ca5027e64df958f7733f44381b69ad", "packages": [ { "name": "symfony/deprecation-contracts",