diff --git a/CHANGELOG b/CHANGELOG index 1780bf2..b818b67 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,8 @@ VERSION 1 FIRST STABLE VERSION =============================== Version 1.7 - Compatibility with Sf/Console v6 + cleanup the tests + switch to github actions + 13/12/2023 05:33 1.7.3 Compatibility with Symfony 7 + 38ec28d test symfony 7 16/10/2023 04:53 1.7.2 Replace vierbergenlars/php-semver by composer/semver bd9c3df Tentative to replace vierbergenlars/php-semver by composer/semver bcc9848 Tentative to replace vierbergenlars/php-semver by composer/semver diff --git a/src/Liip/RMT/Application.php b/src/Liip/RMT/Application.php index fca3394..b956447 100644 --- a/src/Liip/RMT/Application.php +++ b/src/Liip/RMT/Application.php @@ -11,7 +11,7 @@ namespace Liip\RMT; -define('RMT_VERSION', '1.7.2'); +define('RMT_VERSION', '1.7.3'); use Liip\RMT\Command\ChangesCommand; use Liip\RMT\Command\ReleaseCommand;