From f1fe0faddb8327b27f1566239ad66abb1e74d669 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Mon, 25 Mar 2024 04:15:31 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c50d35a..55eb0c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to `ssl-certificate` will be documented in this file +## 2.6.5 - 2024-03-25 + +### What's Changed + +* Add PHP 8.3 on test by @lloricode in https://github.com/spatie/ssl-certificate/pull/186 +* Fix deprecated calls in test by @lloricode in https://github.com/spatie/ssl-certificate/pull/187 +* Allow Carbon v3 by @lloricode in https://github.com/spatie/ssl-certificate/pull/185 + +### New Contributors + +* @lloricode made their first contribution in https://github.com/spatie/ssl-certificate/pull/186 + +**Full Changelog**: https://github.com/spatie/ssl-certificate/compare/2.6.4...2.6.5 + ## 2.6.4 - 2024-02-20 - fix errors