diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f583fc..63b836af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removals -## 2.7.7 (Tuesday, 8 June 2021) +## 2.7.9 (Wednesday, 9 June 2021) +### Fixed +- Handle array body properly (https://github.com/knuckleswtf/scribe/pull/234) +- Make auto docs routes compatible with Lumen (https://github.com/knuckleswtf/scribe/commit/10bda0e6e969ea3cd01efa3f826caf486e772937) + +## 2.7.8 (Tuesday, 8 June 2021) ### Fixed - Don't crash on unrecognized validation rule formats (https://github.com/knuckleswtf/scribe/commit/ec405dd8c2a78c819e1dcc0a42935e0113b44b32) diff --git a/src/Tools/Globals.php b/src/Tools/Globals.php index e6f5df0c..56e7acf5 100644 --- a/src/Tools/Globals.php +++ b/src/Tools/Globals.php @@ -4,7 +4,7 @@ class Globals { - public const SCRIBE_VERSION = '2.7.7'; + public const SCRIBE_VERSION = '2.7.9'; public static $shouldBeVerbose = false;