diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 9e3120ae..2adca8fb 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.12.0" + ".": "4.12.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b811b4a..18abb5da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.12.1](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.12.0...v4.12.1) (2024-04-24) + + +### Bug Fixes + +* **deps:** update dependency next to v14.2.3 ([af0b896](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/af0b896f8ee6c67b7dc54142ef45f5806603f431)) + ## [4.12.0](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.11.4...v4.12.0) (2024-04-22) diff --git a/composer.json b/composer.json index f0aa88b1..a38a4968 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.0", + "version": "4.12.1", "keywords": [ "php", "php8",