From d68cdbab2a70ae9c8dd60cd69462dd04c3de242f Mon Sep 17 00:00:00 2001 From: freekmurze Date: Wed, 27 Sep 2023 07:01:07 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f8470..166a1e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to `laravel-responsecache` will be documented in this file. +## 7.4.8 - 2023-09-27 + +### What's Changed + +- Change PHPDoc for method clear(array ) in Facade by @kra-so in https://github.com/spatie/laravel-responsecache/pull/451 + +### New Contributors + +- @gomzyakov made their first contribution in https://github.com/spatie/laravel-responsecache/pull/437 +- @kra-so made their first contribution in https://github.com/spatie/laravel-responsecache/pull/451 + +**Full Changelog**: https://github.com/spatie/laravel-responsecache/compare/7.4.7...7.4.8 + ## 7.4.7 - 2023-04-07 ### What's Changed