Additions - New rules: `PublicELBCheckerRule`, `StackNameMatchesRegexRule`, and `StorageEncryptedRule` - New regex: `REGEX_ALPHANUMERICAL_OR_HYPHEN` to check if stack name only consists of alphanumerical characters and hyphens. - Config has a few extra methods that should make handling Filters easier
1.14.0
Additions - `Config` includes a metrics logger, and it is called to register when a filter is used Fixes - Update dependency constraints with `pydash`, to be able to support newer versions and fix security issues - Fix typo in base_rule actions [237](https://github.com/Skyscanner/cfripper/pull/237) - (internal) Updating PyPi release workflow
1.13.2
Not secure
Fixes - Fixes docs formatting with [235](https://github.com/Skyscanner/cfripper/pull/235)
1.13.1
Not secure
Fixes - Fixes `GenericResourcePartialWildcardPrincipalRule` and `GenericCrossAccountTrustRule` message, since sometimes it was bad-formatted in markdown.