From 83b457c9671297632916029ac3a084b265bd541d Mon Sep 17 00:00:00 2001 From: freekmurze Date: Thu, 25 Apr 2024 14:09:37 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb1287..57cbc04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `laravel-webhook-client` will be documented in this file +## 3.3.2 - 2024-04-25 + +### What's Changed + +* Add config option to enable/disable unique token by @it-can in https://github.com/spatie/laravel-webhook-client/pull/212 + +### New Contributors + +* @it-can made their first contribution in https://github.com/spatie/laravel-webhook-client/pull/212 + +**Full Changelog**: https://github.com/spatie/laravel-webhook-client/compare/3.3.1...3.3.2 + ## 3.3.1 - 2024-04-24 ### What's Changed