From 9138b0ebffdd2c579eb4b0567ef3bef8c714fdc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 8 Apr 2024 08:35:34 +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 bbbbb92c..23c52df4 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/phpunit-slow-test-detector` have active support: -- `^2.13.0` +- `^2.14.0` ## Unsupported Versions The following versions of `ergebnis/phpunit-slow-test-detector` have reached their end of life: -- `<2.13.0` +- `<2.14.0` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index f54e7eb2..5714ece3 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 [`2.13.0...main`][2.13.0...main]. +For a full diff see [`2.14.0...main`][2.14.0...main]. + +## [`2.14.0`][2.14.0] + +For a full diff see [`2.13.0...2.14.0`][2.13.0...2.14.0]. ### Changed @@ -238,6 +242,7 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0]. [2.11.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.11.0 [2.12.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.12.0 [2.13.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.13.0 +[2.14.0]: https://github.com/ergebnis/phpunit-slow-test-detector/releases/tag/2.14.0 [7afa59c...1.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/7afa59c...1.0.0 [1.0.0...2.0.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/1.0.0...2.0.0 @@ -257,7 +262,8 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0]. [2.10.0...2.11.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.10.0...2.11.0 [2.11.0...2.12.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.11.0...2.12.0 [2.12.0...2.13.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.12.0...2.13.0 -[2.13.0...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.13.0...main +[2.13.0...2.14.0]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.13.0...2.14.0 +[2.14.0...main]: https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.14.0...main [#6]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/6 [#8]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/8