shalvah 2 년 전
부모
커밋
750e949202
2개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 0
      CHANGELOG.md
  2. 1 1
      src/Scribe.php

+ 6 - 0
CHANGELOG.md

@@ -12,6 +12,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removed
 
+# 4.14.0 (07 February 2023)
+## Added
+- Support for Laravel 10 ([#610](https://github.com/knuckleswtf/scribe/pull/610))
+- Support extracting docs from custom validation rules ([#611](https://github.com/knuckleswtf/scribe/pull/611))
+
+
 # 4.13.0 (22 January 2023)
 ## Added
 - Support for Laravel Actions package ([#606](https://github.com/knuckleswtf/scribe/pull/606))

+ 1 - 1
src/Scribe.php

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