From 108d05323430958e914eb91dc3e267548d7bfc9b Mon Sep 17 00:00:00 2001 From: Grajo Date: Fri, 2 Jul 2021 13:07:29 +0200 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Nevett --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 575c1ed..ad46f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## [1.5.0] -* add support for `hmac_valid` which verifies a HMAC from a push notification using the client's secret.[#111] +* add support for PHP 8 +* add `hmacValid` to verify a webhook call genuinely originated from Cronofy [#111] ## [1.4.0] * add support for `recurrence` key on upsertEvent (this is currently pre-release and not generally available yet)