Skip to content

Commit ac2ba72

Browse files
chore(master): release 3.2.0 (#68)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c78ff56 commit ac2ba72

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.0"
2+
".": "3.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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+
310
## [3.1.0](https://github.com/alperensert/capmonster_python/compare/v3.0.0...v3.1.0) (2024-04-17)
411

512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="capmonster_python",
10-
version="3.1.0",
10+
version="3.2.0",
1111
packages=["capmonster_python"],
1212
url="https://github.com/alperensert/capmonster_python",
1313
long_description=long_description,

0 commit comments

Comments
 (0)