Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vboufleur committed Jan 31, 2025
1 parent 3e2ef19 commit 972e6ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Released

## 4.6.1
### Fixed
- Fix "code not found" error on WAF WCU Quota check
- WAFConfig:
- Add prop OptimizeUnassociatedWebACL
- Fixes CDK rejecting the deployment if the CustomResponseBodies props first char is uppercased

## 4.6.0
### Added
- Automated IP Set Management: The AutoUpdatedManagedIpSet feature now supports automated management of IP sets through AWS Firewall Factory.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-firewall-factory",
"version": "4.6.0",
"version": "4.6.1",
"bin": {
"firewallfactory": "bin/aws-firewall-factory.js"
},
Expand Down

0 comments on commit 972e6ec

Please sign in to comment.