Shalvah 1 년 전
부모
커밋
c0afe84008
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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.33.0 (29 February 2024)
+## Fixed
+- List enums for array items in OpenAPI spec [#818](https://github.com/knuckleswtf/scribe/pull/818)
+- UI fix for `elements` theme [#815](https://github.com/knuckleswtf/scribe/pull/818)
+
 # 4.32.0 (20 February 2024)
 Support nikic/php-parser v5
 

+ 1 - 1
src/Scribe.php

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