shalvah 2 years ago
parent
commit
8df75f6f21
2 changed files with 9 additions and 1 deletions
  1. 8 0
      CHANGELOG.md
  2. 1 1
      src/Scribe.php

+ 8 - 0
CHANGELOG.md

@@ -12,6 +12,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removed
 
+# 4.10.0 (14 December 2022)
+## Added
+- `bootstrap` hook ([#576](https://github.com/knuckleswtf/scribe/pull/576))
+- Support PHP 8 attributes in FormRequests. ([e8098714](https://github.com/knuckleswtf/scribe/commit/e80987145f50719156d1497a74f68139e9602593))
+
+## Modified
+- Generate properties for nested objects in OpenAPI spec ([#587](https://github.com/knuckleswtf/scribe/pull/587))
+
 # 4.9.0 (5 December 2022)
 ## Modified
 - `default` theme: Show nested fields short names in UI, since we now indent. ([dbe8492a](https://github.com/knuckleswtf/scribe/commit/dbe8492a6915698b0801b44712441e2a58e0614a))

+ 1 - 1
src/Scribe.php

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