diff --git a/CHANGELOG.md b/CHANGELOG.md index 433e9844..11e63309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.15.3] +## Changes +- Update invalid_role_inline_policy_fn_if.json +- Improve logging for the exception when applying rule filters +- Add release drafter + ## [1.15.2] ### Fixes - Fixes https://github.com/Skyscanner/cfripper/issues/260 diff --git a/cfripper/__version__.py b/cfripper/__version__.py index 1afd7edb..df6a2f7f 100644 --- a/cfripper/__version__.py +++ b/cfripper/__version__.py @@ -1,3 +1,3 @@ -VERSION = (1, 15, 2) +VERSION = (1, 15, 3) __version__ = ".".join(map(str, VERSION))