Skip to content

Commit

Permalink
Bump version to 1.15.1 (#254)
Browse files Browse the repository at this point in the history
* update changelog

* update changelog
  • Loading branch information
Max-Huneshagen authored Nov 21, 2023
1 parent 4c7da42 commit 8dd5c2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.15.1]
### Fixes
- Fix documentation.

## [1.15.0]
### Additions
- New rules: `PublicELBCheckerRule`, `StackNameMatchesRegexRule`, and `StorageEncryptedRule`
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, 0)
VERSION = (1, 15, 1)

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

0 comments on commit 8dd5c2c

Please sign in to comment.