shalvah 2 年之前
父節點
當前提交
08897fcb58
共有 2 個文件被更改,包括 10 次插入2 次删除
  1. 9 1
      CHANGELOG.md
  2. 1 1
      src/Scribe.php

+ 9 - 1
CHANGELOG.md

@@ -12,9 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removed
 
+# 4.16.1 (19 March 2023)
+## Fixed
+- Fix sorting of responses by status code ([#623](https://github.com/knuckleswtf/scribe/pull/623))
+- Skip upgrade check if user hasn't published config yet ([#628](https://github.com/knuckleswtf/scribe/pull/628))
+- Upgrade: Ignore `examples.models_source` ([#631](https://github.com/knuckleswtf/scribe/pull/631))
+- More robust replacement of `:attribute` in validation rule descriptions (closes #633)
+- Remove invalid JS file request (closes #634)
+
 # 4.16.0 (16 February 2023)
 ## Added
-- Support for Laravel enum validation rule in line validators ([#616](https://github.com/knuckleswtf/scribe/pull/616))
+- Support for Laravel enum validation rule in inline validators ([#616](https://github.com/knuckleswtf/scribe/pull/616))
 
 
 # 4.15.0 (14 February 2023)

+ 1 - 1
src/Scribe.php

@@ -9,7 +9,7 @@ use Symfony\Component\HttpFoundation\Request;
 
 class Scribe
 {
-    public const VERSION = '4.16.0';
+    public const VERSION = '4.16.1';
 
     /**
      * Specify a callback that will be executed just before a response call is made