Skip to content

Commit b460640

Browse files
committed
4.26.0
1 parent 7060e7f commit b460640

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212

1313
### Removed
1414

15+
# 4.26.0 (21 November 2023)
16+
## Added
17+
- Support specifying Example: null in annotations ([#755](https://github.com/knuckleswtf/scribe/pull/755)
18+
- Include database-generated values in models created via factoryCreate ([#753](https://github.com/knuckleswtf/scribe/pull/753)
19+
20+
## Fixed
21+
- Parsing of nested fields in validation rules ([#749](https://github.com/knuckleswtf/scribe/pull/749))
22+
- Enum values not displaying in nested objects ([#740](https://github.com/knuckleswtf/scribe/pull/740))
23+
- Enum values not getting written to HTML ([#759](https://github.com/knuckleswtf/scribe/pull/759))
24+
25+
1526
# 4.25.0 (30 September 2023)
1627
## Added
1728
- Support wildcards in `groups.order` (top-level only) ([#723](https://github.com/knuckleswtf/scribe/pull/731))

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.25.0';
12+
public const VERSION = '4.26.0';
1313

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

0 commit comments

Comments
 (0)