From 3e4d174e3af530c990a11064da9661b06d21a36e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gamez?= Date: Tue, 20 Jun 2023 22:36:44 +0200 Subject: [PATCH] Release 2.2.0 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4753f..b9b2f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [2.2.0] - 2023-06-20 + * Replaced deprecated `no_blank_lines_before_namespace` and `single_blank_line_before_namespace` rules with `blank_lines_before_namespace` @@ -47,8 +49,9 @@ * `php_unit_test_class_requires_covers`: Tests don't require `@covers` annotations * `yoda_style`: Condition styles are not enforced -[Unreleased]: https://github.com/beste/php-cs-fixer-config/compare/2.1.0...main -[2.1.0]: https://github.com/beste/php-cs-fixer-config/compare/2.00...2.1.0 +[Unreleased]: https://github.com/beste/php-cs-fixer-config/compare/2.2.0...main +[2.2.0]: https://github.com/beste/php-cs-fixer-config/compare/2.1.0...2.2.0 +[2.1.0]: https://github.com/beste/php-cs-fixer-config/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/beste/php-cs-fixer-config/compare/1.2.0...2.0.0 [1.2.0]: https://github.com/beste/php-cs-fixer-config/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/beste/php-cs-fixer-config/compare/1.0.2...1.1.0