From 6b4715b8cc46233f3dcaef1c9cc3fd37b8fbb1d1 Mon Sep 17 00:00:00 2001 From: Shalvah Date: Sat, 16 Sep 2023 17:18:08 +0200 Subject: [PATCH] 4.24.0 --- CHANGELOG.md | 11 ++++++++++- src/Scribe.php | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef162bfc..5702dce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed +# 4.24.0 (16 September 2023) +## Added +- Support dependency injection in FormRequests ([84078358ce](https://github.com/knuckleswtf/scribe/commit/84078358ce32ff0656a9ab03f062e952f721f1a2)) +- Include `auth.extra_info` in OpenAPI security scheme ([#727](https://github.com/knuckleswtf/scribe/pull/727)) +- Support dynamic base URL ([#723](https://github.com/knuckleswtf/scribe/pull/723)) + +## Fixed +- Generate proper sample for array of objects ([#720](https://github.com/knuckleswtf/scribe/pull/720)) + # 4.23.1 (25 August 2023) ## Fixed -- Break in attributes due to enum support ([4c49e81e0](https://github.com/knuckleswtf/scribe/commit/6a9d51b3a215a89e8b8af47f796ffaa10993c171)) +- Break in attributes due to enum support ([4c49e81e0](https://github.com/knuckleswtf/scribe/commit/4c49e81e0a6f4a257c3945a139b9a3bf35d85b2b)) # 4.23.0 (24 August 2023) ## Added diff --git a/src/Scribe.php b/src/Scribe.php index ab45894a..6bcdc370 100644 --- a/src/Scribe.php +++ b/src/Scribe.php @@ -9,7 +9,7 @@ class Scribe { - public const VERSION = '4.23.1'; + public const VERSION = '4.24.0'; /** * Specify a callback that will be executed just before a response call is made