From 837bf58e8e75bd4df3ae8953535658e5b8d8bfac Mon Sep 17 00:00:00 2001 From: "Eric J. Holmes" Date: Thu, 8 Dec 2016 19:23:33 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b29aa9d8e..de09ce193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ * `emp deploy` will now prompt for a commit message if one is required but not provided. [#994](https://github.com/remind101/empire/issues/994) +**Security** + +* It's not possible to set a maximum session duration, to ensure that users have to periodically re-authenticate with credentials and MFA [#1024](https://github.com/remind101/empire/pull/1024) + ## 0.11.0 (2016-08-22) **Features**