From e45e3afc5f97008294b9c18edd16666223e486a2 Mon Sep 17 00:00:00 2001 From: Shalvah Date: Sat, 30 Sep 2023 00:23:01 +0200 Subject: [PATCH] 4.25.0 --- CHANGELOG.md | 4 ++++ src/Scribe.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5702dce1..3494495e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed +# 4.25.0 (30 September 2023) +## Added +- Support wildcards in `groups.order` (top-level only) ([#723](https://github.com/knuckleswtf/scribe/pull/731)) + # 4.24.0 (16 September 2023) ## Added - Support dependency injection in FormRequests ([84078358ce](https://github.com/knuckleswtf/scribe/commit/84078358ce32ff0656a9ab03f062e952f721f1a2)) diff --git a/src/Scribe.php b/src/Scribe.php index 6bcdc370..ca16faf0 100644 --- a/src/Scribe.php +++ b/src/Scribe.php @@ -9,7 +9,7 @@ class Scribe { - public const VERSION = '4.24.0'; + public const VERSION = '4.25.0'; /** * Specify a callback that will be executed just before a response call is made