From d570c87d811e5b77a40412bac8a89417915ec37e Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:38:08 +0200 Subject: [PATCH] chore(master): release 4.1.10 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 075a70a2..b5db9a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1.10](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.1.9...v4.1.10) (2024-02-13) + + +### Bug Fixes + +* **deps:** update dependency cycle/orm to v2.7.1 ([a29b6e2](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/a29b6e2f1ead3ed2108246ffd4a3bf8c282054a6)) + ## [4.1.9](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.1.8...v4.1.9) (2024-02-12) diff --git a/package.json b/package.json index 171a04f7..8c4c5b5d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.1.9", + "version": "4.1.10", "repository": { "url": "https://github.com/wayofdev/laravel-cycle-orm-adapter.git" }