diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ac48118..bd6b95e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.144.0" + ".": "0.144.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e185f7f..44f7c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.144.1](https://github.com/Increase/increase-php/compare/v0.144.0...v0.144.1) (2026-07-20) + + +### Chores + +* **api:** sync generated spec metadata ([d9d43e2](https://github.com/Increase/increase-php/commit/d9d43e2f6f14f0e1a9f930fa389f21ef2164d1cf)) + ## [0.144.0](https://github.com/Increase/increase-php/compare/v0.143.0...v0.144.0) (2026-07-17) diff --git a/README.md b/README.md index 0f2c199..9cc527b 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.144.0" +composer require "increase/increase 0.144.1" ``` diff --git a/src/Version.php b/src/Version.php index 356cf46..76a7557 100644 --- a/src/Version.php +++ b/src/Version.php @@ -5,5 +5,5 @@ namespace Increase; // x-release-please-start-version -const VERSION = '0.144.0'; +const VERSION = '0.144.1'; // x-release-please-end