From 750e949202167a4f25c736ba48a3a9965fb1751a Mon Sep 17 00:00:00 2001 From: shalvah Date: Tue, 7 Feb 2023 20:29:29 +0100 Subject: [PATCH] 4.14.0 --- CHANGELOG.md | 6 ++++++ src/Scribe.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 980b6de5..3107d984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed +# 4.14.0 (07 February 2023) +## Added +- Support for Laravel 10 ([#610](https://github.com/knuckleswtf/scribe/pull/610)) +- Support extracting docs from custom validation rules ([#611](https://github.com/knuckleswtf/scribe/pull/611)) + + # 4.13.0 (22 January 2023) ## Added - Support for Laravel Actions package ([#606](https://github.com/knuckleswtf/scribe/pull/606)) diff --git a/src/Scribe.php b/src/Scribe.php index 94876d30..9a16f418 100644 --- a/src/Scribe.php +++ b/src/Scribe.php @@ -9,7 +9,7 @@ class Scribe { - public const VERSION = '4.13.0'; + public const VERSION = '4.14.0'; /** * Specify a callback that will be executed just before a response call is made