From fc19d1fec0a31368935fb365b02d5e0455dc0d6e Mon Sep 17 00:00:00 2001 From: riasvdv Date: Mon, 20 Feb 2023 14:32:10 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2eb59e..a1e3bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to `period` will be documented in this file +## 2.4.0 - 2023-02-20 + +### What's Changed + +- Refactor tests to pest by @AyoobMH in https://github.com/spatie/period/pull/115 +- Add PHP 8.2 support by @patinthehat in https://github.com/spatie/period/pull/118 +- Add Dependabot Automation by @patinthehat in https://github.com/spatie/period/pull/117 +- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/spatie/period/pull/119 +- Implement PeriodCollection Union by @EriBloo in https://github.com/spatie/period/pull/116 + +### New Contributors + +- @AyoobMH made their first contribution in https://github.com/spatie/period/pull/115 +- @dependabot made their first contribution in https://github.com/spatie/period/pull/119 +- @EriBloo made their first contribution in https://github.com/spatie/period/pull/116 + +**Full Changelog**: https://github.com/spatie/period/compare/2.3.5...2.4.0 + ## 2.3.5 - 2022-10-03 Revert previous release