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

+ 7 - 0
CHANGELOG.md

@@ -12,6 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removed
 
+# 4.17.0 (19 March 2023)
+## Added
+- Proper support for invokable rules and Laravel 10 validation rules changes ([ea3418](https://github.com/knuckleswtf/scribe/commit/ea341869b4062c9303507cae06fe1da1e12d7ccc))
+
+## Modified
+- Experimental: don't URL-encode Postman query parameters (closes #442) ([df4d86fa1](https://github.com/knuckleswtf/scribe/commit/df4d86fa1df06e9d2a2a294d39ee258ac94f02de))
+
 # 4.16.1 (19 March 2023)
 ## Fixed
 - Fix sorting of responses by status code ([#623](https://github.com/knuckleswtf/scribe/pull/623))

+ 1 - 1
src/Scribe.php

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