Skip to content

Commit

Permalink
5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Feb 20, 2025
1 parent 1839eb7 commit f96342b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Removed

# 5.0.0 (19 February 2024)
## 5.0.1 (20 February 2025)
### Fixed
- Fix bug in wrongly trying to determine required fields for array of strings [#951](https://github.com/knuckleswtf/scribe/pull/951)

## 5.0.0 (19 February 2025)
See the [migration guide](https://scribe.knuckles.wtf/migrating).
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 = '5.0.0';
public const VERSION = '5.0.1';

/**
* Specify a callback that will be executed just before a response call is made
Expand Down

0 comments on commit f96342b

Please sign in to comment.