Skip to content

Commit 750e949

Browse files
committed
4.14.0
1 parent 5818922 commit 750e949

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

1313
### Removed
1414

15+
# 4.14.0 (07 February 2023)
16+
## Added
17+
- Support for Laravel 10 ([#610](https://github.com/knuckleswtf/scribe/pull/610))
18+
- Support extracting docs from custom validation rules ([#611](https://github.com/knuckleswtf/scribe/pull/611))
19+
20+
1521
# 4.13.0 (22 January 2023)
1622
## Added
1723
- Support for Laravel Actions package ([#606](https://github.com/knuckleswtf/scribe/pull/606))

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

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

0 commit comments

Comments
 (0)