From 9bd3ecace0a4019a7a4327ca9ea8df1c23ff0da3 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Mon, 19 Dec 2022 14:38:39 +0200 Subject: [PATCH] Prepare 0.12.8 (#485) * Prepare 0.12.8 * Update Changelog.md --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index 075c239..da8ea81 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,17 @@ 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 +* Apply changes suggested by PHP CS Fixer by @bocharsky-bw in https://github.com/php-translation/symfony-bundle/pull/486 + +### Changed + +* Upgrade the SymfonyBundleTest by @bocharsky-bw in https://github.com/php-translation/symfony-bundle/pull/481 + ## 0.12.7 ### Fixed