diff --git a/CHANGELOG.md b/CHANGELOG.md index a991798..330f634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ This changelog is inspired by [keepachangelog.com](http://http://keepachangelog. ## Unreleased +## 3.1.0 - 2020-01-30 + ### Added - config dialog now has a button to test the mfa command - logs will now contain stderr of failed shell commands diff --git a/app/__version__.py b/app/__version__.py index 66725ad..21b62ed 100644 --- a/app/__version__.py +++ b/app/__version__.py @@ -1 +1 @@ -__version__ = (3, 0, 0) +__version__ = (3, 1, 0)