diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 33d070bf..0572f151 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.540.0" + ".": "0.541.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ca1e66..01766cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.541.0](https://github.com/Increase/increase-python/compare/v0.540.0...v0.541.0) (2026-08-27) + + +### Features + +* **api:** api update ([#1533](https://github.com/Increase/increase-python/issues/1533)) ([806e5fa](https://github.com/Increase/increase-python/commit/806e5fa8076c1dc6adc7a0fa622320492770a9c7)) +* **api:** api update ([#1539](https://github.com/Increase/increase-python/issues/1539)) ([925c608](https://github.com/Increase/increase-python/commit/925c60887df883565b1bba041514f659ad4f2244)) + ## [0.540.0](https://github.com/Increase/increase-python/compare/v0.539.0...v0.540.0) (2026-08-20) diff --git a/pyproject.toml b/pyproject.toml index 65f7958a..8757d067 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.540.0" +version = "0.541.0" description = "The official Python library for the increase API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/increase/_version.py b/src/increase/_version.py index 46036e40..88b285c2 100644 --- a/src/increase/_version.py +++ b/src/increase/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "increase" -__version__ = "0.540.0" # x-release-please-version +__version__ = "0.541.0" # x-release-please-version