diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 176e8d6..ac48118 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.143.0" + ".": "0.144.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b3bb6a9..e185f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.144.0](https://github.com/Increase/increase-php/compare/v0.143.0...v0.144.0) (2026-07-17) + + +### Features + +* **api:** api update ([#204](https://github.com/Increase/increase-php/issues/204)) ([69e5b0a](https://github.com/Increase/increase-php/commit/69e5b0a570da988e514f8129cb1efe12074c04a2)) + ## [0.143.0](https://github.com/Increase/increase-php/compare/v0.142.0...v0.143.0) (2026-07-16) diff --git a/README.md b/README.md index 116ea55..0f2c199 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.143.0" +composer require "increase/increase 0.144.0" ``` diff --git a/src/Version.php b/src/Version.php index 73e824d..356cf46 100644 --- a/src/Version.php +++ b/src/Version.php @@ -5,5 +5,5 @@ namespace Increase; // x-release-please-start-version -const VERSION = '0.143.0'; +const VERSION = '0.144.0'; // x-release-please-end