From 5eb0f65973db9df5ba455f8bbcc8a1cd6573564b Mon Sep 17 00:00:00 2001 From: Shalvah Date: Thu, 11 Jul 2024 15:57:05 +0200 Subject: [PATCH] 4.37.1 --- CHANGELOG.md | 9 ++++++++- src/Scribe.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7095b65..c964282d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed -# 4.37.0 (17 june 2024) +# 4.37.1 (11 July 2024) +## Fixed +- Multipart file upload in `elements` theme [#864](https://github.com/knuckleswtf/scribe/pull/864) +- Properly set multiple responses in OpenAPI spec with the same status code [#863](https://github.com/knuckleswtf/scribe/pull/863) + + + +# 4.37.0 (17 June 2024) ## Added - Support multiple responses in OpenAPI spec using oneOf [#739](https://github.com/knuckleswtf/scribe/pull/739) diff --git a/src/Scribe.php b/src/Scribe.php index eebc719c..9d0b2cda 100644 --- a/src/Scribe.php +++ b/src/Scribe.php @@ -9,7 +9,7 @@ class Scribe { - public const VERSION = '4.37.0'; + public const VERSION = '4.37.1'; /** * Specify a callback that will be executed just before a response call is made