Shalvah 1 year ago
parent
commit
ab123ea944
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      src/Scribe.php

+ 4 - 0
CHANGELOG.md

@@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removed
 
+# 4.27.0 (21 December 2023)
+## Modified
+- Allow Symfony v7
+
 # 4.26.0 (21 November 2023)
 ## Added
 - Support specifying Example: null in annotations ([#755](https://github.com/knuckleswtf/scribe/pull/755)

+ 1 - 1
src/Scribe.php

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