From 199954dc8513e91dc579a9d3f6315ff4784ac0b6 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Wed, 1 May 2024 18:50:39 +0300 Subject: [PATCH] chore(master): release 4.12.4 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ composer.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 9492cc0b..26dd8f44 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.12.3" + ".": "4.12.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b92ec55..b20c7a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [4.12.4](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.12.3...v4.12.4) (2024-05-01) + + +### Documentation + +* update readme ([cf87eaf](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/cf87eafdd6b4edb08d9fa6c8085378affca16edf)) + + +### Dependencies + +* **deps:** lock file maintenance ([5dbec2a](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/5dbec2adda4e05518885d3d40d236b56308bdb68)) +* **deps:** update codecov/codecov-action action to v4.3.1 ([79a5ff7](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/79a5ff76351df24c67bf235d451bd37d5dab98fc)) + + +### Code Refactoring + +* apply rector rules ([8f6c630](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/8f6c630aeea7e283614593498280932d0aa7ba6d)) + ## [4.12.3](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.12.2...v4.12.3) (2024-04-26) diff --git a/composer.json b/composer.json index e84e1717..e24c0daa 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "🔥 A Laravel adapter for CycleORM, providing seamless integration of the Cycle DataMapper ORM for advanced database handling and object mapping in PHP applications.", "license": "MIT", "type": "library", - "version": "4.12.3", + "version": "4.12.4", "keywords": [ "php", "php8",