From e9d63951096d4d3d61678e6fc47b0a895d7270d3 Mon Sep 17 00:00:00 2001 From: Koldo Picaza <1093654+kpicaza@users.noreply.github.com> Date: Thu, 10 Feb 2022 13:08:16 +0100 Subject: [PATCH] Update changelog for 0.3.1 --- CHANGELOG.md | 48 ++++++++++++++++++++---------------------------- 1 file changed, 20 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d768c..bc14a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.1](https://github.com/pheature-flags/symfony-toggle/tree/0.3.1) + +[Full Changelog](https://github.com/pheature-flags/symfony-toggle/compare/0.3.0...0.3.1) + +**Implemented enhancements:** + +- \[symfony-toggle\] Update issue template for bugs using new issue form in a YAML file [\#3](https://github.com/pheature-flags/symfony-toggle/issues/3) + +**Merged pull requests:** + +- Fix lazy value service definition [\#23](https://github.com/pheature-flags/symfony-toggle/pull/23) (@kpicaza) +- \[\#3\] Update Bug Report Template [\#20](https://github.com/pheature-flags/symfony-toggle/pull/20) (@pcs289) + ## [0.3.0](https://github.com/pheature-flags/symfony-toggle/tree/0.3.0) (2021-11-21) [Full Changelog](https://github.com/pheature-flags/symfony-toggle/compare/0.2.2...0.3.0) @@ -55,39 +68,18 @@ - \[\#7\] update pheature flags deps to ^0.2 [\#8](https://github.com/pheature-flags/symfony-toggle/pull/8) (@kpicaza) -## [v0.1.2](https://github.com/pheature-flags/pheature-flags/tree/v0.1.2) +## [v0.1.2](https://github.com/pheature-flags/symfony-toggle/tree/v0.1.2) (2021-09-25) -[Full Changelog](https://github.com/pheature-flags/pheature-flags/compare/v0.1.1...v0.1.2) +[Full Changelog](https://github.com/pheature-flags/symfony-toggle/compare/v0.1.1...v0.1.2) -**Fixed bugs:** - -- \[symfony-toggle\] Fix dependency issueswith psr-11 factories [\#266](https://github.com/pheature-flags/pheature-flags/issues/266) -- \[\#266\]\[symfony-toggle\] fix api test in symfony toggle [\#269](https://github.com/pheature-flags/pheature-flags/pull/269) (@kpicaza) - -## [v0.1.1](https://github.com/pheature-flags/pheature-flags/tree/v0.1.1) (2021-06-20) - -[Full Changelog](https://github.com/pheature-flags/pheature-flags/compare/0.1.0...v0.1.1) +## [v0.1.1](https://github.com/pheature-flags/symfony-toggle/tree/v0.1.1) (2021-06-20) -## [0.1.0](https://github.com/pheature-flags/pheature-flags/tree/0.1.0) (2021-06-19) +[Full Changelog](https://github.com/pheature-flags/symfony-toggle/compare/0.1.0...v0.1.1) -[Full Changelog](https://github.com/pheature-flags/pheature-flags/compare/0.0.1...0.1.0) +## [0.1.0](https://github.com/pheature-flags/symfony-toggle/tree/0.1.0) (2021-06-19) -## [0.0.1](https://github.com/pheature-flags/pheature-flags/tree/0.0.1) (2021-06-19) +[Full Changelog](https://github.com/pheature-flags/symfony-toggle/compare/e37430094803e2c9c010d44f3086553add03430e...0.1.0) -[Full Changelog](https://github.com/pheature-flags/pheature-flags/compare/4efde1b91949256bf8d3b3baf7546150ddcc0e90...0.0.1) -**Implemented enhancements:** - -- \[Symfony-toggle\] Allow multiple driver implementations [\#179](https://github.com/pheature-flags/pheature-flags/issues/179) -- \[Symfony-toggle\] Create Toggle API Compiler pass [\#178](https://github.com/pheature-flags/pheature-flags/issues/178) -- \[Symfony-toggle\] Split configuration in different methods for better readability [\#176](https://github.com/pheature-flags/pheature-flags/issues/176) -- \[Symfony-toggle\] Create FeatureRepository Compiler pass [\#174](https://github.com/pheature-flags/pheature-flags/issues/174) -- \[Symfony-toggle\] Create SegmentFactory Compiler pass [\#170](https://github.com/pheature-flags/pheature-flags/issues/170) -- \[Symfony-toggle\] Create ToggleStrategy Compiler pass [\#169](https://github.com/pheature-flags/pheature-flags/issues/169) -- \[\#178\]\[Symfony-toggle\] Create Toggle API Compiler pass [\#199](https://github.com/pheature-flags/pheature-flags/pull/199) (@xserrat) -- \[\#176\] \[Symfony-toggle\] Split configuration in different methods for better readability [\#196](https://github.com/pheature-flags/pheature-flags/pull/196) (@xserrat) - -**Closed issues:** -- \[symfony-toggle\] Update Symfony Bundle documentation [\#222](https://github.com/pheature-flags/pheature-flags/issues/222) -- \[symfony-toggle\] Add package badges [\#183](https://github.com/pheature-flags/pheature-flags/issues/183) +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*