diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ddec82..98521e5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed +# 4.2.2 (10 November 2022) +### Fixed +- Support #[ResponseField] on API resources ([66492aa](https://github.com/knuckleswtf/scribe/commit/66492aabdddb9481f0b74adca40fc6ce9a015253)) + # 4.2.1 (9 November 2022) ### Fixed - Fix display of headings when append file has a H1 ([4924499](https://github.com/knuckleswtf/scribe/commit/4924499dc4411aa656e0e41dac7a317ab5fba94c)) diff --git a/src/Scribe.php b/src/Scribe.php index 40c3574d..a1db72fa 100644 --- a/src/Scribe.php +++ b/src/Scribe.php @@ -8,7 +8,7 @@ class Scribe { - public const VERSION = '4.2.1'; + public const VERSION = '4.2.2'; /** * Specify a callback that will be executed just before a response call is made