Skip to content

Commit

Permalink
4.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Nov 21, 2023
1 parent 7060e7f commit b460640
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Removed

# 4.26.0 (21 November 2023)
## Added
- Support specifying Example: null in annotations ([#755](https://github.com/knuckleswtf/scribe/pull/755)
- Include database-generated values in models created via factoryCreate ([#753](https://github.com/knuckleswtf/scribe/pull/753)

## Fixed
- Parsing of nested fields in validation rules ([#749](https://github.com/knuckleswtf/scribe/pull/749))
- Enum values not displaying in nested objects ([#740](https://github.com/knuckleswtf/scribe/pull/740))
- Enum values not getting written to HTML ([#759](https://github.com/knuckleswtf/scribe/pull/759))


# 4.25.0 (30 September 2023)
## Added
- Support wildcards in `groups.order` (top-level only) ([#723](https://github.com/knuckleswtf/scribe/pull/731))
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.25.0';
public const VERSION = '4.26.0';

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

0 comments on commit b460640

Please sign in to comment.