From 7afce43508a2eee99b598963afe5b4c7067c310b Mon Sep 17 00:00:00 2001 From: Koldo Picaza <1093654+kpicaza@users.noreply.github.com> Date: Wed, 10 Apr 2024 19:11:55 +0200 Subject: [PATCH] update changelog to v0.8.0 --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c79cf..fb31ad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog -## [0.7.1](https://github.com/pheature-flags/symfony-toggle/tree/0.7.1) +## [0.8.0](https://github.com/pheature-flags/symfony-toggle/tree/0.8.0) + +[Full Changelog](https://github.com/pheature-flags/symfony-toggle/compare/0.7.1...0.8.0) + +**Implemented enhancements:** + +- Allow installation with Symfony 7 [\#53](https://github.com/pheature-flags/symfony-toggle/pull/53) (@ajgarlag) + +**Fixed bugs:** + +- \[Bug\]: 0.7.0 is not compatible with `pheature/toggle-core:^0.7`. [\#44](https://github.com/pheature-flags/symfony-toggle/issues/44) + +**Merged pull requests:** + +- Require pheature/\*:^0.8 [\#54](https://github.com/pheature-flags/symfony-toggle/pull/54) (@ajgarlag) +- update php versions support [\#51](https://github.com/pheature-flags/symfony-toggle/pull/51) (@kpicaza) + +## [0.7.1](https://github.com/pheature-flags/symfony-toggle/tree/0.7.1) (2022-12-12) [Full Changelog](https://github.com/pheature-flags/symfony-toggle/compare/0.7.0...0.7.1)