From 5d5a0bc572de4f50a45a2ee37429425685db50de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 09:59:49 +0000 Subject: [PATCH] chore(main): release 4.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7c03373 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## [4.0.0](https://github.com/ksassnowski/laravel-shareable-models/compare/3.2.0...v4.0.0) (2023-03-17) + + +### ⚠ BREAKING CHANGES + +* support PHP 8.2, drop PHP 8.0 + +### Features + +* Laravel 10.x compatibility ([afe6254](https://github.com/ksassnowski/laravel-shareable-models/commit/afe62545d3719de1f63bd27d461e8f0cd2675daf)) + + +### Miscellaneous Chores + +* setup release pipeline ([8af85ab](https://github.com/ksassnowski/laravel-shareable-models/commit/8af85abd275cf91de74ce6b7823e651cc5ba9dd2)) +* support PHP 8.2, drop PHP 8.0 ([a1351d1](https://github.com/ksassnowski/laravel-shareable-models/commit/a1351d187a95d268ed9bdf0bc51cb85ffcdc3037))