diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d20436..12ef0bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5a1f3..2fc7294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.1.0](https://github.com/alperensert/capmonster_python/compare/v4.0.0...v4.1.0) (2026-02-25) + + +### Features + +* add context manager, solve() convenience, configurable polling, multi-Python CI ([5399fbb](https://github.com/alperensert/capmonster_python/commit/5399fbb5fcd34489d00b441555426825a0a95ce2)) +* add FunCaptcha, Amazon WAF, reCAPTCHA v3 Enterprise, and Cloudflare Waiting Room ([b939c7b](https://github.com/alperensert/capmonster_python/commit/b939c7bfa0b8e32a7f71ae89ad53f2fae257773f)) +* add MTCaptcha, Yidun, Altcha, Castle, and TSPD task types ([221aa0e](https://github.com/alperensert/capmonster_python/commit/221aa0e9912b943b8daa99774259be4458eefd03)) + + +### Bug Fixes + +* **ci:** specify release-please config and manifest paths ([5fb508a](https://github.com/alperensert/capmonster_python/commit/5fb508af7a2cfa938dcc819a357a40a22e9fe3b0)) +* resolve test function shadowing, remove dead code, and cleanup ([4fcf311](https://github.com/alperensert/capmonster_python/commit/4fcf3119eb9b3deb85b852d8ac8fc589e9574fa2)) + ## [4.0.0](https://github.com/alperensert/capmonster_python/compare/v3.2.0...v4.0.0) (2025-04-30) diff --git a/pyproject.toml b/pyproject.toml index edb099c..f8bd691 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "capmonster_python" -version = "4.0.0" +version = "4.1.0" description = "capmonster.cloud library/package for Python" readme = "README.md" requires-python = ">=3.9"