From 9ab6814cc108051c382a38f4572410b0ff902056 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Sat, 14 Jan 2023 21:00:28 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d4902..fc3e518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to `laravel-schemaless-attributes` will be documented in this file +## 2.4.0 - 2023-01-14 + +### What's Changed + +- PHP 8.2 Build by @erikn69 in https://github.com/spatie/laravel-schemaless-attributes/pull/99 +- Refactor tests to Pest by @alexmanase in https://github.com/spatie/laravel-schemaless-attributes/pull/100 +- Laravel 10.x Support by @erikn69 in https://github.com/spatie/laravel-schemaless-attributes/pull/101 + +### New Contributors + +- @alexmanase made their first contribution in https://github.com/spatie/laravel-schemaless-attributes/pull/100 + +**Full Changelog**: https://github.com/spatie/laravel-schemaless-attributes/compare/2.3.0...2.4.0 + ## 2.3.0 - 2022-01-12 ## What's Changed