We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec901fa commit 7daa3acCopy full SHA for 7daa3ac
CHANGELOG.md
@@ -3,6 +3,15 @@
3
4
All notable changes to this project will be documented in this file.
5
6
+## [1.3.0] - 2021-03-30
7
+
8
+### Added
9
10
+- New variables for INACTIVE_NOTIFICATION_TITLE and INACTIVE_NOTIFICATION_TEXT
11
+- Improved messaging for key expiration reasonings
12
+- Documentation for testing app locally
13
+- Required permission for iam:GetAccessKeyLastUsed
14
15
## [1.2.1] - 2021-03-04
16
17
### Added
sleuth/handler.py
@@ -36,7 +36,7 @@
36
37
from sleuth.auditor import audit
38
39
-VERSION = '1.2.1'
+VERSION = '1.3.0'
40
41
def handler(event, context):
42
"""
0 commit comments