diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b836af..d7eb77da 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/), ### Removals +## 2.7.10 (Wednesday, 30 June 2021) +### Fixed +- Don't crash on unsupported rules (https://github.com/knuckleswtf/scribe/commit/720bec74a1bf409205af04edd47b7ab6d85ddf85) + ## 2.7.9 (Wednesday, 9 June 2021) ### Fixed - Handle array body properly (https://github.com/knuckleswtf/scribe/pull/234) diff --git a/src/Tools/Globals.php b/src/Tools/Globals.php index 56e7acf5..2d60c122 100644 --- a/src/Tools/Globals.php +++ b/src/Tools/Globals.php @@ -4,7 +4,7 @@ class Globals { - public const SCRIBE_VERSION = '2.7.9'; + public const SCRIBE_VERSION = '2.7.10'; public static $shouldBeVerbose = false;