Skip to content

Commit

Permalink
4.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Jul 11, 2024
1 parent 7f7b74a commit 5eb0f65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/Scribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5eb0f65

Please sign in to comment.