shalvah 2 years ago
parent
commit
52578b8009
2 changed files with 8 additions and 2 deletions
  1. 7 1
      CHANGELOG.md
  2. 1 1
      src/Scribe.php

+ 7 - 1
CHANGELOG.md

@@ -12,7 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removed
 
-# 4.11.0 (8 December 2023)
+# 4.12.0 (15 January 2023)
+## Added
+- Allow `Endpoint` attribute to be used at the class level ([#602](https://github.com/knuckleswtf/scribe/pull/602))
+- Support nested query parameters in example requests ([#603](https://github.com/knuckleswtf/scribe/pull/603))
+
+
+# 4.11.0 (8 January 2023)
 ## Added
 - Pass `$default` parameter to URL normalizer callback ([8fe91d86](https://github.com/knuckleswtf/scribe/commit/8fe91d86e63e227873d7d37ad1677f622d9b7ef8))
 - OpenAPI spec: set `properties` of objects nested in arrays ([#600](https://github.com/knuckleswtf/scribe/pull/600))

+ 1 - 1
src/Scribe.php

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