Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcquade committed Dec 17, 2019
1 parent 2c26629 commit 70f3dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog
## 2019-12-17
### Added
* Version bump to 0.6.2
* `overrides-resource-policies.yml` to specifically identify API calls that modify resource based policies.
* `resource-policies.txt` to answer Scott Piper's question about API calls that can modify resource policies.
### Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setuptools.setup(
name="policy_sentry",
include_package_data=True,
version="0.6.1",
version="0.6.2",
author="Kinnaird McQuade",
author_email="[email protected]",
description="Generate locked-down AWS IAM Policies",
Expand Down

0 comments on commit 70f3dd1

Please sign in to comment.