Skip to content

Commit

Permalink
chore: release 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Nov 30, 2020
1 parent 37b812f commit 213dd00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/Doctum.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 213dd00

Please sign in to comment.