diff --git a/CHANGELOG.md b/CHANGELOG.md index e1381c6..8d71088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Version 1.6.7 +This version replaces `SeATGroupNotification` models in: +* `GroupSyncFailedNotification` listener +* `MissingRefreshTokenNotification` listener +with correct `SeatNotificationRecipient` model. + +Sorry about that and thank you @GoemFunaila for reporting this issue. + # Version 1.6.6 Small fix to select correct notification channel diff --git a/src/Listeners/GroupSyncFailedNotification.php b/src/Listeners/GroupSyncFailedNotification.php index a8a919d..71803ce 100644 --- a/src/Listeners/GroupSyncFailedNotification.php +++ b/src/Listeners/GroupSyncFailedNotification.php @@ -1,4 +1,28 @@ filter(function ($recipient) { return $recipient->shouldReceive('seatgroup_error'); }); diff --git a/src/Listeners/MissingRefreshTokenNotification.php b/src/Listeners/MissingRefreshTokenNotification.php index 173e9e6..9269145 100644 --- a/src/Listeners/MissingRefreshTokenNotification.php +++ b/src/Listeners/MissingRefreshTokenNotification.php @@ -1,4 +1,28 @@ filter(function ($recipient) { return $recipient->shouldReceive('missing_refreshtoken'); }); diff --git a/src/config/seatgroups.config.php b/src/config/seatgroups.config.php index 7725fdf..771d508 100644 --- a/src/config/seatgroups.config.php +++ b/src/config/seatgroups.config.php @@ -24,7 +24,7 @@ */ return [ - 'version' => '1.6.6', + 'version' => '1.6.7', ]; //TODO: Update Version