Skip to content

Commit 7daa3ac

Browse files
committed
update to version 1.3.0
1 parent ec901fa commit 7daa3ac

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33

44
All notable changes to this project will be documented in this file.
55

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+
615
## [1.2.1] - 2021-03-04
716

817
### Added

sleuth/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
from sleuth.auditor import audit
3838

39-
VERSION = '1.2.1'
39+
VERSION = '1.3.0'
4040

4141
def handler(event, context):
4242
"""

0 commit comments

Comments
 (0)