diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 81e1640..0b922d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.0" + ".": "3.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa3b65..9c0dc58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/alperensert/capmonster_python/compare/v3.1.0...v3.2.0) (2024-04-27) + + +### Features + +* add amazon waf task support ([c78ff56](https://github.com/alperensert/capmonster_python/commit/c78ff5654b7ded310e5e647e7052712d7870e5f7)) + ## [3.1.0](https://github.com/alperensert/capmonster_python/compare/v3.0.0...v3.1.0) (2024-04-17) diff --git a/setup.py b/setup.py index af4cca3..000db77 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="capmonster_python", - version="3.1.0", + version="3.2.0", packages=["capmonster_python"], url="https://github.com/alperensert/capmonster_python", long_description=long_description,