diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 94f4a02..9b56790 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.114.0" + ".": "1.115.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eec1ab..702f236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.115.0](https://github.com/dodopayments/dodopayments-python/compare/v1.114.0...v1.115.0) (2026-09-01) + + +### Features + +* **api:** add customer blocklist and manual payment retry ([7558374](https://github.com/dodopayments/dodopayments-python/commit/7558374d08b34906be09fdd20c11fb25981d3ab8)) +* **api:** add customer blocklist and manual payment retry ([5f4f947](https://github.com/dodopayments/dodopayments-python/commit/5f4f94727d4ef49573fac0c7e6ce173da9c54a37)) + ## [1.114.0](https://github.com/dodopayments/dodopayments-python/compare/v1.113.0...v1.114.0) (2026-08-24) diff --git a/pyproject.toml b/pyproject.toml index 5aee53f..6731e70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dodopayments" -version = "1.114.0" +version = "1.115.0" description = "The official Python library for the Dodo Payments API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/dodopayments/_version.py b/src/dodopayments/_version.py index 39e6cfe..afd272d 100644 --- a/src/dodopayments/_version.py +++ b/src/dodopayments/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "dodopayments" -__version__ = "1.114.0" # x-release-please-version +__version__ = "1.115.0" # x-release-please-version