From d51eb9b3e80b36aa30cb0a46f86dec308aa1d70f Mon Sep 17 00:00:00 2001 From: Jens Gohl Date: Fri, 11 Sep 2020 15:49:17 +0200 Subject: [PATCH] 5.0.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc8eb2..2fa2764 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 +## 5.0.0 - 2020-09-11 ### Changed - MFA shell command fetcher does not assume specific token-string format anymore, but you have to provide a bash command that fetches the exact token (see README for example).