From 3c3035b1ef7dbeecbb19b9b5101307a24e0c249b Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Fri, 10 Dec 2021 12:45:57 -0600 Subject: [PATCH] docs: creates changelog entry for 2.0.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a605af0..09c8d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 2.0.1 - 2021-12-10 + +### Added + +- Nothing. + +### Changed + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Fixes the path to the configuration file used within `Module::getConfig()` to correctly locate it. + ## 2.0.0 - 2020-02-05 ### Added