From e3b01295c0c46c3b751ef4a01dc41ad696815bc6 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Fri, 10 Dec 2021 14:36:22 +0000 Subject: [PATCH] bump new bugfix release --- CHANGELOG.md | 5 ++++- src/Bartlett/CompatInfo/Console/Application.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ade829..d13db63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles. ## [Unreleased] +## [5.5.4] - 2021-12-10 + ### Changed - Backport (from branch 6.0) MegaLinter v5 as QA tool for CI @@ -171,7 +173,8 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles. - add support to PHP-Parser 3.1 for running on PHP >= 5.5 and for parsing code PHP 5.2 to PHP 7.2 -[unreleased]: https://github.com/llaville/php-compat-info/compare/5.5.3...HEAD +[unreleased]: https://github.com/llaville/php-compat-info/compare/5.5.4...HEAD +[5.5.4]: https://github.com/llaville/php-compat-info/compare/5.5.3...5.5.4 [5.5.3]: https://github.com/llaville/php-compat-info/compare/5.5.2...5.5.3 [5.5.2]: https://github.com/llaville/php-compat-info/compare/5.5.1...5.5.2 [5.5.1]: https://github.com/llaville/php-compat-info/compare/5.5.0...5.5.1 diff --git a/src/Bartlett/CompatInfo/Console/Application.php b/src/Bartlett/CompatInfo/Console/Application.php index d97aae48..6531d189 100644 --- a/src/Bartlett/CompatInfo/Console/Application.php +++ b/src/Bartlett/CompatInfo/Console/Application.php @@ -47,7 +47,7 @@ class Application extends BaseApplication implements ApplicationInterface { public const NAME = 'phpCompatInfo'; - public const VERSION = '5.5.3'; + public const VERSION = '5.5.4'; public const API_NAMESPACE = 'Bartlett\CompatInfo\Api\\'; /**