diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b68720d..1bd79017 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.6.2 (Saturday, 17 July 2021) +### Fixed +- Encode Postman collection items correctly (fixes #278)([87b99bc717f541d6a4d2925fc7bc544958451d12](https://github.com/knuckleswtf/scribe/commit/87b99bc717f541d6a4d2925fc7bc544958451d12), + ## 3.6.1 (Friday, 16 July 2021) ### Fixed - Use correct asset path (fixes #274)([00b77e4b144e13b579e5ad820ab79a1b42eac756](https://github.com/knuckleswtf/scribe/commit/00b77e4b144e13b579e5ad820ab79a1b42eac756), diff --git a/src/Tools/Globals.php b/src/Tools/Globals.php index 13b87439..da4bd1d9 100644 --- a/src/Tools/Globals.php +++ b/src/Tools/Globals.php @@ -4,7 +4,7 @@ class Globals { - public const SCRIBE_VERSION = '3.6.1'; + public const SCRIBE_VERSION = '3.6.2'; public static bool $shouldBeVerbose = false; }