From f96342bf9b780952edf216c132564420c47540f4 Mon Sep 17 00:00:00 2001 From: Shalvah Date: Thu, 20 Feb 2025 11:15:16 +0100 Subject: [PATCH] 5.0.1 --- CHANGELOG.md | 6 +++++- src/Scribe.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67de2213..cd2a7291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,5 +12,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed -# 5.0.0 (19 February 2024) +## 5.0.1 (20 February 2025) +### Fixed +- Fix bug in wrongly trying to determine required fields for array of strings [#951](https://github.com/knuckleswtf/scribe/pull/951) + +## 5.0.0 (19 February 2025) See the [migration guide](https://scribe.knuckles.wtf/migrating). diff --git a/src/Scribe.php b/src/Scribe.php index f8c755d2..4fb4be14 100644 --- a/src/Scribe.php +++ b/src/Scribe.php @@ -9,7 +9,7 @@ class Scribe { - public const VERSION = '5.0.0'; + public const VERSION = '5.0.1'; /** * Specify a callback that will be executed just before a response call is made