shalvah 2 năm trước cách đây
mục cha
commit
1df972a3f7
2 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 5 0
      CHANGELOG.md
  2. 1 1
      src/Scribe.php

+ 5 - 0
CHANGELOG.md

@@ -12,6 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removed
 
+# 4.16.0 (16 February 2023)
+## Added
+- Support for Laravel enum validation rule in line validators ([#616](https://github.com/knuckleswtf/scribe/pull/616))
+
+
 # 4.15.0 (14 February 2023)
 ## Added
 - Support for Laravel enum validation rule ([#614](https://github.com/knuckleswtf/scribe/pull/614))

+ 1 - 1
src/Scribe.php

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