From 5d2436623275d2a5ed2e0ce753cd9aae089fd281 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Wed, 9 Feb 2022 18:32:43 +0200 Subject: [PATCH] Prepare release v2.3.1 --- Changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog.md b/Changelog.md index bf08ee8..b1b0de9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,18 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee ## Unreleased +## 2.3.1 + +### Added + +* Allow Symfony 6 by @bocharsky-bw in https://github.com/php-translation/symfony-storage/pull/57 + +### Fixed + +* Update branch alias by @github-actions in https://github.com/php-translation/symfony-storage/pull/56 +* CSFixer diff-format is always udiff since 3.0 by @rvanlaak in https://github.com/php-translation/symfony-storage/pull/58 +* Update CI PHP and Symfony versions by @rvanlaak in https://github.com/php-translation/symfony-storage/pull/59 + ## 2.3.0 - Adding support for PHP 8