diff --git a/CHANGELOG.md b/CHANGELOG.md index f66bb65..29229c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). This changelog is inspired by [keepachangelog.com](http://http://keepachangelog.com/de/) -## Unreleased +## 4.1.0 - 2020-06-25 ### Added - option to logout of your current profiles. All profiles will be removed from your .aws/credentials and .aws/config diff --git a/app/__version__.py b/app/__version__.py index f7ee870..4150d03 100644 --- a/app/__version__.py +++ b/app/__version__.py @@ -1 +1 @@ -__version__ = (4, 0, 0) +__version__ = (4, 1, 0)