From 722ca129ded459eef8a9f9b969d0736c1d08cb75 Mon Sep 17 00:00:00 2001 From: shalvah Date: Sat, 27 Aug 2022 22:57:13 +0200 Subject: [PATCH] 3.37.0 --- CHANGELOG.md | 4 ++++ src/Tools/Globals.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 896eebc9..a9a37150 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/), ### Removed +## 3.37.0 (27 August 2022) +### Modified +- Support `"No-example"` as `example` value in `bodyParameters()` and friends ([#511](https://github.com/knuckleswtf/scribe/pull/511)) + ## 3.36.0 (12 August 2022) ### Modified - Support `@responseField` on Eloquent API resources ([#505](https://github.com/knuckleswtf/scribe/pull/505)) diff --git a/src/Tools/Globals.php b/src/Tools/Globals.php index f6c2fee9..54bf84c7 100644 --- a/src/Tools/Globals.php +++ b/src/Tools/Globals.php @@ -4,7 +4,7 @@ class Globals { - public const SCRIBE_VERSION = '3.36.0'; + public const SCRIBE_VERSION = '3.37.0'; public static bool $shouldBeVerbose = false;