diff --git a/CHANGELOG.md b/CHANGELOG.md index c48614a7..4508c8e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. ### Fixes - Fix documentation. +## [1.15.2] +### Fixes +- Fixes https://github.com/Skyscanner/cfripper/issues/260 + +## [1.15.1] +### Fixes +- Fix docs generation + ## [1.15.0] ### Additions - New rules: `PublicELBCheckerRule`, `StackNameMatchesRegexRule`, and `StorageEncryptedRule` diff --git a/cfripper/__version__.py b/cfripper/__version__.py index ed46a0fb..1afd7edb 100644 --- a/cfripper/__version__.py +++ b/cfripper/__version__.py @@ -1,3 +1,3 @@ -VERSION = (1, 15, 1) +VERSION = (1, 15, 2) __version__ = ".".join(map(str, VERSION))