diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e963a..69392a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.20.1 +### Fixes +- Fix docs that were failing to get updated/generated +### Improvements +- Add tests for docs so they don't get outdated +### Updates +- Update `CLOUDFORMATION_ACTIONS`. + ## 0.20.0 ### Additions - New `RDSDBSecurityGroup` and `RDSDBSecurityGroupIngress` resources [#103] diff --git a/setup.py b/setup.py index 43cb377..4f3e4d5 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="pycfmodel", - version="0.20.0", + version="0.20.1", description="A python model for CloudFormation scripts", author="Skyscanner Product Security", author_email="security@skyscanner.net",