From 5f0a9c15e71361719da6513e509f2cf1efe510db Mon Sep 17 00:00:00 2001 From: shalvah Date: Fri, 2 Jul 2021 14:26:11 +0100 Subject: [PATCH] 3.4.1 --- CHANGELOG.md | 4 ++++ src/Tools/Globals.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0021e2da..06dd0f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removals +## 3.4.1 (Friday, 2 July 2021) +### Fixed +- Set nested file fields properly in Postman. (https://github.com/knuckleswtf/scribe/commit/39d53eac5db30c1d4b6b16cff836c1d3a3898f89) + ## 3.4.0 (Thursday, 1 July 2021) ### Added - Support better examples based on the `where` clause in routes. (https://github.com/knuckleswtf/scribe/commit/cf2b53c16d405e655886b6225e9ebbf29a6621a8) diff --git a/src/Tools/Globals.php b/src/Tools/Globals.php index 50d07ee6..8acbd8ec 100644 --- a/src/Tools/Globals.php +++ b/src/Tools/Globals.php @@ -4,7 +4,7 @@ class Globals { - public const SCRIBE_VERSION = '3.4.0'; + public const SCRIBE_VERSION = '3.4.1'; public static bool $shouldBeVerbose = false; }