We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2584f68 + 88ee08f commit b25d031Copy full SHA for b25d031
CHANGELOG.md
@@ -9,6 +9,12 @@
9
- 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.
10
- More Warnings around hard coded values (Regions, AccountIds) to help with the practice of reusability
11
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
+
18
### 0.4.0
19
###### Features
20
- Update CloudFormation specs to July 16th, 2018
src/cfnlint/version.py
@@ -15,4 +15,4 @@
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""
-__version__ = '0.4.0'
+__version__ = '0.4.1'
0 commit comments