From 9d3753706f8388b4ce44c81182e96f0965862eb1 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Tue, 21 May 2024 12:50:23 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57cbc04..b64b4fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to `laravel-webhook-client` will be documented in this file +## 3.4.0 - 2024-05-21 + +### What's Changed + +* Update README.md to Laravel 11 Schedule for Prune by @arnebr in https://github.com/spatie/laravel-webhook-client/pull/213 +* Extend InvalidWebhookSignatureEvent with WebhookConfig parameter by @jansgescheit in https://github.com/spatie/laravel-webhook-client/pull/214 + +### New Contributors + +* @jansgescheit made their first contribution in https://github.com/spatie/laravel-webhook-client/pull/214 + +**Full Changelog**: https://github.com/spatie/laravel-webhook-client/compare/3.3.2...3.4.0 + ## 3.3.2 - 2024-04-25 ### What's Changed