From 0f0364685ed27cd9227b291da6b06039f1ae286c Mon Sep 17 00:00:00 2001 From: shalvah Date: Wed, 30 Jun 2021 11:28:43 +0100 Subject: [PATCH] 2.7.10 --- CHANGELOG.md | 4 ++++ src/Tools/Globals.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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;