Shalvah пре 2 месеци
родитељ
комит
f96342bf9b
2 измењених фајлова са 6 додато и 2 уклоњено
  1. 5 1
      CHANGELOG.md
  2. 1 1
      src/Scribe.php

+ 5 - 1
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).

+ 1 - 1
src/Scribe.php

@@ -9,7 +9,7 @@ use Symfony\Component\HttpFoundation\Request;
 
 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