We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78ff56 commit ac2ba72Copy full SHA for ac2ba72
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "3.1.0"
+ ".": "3.2.0"
3
}
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)
4
+
5
6
+### Features
7
8
+* add amazon waf task support ([c78ff56](https://github.com/alperensert/capmonster_python/commit/c78ff5654b7ded310e5e647e7052712d7870e5f7))
9
10
## [3.1.0](https://github.com/alperensert/capmonster_python/compare/v3.0.0...v3.1.0) (2024-04-17)
11
12
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",
13
long_description=long_description,
0 commit comments