From d4e7d2f89cda217f9bb3b65fdb3091f8fe857ad9 Mon Sep 17 00:00:00 2001 From: shalvah Date: Mon, 20 Sep 2021 14:49:02 +0100 Subject: [PATCH] 3.10.3 --- CHANGELOG.md | 4 ++++ src/Tools/Globals.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65638eaf..decdb88c 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 +## 3.10.3 (Monday, 20 September 2021) +### Fixed +- Ignore user-specified values in upgrader (fixes #327) ([75b592724a8639583b4d660033549c8645a61b2b](https://github.com/knuckleswtf/scribe/commit/75b592724a8639583b4d660033549c8645a61b2b)) + ## 3.10.2 (Friday, 10 September 2021) ### Fixed - Shim `newLine()` method on Laravel 6 (fixes #320) ([31087fc330ebb305b163d72fc68d0603687df8d2](https://github.com/knuckleswtf/scribe/commit/31087fc330ebb305b163d72fc68d0603687df8d2)) diff --git a/src/Tools/Globals.php b/src/Tools/Globals.php index 493d0209..96393c82 100644 --- a/src/Tools/Globals.php +++ b/src/Tools/Globals.php @@ -4,7 +4,7 @@ class Globals { - public const SCRIBE_VERSION = '3.10.2'; + public const SCRIBE_VERSION = '3.10.3'; public static bool $shouldBeVerbose = false; }