diff --git a/CHANGELOG.md b/CHANGELOG.md index 4927503..4c33007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## [v2.0.1] - 2022-02-15 + +- [PR 43](https://github.com/nasa/cumulus-message-adapter-python/pull/43) + - Fixed issue with duplicate instances of `CumulusLogger` + ## [v2.0.0] - 2021-12-21 - **CUMULUS-2577** diff --git a/version.py b/version.py index 4bd7cbd..c8fda1b 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = 'v2.0.0' +__version__ = 'v2.0.1'