Skip to content

Commit f96342b

Browse files
committed
5.0.1
1 parent 1839eb7 commit f96342b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

1313
### Removed
1414

15-
# 5.0.0 (19 February 2024)
15+
## 5.0.1 (20 February 2025)
16+
### Fixed
17+
- Fix bug in wrongly trying to determine required fields for array of strings [#951](https://github.com/knuckleswtf/scribe/pull/951)
18+
19+
## 5.0.0 (19 February 2025)
1620
See the [migration guide](https://scribe.knuckles.wtf/migrating).

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 = '5.0.0';
12+
public const VERSION = '5.0.1';
1313

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

0 commit comments

Comments
 (0)