From 9e2a89879b706bfa36e26fd8782d0dc2cc34d1d4 Mon Sep 17 00:00:00 2001 From: the dev <94047334+lotyp@users.noreply.github.com> Date: Sun, 18 May 2025 21:30:32 +0300 Subject: [PATCH] chore(master): release 3.0.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 4cdcff7..bc7a84b 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.1" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8821bc9..f7583c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.0](https://github.com/wayofdev/laravel-symfony-serializer/compare/v2.1.1...v3.0.0) (2025-05-18) + + +### ⚠ BREAKING CHANGES + +* add Laravel 12 support ([#229](https://github.com/wayofdev/laravel-symfony-serializer/issues/229)) + +### Features + +* add Laravel 12 support ([#229](https://github.com/wayofdev/laravel-symfony-serializer/issues/229)) ([84d8faa](https://github.com/wayofdev/laravel-symfony-serializer/commit/84d8faad5f52ea64de5063de7c08d254f9d412d9)) + + +### Documentation + +* update README.md ([ea23edb](https://github.com/wayofdev/laravel-symfony-serializer/commit/ea23edb1f6d166b0227984d6cced14cdb45bece2)) + ## [2.1.1](https://github.com/wayofdev/laravel-symfony-serializer/compare/v2.1.0...v2.1.1) (2024-06-19)