From a1639a32fcb5c70d86100fda1d4e18874af22faf Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Fri, 4 Mar 2022 11:55:28 +0100 Subject: [PATCH] 3.10.0 --- CHANGELOG.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d84b5a6..197d4155f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,14 @@ All Notable changes to `schema-org` will be documented in this file. -## 3.9.0 - 2022-02-10 - -## What's Changed +## 3.10.0 - 2022-03-04 -- Add support for Laravel 9 by @Nielsvanpach in https://github.com/spatie/schema-org/pull/176 +- Drop PHP 7.4 Support - [#174](https://github.com/spatie/schema-org/pull/174) +- Add PHP 8.1 Support - [#174](https://github.com/spatie/schema-org/pull/174) -## New Contributors - -- @Nielsvanpach made their first contribution in https://github.com/spatie/schema-org/pull/176 +## 3.9.0 - 2022-02-10 -**Full Changelog**: https://github.com/spatie/schema-org/compare/3.8.0...3.9.0 +- Add support for Laravel 9 - [#176](https://github.com/spatie/schema-org/pull/176) ## 3.8.0 - 2021-10-20