From eba7d418c9425feeaa943a20801e7b5ee4968c86 Mon Sep 17 00:00:00 2001 From: "increase-releases[bot]" <285999079+increase-releases[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 15:05:49 +0000 Subject: [PATCH] release: 0.147.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- src/Version.php | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 123a5490..e205138b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.146.0" + ".": "0.147.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e25e425..0c1c3992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.147.0](https://github.com/Increase/increase-php/compare/v0.146.0...v0.147.0) (2026-08-27) + + +### Features + +* **api:** api update ([#254](https://github.com/Increase/increase-php/issues/254)) ([656401d](https://github.com/Increase/increase-php/commit/656401d33d5dbd3b71a27a26dc6064c21261d4b9)) +* **api:** api update ([#260](https://github.com/Increase/increase-php/issues/260)) ([7816b4d](https://github.com/Increase/increase-php/commit/7816b4d71b7e42bb3e9dd9f5cd24148806fcb17b)) + ## [0.146.0](https://github.com/Increase/increase-php/compare/v0.145.0...v0.146.0) (2026-08-20) diff --git a/README.md b/README.md index 4958d1f6..75950d3f 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.146.0" +composer require "increase/increase 0.147.0" ``` diff --git a/src/Version.php b/src/Version.php index 8b3bc3a8..d903cb25 100644 --- a/src/Version.php +++ b/src/Version.php @@ -5,5 +5,5 @@ namespace Increase; // x-release-please-start-version -const VERSION = '0.146.0'; +const VERSION = '0.147.0'; // x-release-please-end