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" }