From feb1a37d649b03711e546807688fbea53469dfc3 Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Tue, 31 May 2022 12:01:05 +0200 Subject: [PATCH] v4.5.3 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31fcf9a9..3ea90c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `spatie/laravel-activitylog` will be documented in this file +## 4.5.3 - 2022-05-31 + +- Fix default auth guard for causer - [#1053](https://github.com/spatie/laravel-activitylog/pull/1053) + ## 4.5.2 - 2022-04-21 - Fix placeholder resolving - [#1038](https://github.com/spatie/laravel-activitylog/pull/1038)