From 17e06d9685863659a34b5ad012e7ebc9722e0721 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Wed, 25 Jan 2023 16:38:17 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b56623..ab69757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to `laravel-webhook-server` will be documented in this file +## 3.4.2 - 2023-01-25 + +### What's Changed + +- Fixes a couple of minor typographical errors. by @cxj in https://github.com/spatie/laravel-webhook-server/pull/141 +- support Laravel 10.0 by @hihuangwei in https://github.com/spatie/laravel-webhook-server/pull/142 + +### New Contributors + +- @cxj made their first contribution in https://github.com/spatie/laravel-webhook-server/pull/141 +- @hihuangwei made their first contribution in https://github.com/spatie/laravel-webhook-server/pull/142 + +**Full Changelog**: https://github.com/spatie/laravel-webhook-server/compare/3.4.1...3.4.2 + ## 3.4.1 - 2023-01-10 ### What's Changed