Skip to content

Commit

Permalink
bump new bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Dec 10, 2021
1 parent 87ccacc commit e3b0129
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Bartlett/CompatInfo/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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\\';

/**
Expand Down

0 comments on commit e3b0129

Please sign in to comment.