Skip to content

Commit 5eb0f65

Browse files
committed
4.37.1
1 parent 7f7b74a commit 5eb0f65

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212

1313
### Removed
1414

15-
# 4.37.0 (17 june 2024)
15+
# 4.37.1 (11 July 2024)
16+
## Fixed
17+
- Multipart file upload in `elements` theme [#864](https://github.com/knuckleswtf/scribe/pull/864)
18+
- Properly set multiple responses in OpenAPI spec with the same status code [#863](https://github.com/knuckleswtf/scribe/pull/863)
19+
20+
21+
22+
# 4.37.0 (17 June 2024)
1623
## Added
1724
- Support multiple responses in OpenAPI spec using oneOf [#739](https://github.com/knuckleswtf/scribe/pull/739)
1825

src/Scribe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class Scribe
1111
{
12-
public const VERSION = '4.37.0';
12+
public const VERSION = '4.37.1';
1313

1414
/**
1515
* Specify a callback that will be executed just before a response call is made

0 commit comments

Comments
 (0)