From 9a48f43b9071e01150b207a96ee92809e72f0188 Mon Sep 17 00:00:00 2001 From: the dev <94047334+lotyp@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:56:21 +0300 Subject: [PATCH] chore(master): release 1.3.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)