From ae0b4f1c869f9300cd1623d64f0ab034db7c9169 Mon Sep 17 00:00:00 2001 From: David Jeanmonod Date: Fri, 12 Jan 2024 16:47:44 +0100 Subject: [PATCH] Release of new version 1.7.4 --- CHANGELOG | 3 +++ src/Liip/RMT/Application.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b818b67..37d2c95 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,9 @@ VERSION 1 FIRST STABLE VERSION =============================== Version 1.7 - Compatibility with Sf/Console v6 + cleanup the tests + switch to github actions + 12/01/2024 15:47 1.7.4 Fix missing decalartion of class properties + 0d48eab Some more PHP code cleanup + 5700d07 Fix deprecation of dynamic assignment of class properties 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 diff --git a/src/Liip/RMT/Application.php b/src/Liip/RMT/Application.php index b956447..e25cda7 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.3'); +define('RMT_VERSION', '1.7.4'); use Liip\RMT\Command\ChangesCommand; use Liip\RMT\Command\ReleaseCommand;