From f7b6ce98bed4ee342e7717a61300b750ac2183ca Mon Sep 17 00:00:00 2001 From: freekmurze Date: Fri, 4 Nov 2022 23:20:59 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bab4e0e..6981b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to `laravel-feed` will be documented in this file +## 4.2.0 - 2022-11-04 + +### What's Changed + +- Refactor tests to PEST by @alexmanase in https://github.com/spatie/laravel-feed/pull/194 +- Add .stubs.php by @mabdullahsari in https://github.com/spatie/laravel-feed/pull/195 + +### New Contributors + +- @alexmanase made their first contribution in https://github.com/spatie/laravel-feed/pull/194 +- @mabdullahsari made their first contribution in https://github.com/spatie/laravel-feed/pull/195 + +**Full Changelog**: https://github.com/spatie/laravel-feed/compare/4.1.5...4.2.0 + ## 4.1.5 - 2022-10-26 ### What's Changed