From 1ab4e2f90ef44637cf05fbae0400b1f9312b46fe Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Mon, 19 Dec 2022 14:29:11 +0200 Subject: [PATCH 1/2] Prepare 0.12.8 --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 075c239..002111b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,16 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. +## 0.12.8 + +### Fixed + +* Fix code styles by @bocharsky-bw in https://github.com/php-translation/symfony-bundle/pull/479 + +### Changed + +* Upgrade the SymfonyBundleTest by @bocharsky-bw in https://github.com/php-translation/symfony-bundle/pull/481 + ## 0.12.7 ### Fixed From 513623bb9e43c46d08f6b4c82c33131cbf7de549 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Mon, 19 Dec 2022 14:36:32 +0200 Subject: [PATCH 2/2] Update Changelog.md --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 002111b..da8ea81 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee ### Fixed * Fix code styles by @bocharsky-bw in https://github.com/php-translation/symfony-bundle/pull/479 +* Apply changes suggested by PHP CS Fixer by @bocharsky-bw in https://github.com/php-translation/symfony-bundle/pull/486 ### Changed