diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index b358817..6a787c5 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.81" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a93768..55f89c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.81...v1.3.0) (2024-06-13) + + +### Features + +* laravel 11.x support ([6c41390](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/6c41390a2f42898ac3d4eaa71e8b011e22d7eb2e)) + ## [1.2.81](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.80...v1.2.81) (2023-09-14)