shalvah 3 éve
szülő
commit
c82acf526c
2 módosított fájl, 5 hozzáadás és 1 törlés
  1. 4 0
      CHANGELOG.md
  2. 1 1
      src/Tools/Globals.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
 
+## 3.26.0 (3 April 2022)
+### Modified
+- Update `GroupedEndpoint` classes to be easier to extend ([#456](https://github.com/knuckleswtf/scribe/pull/456))
+
 ## 3.25.0 (21 March 2022)
 ### Added
 - Support validation rules `accepted` and `accepted_if` ([#438](https://github.com/knuckleswtf/scribe/pull/438))

+ 1 - 1
src/Tools/Globals.php

@@ -4,7 +4,7 @@ namespace Knuckles\Scribe\Tools;
 
 class Globals
 {
-    public const SCRIBE_VERSION = '3.25.0';
+    public const SCRIBE_VERSION = '3.26.0';
 
     public static bool $shouldBeVerbose = false;