diff --git a/CHANGELOG.md b/CHANGELOG.md index 3107d984..b81aa0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed +# 4.15.0 (14 February 2023) +## Added +- Support for Laravel enum validation rule ([#614](https://github.com/knuckleswtf/scribe/pull/614)) + + # 4.14.0 (07 February 2023) ## Added - Support for Laravel 10 ([#610](https://github.com/knuckleswtf/scribe/pull/610)) diff --git a/src/Scribe.php b/src/Scribe.php index 9a16f418..4ae5bbeb 100644 --- a/src/Scribe.php +++ b/src/Scribe.php @@ -9,7 +9,7 @@ class Scribe { - public const VERSION = '4.14.0'; + public const VERSION = '4.15.0'; /** * Specify a callback that will be executed just before a response call is made