diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d5b916..53c8c17 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.112.0" + ".": "1.113.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6587d61..ace056a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.113.0](https://github.com/dodopayments/dodopayments-python/compare/v1.112.0...v1.113.0) (2026-08-17) + + +### Features + +* **api:** add brand archive endpoint ([2fac458](https://github.com/dodopayments/dodopayments-python/commit/2fac458f51a0ba6577c0579e8266bb56aa9dc0ed)) +* **api:** add brand archive endpoint ([66844d4](https://github.com/dodopayments/dodopayments-python/commit/66844d41103d5989d34671c0821f877655d8b037)) + ## [1.112.0](https://github.com/dodopayments/dodopayments-python/compare/v1.111.0...v1.112.0) (2026-08-13) diff --git a/pyproject.toml b/pyproject.toml index dea5086..d7f2ed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dodopayments" -version = "1.112.0" +version = "1.113.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 352b4d0..b603fd9 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.112.0" # x-release-please-version +__version__ = "1.113.0" # x-release-please-version