From 871e484a1b155a5566bbafa8834cc0648248fae5 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Sat, 4 Mar 2023 14:28:29 -0500 Subject: [PATCH] changelog: update [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cadcb8e..e71b7f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## [v1.6.0](https://github.com/zenstruck/schedule-bundle/releases/tag/v1.6.0) + +March 4th, 2023 - [v1.5.0...v1.6.0](https://github.com/zenstruck/schedule-bundle/compare/v1.5.0...v1.6.0) + +* 8565e22 minor: ensure task always provides a timezone (#76) by @kbond +* 6616591 fix: ensure start time is in current timezone (#76) by @kbond +* 50e9293 fix(ci): add token by @kbond +* 84831f0 chore(ci): fix by @kbond +* 2046951 chore(cs): fix (#74) by @kbond +* 950db75 chore(cs): update php-cs-fixer config (#74) by @kbond +* 0b996a7 chore(ci): update (#74) by @kbond +* b31ca9f feat(deps): require PHP 8+ (#74) by @kbond +* 347f6fb ci: fix (#73) by @kbond + ## [v1.5.0](https://github.com/zenstruck/schedule-bundle/releases/tag/v1.5.0) November 21st, 2022 - [v1.4.3...v1.5.0](https://github.com/zenstruck/schedule-bundle/compare/v1.4.3...v1.5.0)