From 9e3d35d83d9558375c28dec6011a04c87fd13e56 Mon Sep 17 00:00:00 2001 From: shalvah Date: Thu, 23 Jun 2022 21:11:08 +0200 Subject: [PATCH] 3.32.0 --- CHANGELOG.md | 5 +++++ src/Tools/Globals.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f52d60bb..ed84bae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed +## 3.32.0 (23 June 2022) +### Modified +- Improved code blocks hiding ([#486](https://github.com/knuckleswtf/scribe/pull/486))) + + ## 3.31.0 (16 June 2022) ### Modified - Postman collection: replace multipart PUT/PATCH requests with POST & `_method` ([#480](https://github.com/knuckleswtf/scribe/pull/480))) diff --git a/src/Tools/Globals.php b/src/Tools/Globals.php index dac0c23e..ee181527 100644 --- a/src/Tools/Globals.php +++ b/src/Tools/Globals.php @@ -4,7 +4,7 @@ class Globals { - public const SCRIBE_VERSION = '3.31.0'; + public const SCRIBE_VERSION = '3.32.0'; public static bool $shouldBeVerbose = false;