From cbba63634ab9001df3a705feba6e98c7c1f35433 Mon Sep 17 00:00:00 2001 From: "increase-releases[bot]" <285999079+increase-releases[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:35:29 +0000 Subject: [PATCH] release: 0.143.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- src/Version.php | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9ad4bf8..176e8d6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.142.0" + ".": "0.143.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e296cc..b3bb6a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.143.0](https://github.com/Increase/increase-php/compare/v0.142.0...v0.143.0) (2026-07-16) + + +### Features + +* **api:** api update ([#201](https://github.com/Increase/increase-php/issues/201)) ([f81b95a](https://github.com/Increase/increase-php/commit/f81b95acf67419fe727b6c85b76e9a0bfdf812ad)) + ## [0.142.0](https://github.com/Increase/increase-php/compare/v0.141.0...v0.142.0) (2026-07-16) diff --git a/README.md b/README.md index 26caf3d..116ea55 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.142.0" +composer require "increase/increase 0.143.0" ``` diff --git a/src/Version.php b/src/Version.php index d84a511..73e824d 100644 --- a/src/Version.php +++ b/src/Version.php @@ -5,5 +5,5 @@ namespace Increase; // x-release-please-start-version -const VERSION = '0.142.0'; +const VERSION = '0.143.0'; // x-release-please-end