shalvah 3 år sedan
förälder
incheckning
b9cb1888ed
2 ändrade filer med 5 tillägg och 1 borttagningar
  1. 4 0
      CHANGELOG.md
  2. 1 1
      src/Tools/Globals.php

+ 4 - 0
CHANGELOG.md

@@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removals
 
+## 3.6.3 (Tuesday, 20 July 2021)
+### Fixed
+- Stop Validator::make parsing from crashing unnecessarily [#281]((https://github.com/knuckleswtf/scribe/pull/281))
+
 ## 3.6.2 (Saturday, 17 July 2021)
 ### Fixed
 - Encode Postman collection items correctly (fixes #278)([87b99bc717f541d6a4d2925fc7bc544958451d12](https://github.com/knuckleswtf/scribe/commit/87b99bc717f541d6a4d2925fc7bc544958451d12),

+ 1 - 1
src/Tools/Globals.php

@@ -4,7 +4,7 @@ namespace Knuckles\Scribe\Tools;
 
 class Globals
 {
-    public const SCRIBE_VERSION = '3.6.2';
+    public const SCRIBE_VERSION = '3.6.3';
 
     public static bool $shouldBeVerbose = false;
 }