From f9ee8af5295252a24c3d790a01ef90d26b0ce93b Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Thu, 27 Jan 2022 14:32:03 -0600 Subject: [PATCH] chore: prepare release 3.4.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee6d18..226fb48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 3.4.2 - 2022-01-27 + +### Added + +- Nothing. + +### Changed + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Use a new instance of the Symfony Finder for each use. + ## 3.4.1 - 2022-01-02 ### Added