Skip to content

Commit

Permalink
Merge pull request #267 from Skyscanner/hotfix_version
Browse files Browse the repository at this point in the history
Hotfix version file and changelog
  • Loading branch information
ignaciobolonio authored Jan 16, 2024
2 parents 933fee2 + 9f73c76 commit 3f0e7a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cfripper/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 15, 2)
VERSION = (1, 15, 3)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 3f0e7a3

Please sign in to comment.