From f7858122c6f6120b23b26499c2620670d1f8b34d Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 24 Jul 2023 11:53:20 +0000 Subject: [PATCH] 0.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ aws_network_firewall/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd8405..9dc4882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.3.0 (2023-07-24) + +### Feature + +* Support rule types ([#3](https://github.com/binxio/aws-network-firewall/issues/3)) ([`af013d5`](https://github.com/binxio/aws-network-firewall/commit/af013d5e70511c8e4fc8bcbff78260e8e35d42b5)) + ## v0.2.0 (2023-07-24) ### Feature diff --git a/aws_network_firewall/__init__.py b/aws_network_firewall/__init__.py index d3ec452..493f741 100644 --- a/aws_network_firewall/__init__.py +++ b/aws_network_firewall/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index 29abd53..087e3bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws-network-firewall" -version = "0.2.0" +version = "0.3.0" description = "" authors = ["Joris Conijn "] license = "MIT"