From 8d59a889709378322358063a836d3ba6f7a5dca3 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Mon, 4 Apr 2022 15:30:31 +0300 Subject: [PATCH] Prepare 0.12.6 --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index f624b10..255a138 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,12 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. +## 0.12.6 + +### Fixed + +* fix: used finder->exclude instead of notPath for excludedDirs by @seizan8 in https://github.com/php-translation/symfony-bundle/pull/474 + ## 0.12.5 ### Added