diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7da24d1..ab58c19 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.140.0" + ".": "0.141.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e69f7..3ab0a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.141.0](https://github.com/Increase/increase-php/compare/v0.140.0...v0.141.0) (2026-07-15) + + +### Features + +* **api:** api update ([#197](https://github.com/Increase/increase-php/issues/197)) ([f5c4bf8](https://github.com/Increase/increase-php/commit/f5c4bf865ad8f52ed50bc233bdaa79cb07746600)) + ## [0.140.0](https://github.com/Increase/increase-php/compare/v0.139.0...v0.140.0) (2026-07-13) diff --git a/README.md b/README.md index 466d68f..8c933a2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d ``` -composer require "increase/increase 0.140.0" +composer require "increase/increase 0.141.0" ``` diff --git a/src/Version.php b/src/Version.php index 3cf07af..2ddcbe4 100644 --- a/src/Version.php +++ b/src/Version.php @@ -5,5 +5,5 @@ namespace Increase; // x-release-please-start-version -const VERSION = '0.140.0'; +const VERSION = '0.141.0'; // x-release-please-end