From 030d7f52f4f80589177a7b0bc42fd26b85f608ad Mon Sep 17 00:00:00 2001 From: Christopher Gammie Date: Mon, 24 Feb 2025 20:47:22 +0000 Subject: [PATCH 1/2] build(deps): update to stable dependencies --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f2dca17..f402c00 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "dev-develop": "4.x-dev" } }, - "minimum-stability": "dev", + "minimum-stability": "stable", "prefer-stable": true, "config": { "sort-packages": true From cbcb0bc3657f899a4f6542f910df1809ddb4de28 Mon Sep 17 00:00:00 2001 From: Christopher Gammie Date: Mon, 24 Feb 2025 20:47:59 +0000 Subject: [PATCH 2/2] docs: update changelog and bump version --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dd9882..5993026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. This projec ## Unreleased +## [4.2.0] - 2025-01-24 + +### Added + +- Package now supports Laravel 11 and 12. + ## [4.1.0] - 2024-11-30 ### Added