Skip to content

Commit b25d031

Browse files
author
Chuck Meyer
authored
Merge pull request #231 from kddejong/Release/v0.4.1
Release v0.4.1
2 parents 2584f68 + 88ee08f commit b25d031

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
- Test Ref resources to IAM Roles have good assume role documents. Example: Lambda Function Ref refers to an IAM Role that can be assume by Lambda.
1010
- More Warnings around hard coded values (Regions, AccountIds) to help with the practice of reusability
1111

12+
### 0.4.1
13+
###### Features
14+
- Update CloudFormation Specs to July 20th, 2018
15+
###### Fixes
16+
- Fix an issue with Exclusive resource properties and RDS with Snapshot and Password
17+
1218
### 0.4.0
1319
###### Features
1420
- Update CloudFormation specs to July 16th, 2018

src/cfnlint/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1616
"""
1717

18-
__version__ = '0.4.0'
18+
__version__ = '0.4.1'

0 commit comments

Comments
 (0)