From 17bd5a9f0449642a85ccbd46011c6f9afe4ff572 Mon Sep 17 00:00:00 2001 From: shalvah Date: Thu, 23 Sep 2021 14:00:08 +0100 Subject: [PATCH] 3.11.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 654ec061..97e9e75e 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.11.1 (Thursday, 23 September 2021) +### Modified +- Infer array type name properly ([7457dccf19218a80e43e2fc7d5ec4c2c4b1816e3](https://github.com/knuckleswtf/scribe/commit/7457dccf19218a80e43e2fc7d5ec4c2c4b1816e3)) + ## 3.11.0 (Wednesday, 22 September 2021) ### Added - Introduced `beforeResponseCall()` ([25cbdc193f277c70d471a92b5019156c603255b7](https://github.com/knuckleswtf/scribe/commit/25cbdc193f277c70d471a92b5019156c603255b7)) diff --git a/src/Tools/Globals.php b/src/Tools/Globals.php index 8b03ee2e..972a1bcf 100644 --- a/src/Tools/Globals.php +++ b/src/Tools/Globals.php @@ -4,7 +4,7 @@ class Globals { - public const SCRIBE_VERSION = '3.11.0'; + public const SCRIBE_VERSION = '3.11.1'; public static bool $shouldBeVerbose = false;