From 3928e3a98a1f7846036429c021bed36c82f8e1d1 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sun, 24 Mar 2024 04:26:51 +0200 Subject: [PATCH] chore(master): release 4.11.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9033167c..5ab28e04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.11.0](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.10.4...v4.11.0) (2024-03-24) + + +### Features + +* add integration with cache, sessions, queue ([1738aea](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/1738aea13a2e3df6486feebe9aa219edc851e915)) + ## [4.10.4](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.10.3...v4.10.4) (2024-03-23) diff --git a/package.json b/package.json index b18877f8..22702ec9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.10.4", + "version": "4.11.0", "repository": { "url": "https://github.com/wayofdev/laravel-cycle-orm-adapter.git" }