From 24b3b8ce37d307e3527af38475c45b45ee29448e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 18 Dec 2022 16:16:53 +0000 Subject: [PATCH] Enhancement: Prepare release --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b56516..7c3c3929 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 [`5.0.0...main`][5.0.0...main]. +For a full diff see [`5.0.1...main`][5.0.1...main]. + +## [`5.0.1`][5.0.1] + +For a full diff see [`5.0.0...5.0.1`][5.0.0...5.0.1]. ### Fixed @@ -600,6 +604,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0]. [4.10.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/4.10.0 [4.11.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/4.11.0 [5.0.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/5.0.0 +[5.0.1]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/5.0.1 [d899e77...1.0.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/d899e77...1.0.0 [1.0.0...1.1.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/1.0.0...1.1.0 @@ -652,7 +657,8 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0]. [4.9.0...4.10.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.9.0...4.10.0 [4.10.0...4.11.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.10.0...4.11.0 [4.11.0...5.0.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.11.0...5.0.0 -[5.0.0...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/5.0.0...main +[5.0.0...5.0.1]: https://github.com/ergebnis/php-cs-fixer-config/compare/5.0.0...5.0.1 +[5.0.1...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/5.0.1...main [#3]: https://github.com/ergebnis/php-cs-fixer-config/pull/3 [#14]: https://github.com/ergebnis/php-cs-fixer-config/pull/14