diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df9aa49..a7095b65 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 +# 4.37.0 (17 june 2024) +## Added +- Support multiple responses in OpenAPI spec using oneOf [#739](https://github.com/knuckleswtf/scribe/pull/739) + + # 4.36.0 (27 May 2024) ## Added - Add `afterResponseCall` hook [#847](https://github.com/knuckleswtf/scribe/pull/847) diff --git a/src/Scribe.php b/src/Scribe.php index d248cf69..eebc719c 100644 --- a/src/Scribe.php +++ b/src/Scribe.php @@ -9,7 +9,7 @@ class Scribe { - public const VERSION = '4.36.0'; + public const VERSION = '4.37.0'; /** * Specify a callback that will be executed just before a response call is made