From 38c72413de1a4a4cce7a1793b341eef80b5a55e5 Mon Sep 17 00:00:00 2001 From: shalvah Date: Fri, 18 Jun 2021 11:02:34 +0100 Subject: [PATCH] 3.0.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 5c5be913..393d7002 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.0.3 (Friday, 18 June 2021) +### Fixed +- Try It Out: Send body params in the right format (https://github.com/knuckleswtf/scribe/pull/245) + ## 3.0.2 (Friday, 11 June 2021) ### Fixed - Use regular relative paths for assets if not using default static output path (https://github.com/knuckleswtf/scribe/commit/05aaba1877e9ca3dbf7a130dcbd12a2ba9438136) diff --git a/src/Tools/Globals.php b/src/Tools/Globals.php index f7e382fd..a296643b 100644 --- a/src/Tools/Globals.php +++ b/src/Tools/Globals.php @@ -4,7 +4,7 @@ class Globals { - public const SCRIBE_VERSION = '3.0.2'; + public const SCRIBE_VERSION = '3.0.3'; public static bool $shouldBeVerbose = false; }