diff --git a/CHANGELOG.md b/CHANGELOG.md index c3aca140..5731d193 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.12.1 (Monday, 25 October 2021) +### Fixed +- Fix for prefilling examples + ## 3.12.0 (Sunday, 24 October 2021) ### Added - Try It Out: Prepopulate fields with examples ([#324](https://github.com/knuckleswtf/scribe/pull/324)) diff --git a/src/Tools/Globals.php b/src/Tools/Globals.php index 00cb500f..1db5f266 100644 --- a/src/Tools/Globals.php +++ b/src/Tools/Globals.php @@ -4,7 +4,7 @@ class Globals { - public const SCRIBE_VERSION = '3.12.0'; + public const SCRIBE_VERSION = '3.12.1'; public static bool $shouldBeVerbose = false;