Skip to content

Commit

Permalink
Release of new version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmonod committed Sep 11, 2023
1 parent 7a56946 commit 3d76a41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ VERSION 1 FIRST STABLE VERSION
===============================

Version 1.7 - Compatibility with Sf/Console v6 + cleanup the tests + switch to github actions
11/09/2023 03:31 1.7.1 Some fixes related to PHP 8.2 deprecation warnings
7a56946 Add symfony/flex in the composer allow-plugins list
5ad1e76 Ticket #173: prevent PHP 8.2 deprecation warnings.
afbb70b Fix typo in `default-vcs-config.yml.tmpl` file
15/03/2022 07:32 1.7.0 initial release
9a1a4fb Fix the error message when the local-php-security-checker is missing
69649a0 fix lowest version build, drop tests with symfony 2
Expand Down
2 changes: 1 addition & 1 deletion src/Liip/RMT/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace Liip\RMT;

define('RMT_VERSION', '1.7.0');
define('RMT_VERSION', '1.7.1');

use Liip\RMT\Command\ChangesCommand;
use Liip\RMT\Command\ReleaseCommand;
Expand Down

0 comments on commit 3d76a41

Please sign in to comment.