Skip to content

Commit

Permalink
Fix resolve_find_in_map when map has bool values (#112)
Browse files Browse the repository at this point in the history
* fix - find in map able to return bool values

* fix - update cloudformation_actions.py

* fix - failing tests due to update on cloudformation actions

* update version

* update CHANGELOG.md

* update CHANGELOG.md

---------

Co-authored-by: Ramon <[email protected]>
  • Loading branch information
w0rmr1d3r and w0rmr1d3r authored Jul 7, 2023
1 parent 6a8f3d1 commit c2cd85c
Show file tree
Hide file tree
Showing 7 changed files with 2,130 additions and 106 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## 0.20.3
### Fixes
- Fix resolver find_in_map for maps with bool values. [#112](https://github.com/Skyscanner/pycfmodel/pull/112)
### Updates
- Update `CLOUDFORMATION_ACTIONS`.

## 0.20.2
### Fixes
- Fix model for IAM Role which was missing `Description` and `Tags`.
Expand Down
Loading

0 comments on commit c2cd85c

Please sign in to comment.