Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 26, 2023
1 parent 6242cf4 commit 9c862f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.4.1 (2023-07-26)

### Fix

* Missing egress rules ([#5](https://github.com/binxio/aws-network-firewall/issues/5)) ([`6242cf4`](https://github.com/binxio/aws-network-firewall/commit/6242cf4988f007d29491c4295ded76c92b01c419))

## v0.4.0 (2023-07-26)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion aws_network_firewall/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-network-firewall"
version = "0.4.0"
version = "0.4.1"
description = ""
authors = ["Joris Conijn <Joris.Conijn@xebia.com>"]
license = "MIT"
Expand Down

0 comments on commit 9c862f3

Please sign in to comment.