From 213dd0099a35cfe05d9881e9bdfeb27fbd245a78 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 30 Nov 2020 22:07:21 +0100 Subject: [PATCH] chore: release 5.2.1 --- CHANGELOG.md | 5 +++++ src/Doctum.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 456b85b8..0ab207d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - yyyy-mm-dd +## [5.2.1] - 2020-11-30 + +- Fixed a PHP notice on "template_dirs" (#16) +- Added some more unit tests to cover some edge cases + ## [5.2.0] - 2020-11-29 - Support custom composer vendor autoload files using the ENV "DOCTUM_COMPOSER_AUTOLOAD_FILE" diff --git a/src/Doctum.php b/src/Doctum.php index 8ec09e6d..455f4559 100644 --- a/src/Doctum.php +++ b/src/Doctum.php @@ -48,7 +48,7 @@ class Doctum implements ArrayAccess { public const VERSION_MAJOR = 5; public const VERSION_MINOR = 2; - public const VERSION_PATCH = 0; + public const VERSION_PATCH = 1; public const IS_DEV = false; //@phpstan-ignore-next-line