diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ab58c19..9ad4bf8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.141.0" + ".": "0.142.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ab0a46..6e296cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.142.0](https://github.com/Increase/increase-php/compare/v0.141.0...v0.142.0) (2026-07-16) + + +### Features + +* **api:** api update ([#199](https://github.com/Increase/increase-php/issues/199)) ([d6980b3](https://github.com/Increase/increase-php/commit/d6980b3c728fa025b08e84aadf81e6ab3547ed1f)) + ## [0.141.0](https://github.com/Increase/increase-php/compare/v0.140.0...v0.141.0) (2026-07-15) diff --git a/README.md b/README.md index 8c933a2..26caf3d 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.141.0" +composer require "increase/increase 0.142.0" ``` diff --git a/src/Version.php b/src/Version.php index 2ddcbe4..d84a511 100644 --- a/src/Version.php +++ b/src/Version.php @@ -5,5 +5,5 @@ namespace Increase; // x-release-please-start-version -const VERSION = '0.141.0'; +const VERSION = '0.142.0'; // x-release-please-end