Browse Source

Changelog

shalvah 1 year ago
parent
commit
dbcf91ee29
2 changed files with 6 additions and 1 deletions
  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.21.0
+## Added
+- API resources: Infer model name from @mixin ([f0ed9565](https://github.com/knuckleswtf/scribe/commit/f0ed95653b401b188e76e6ba9057406710f2cc2b))
+
+
 # 4.20.0 (28 May 2023)
 ## Modified
 - Support Laravel 10's optional `rules()` in Form Requests ([#664](https://github.com/knuckleswtf/scribe/pull/664))

+ 1 - 1
src/Scribe.php

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