diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d6350..c6d1eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.2.1 (2020-02-19) + +* fix setup.py and add smoke integration tests to build package and run the app + 1.2.0 (2020-02-16) * add "--target" argument to disable automatic mediator discovery and be diff --git a/brotab/__version__.py b/brotab/__version__.py index 58d478a..3f262a6 100644 --- a/brotab/__version__.py +++ b/brotab/__version__.py @@ -1 +1 @@ -__version__ = '1.2.0' +__version__ = '1.2.1'