diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 123a549..e205138 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 1e25e42..f90aae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.147.0](https://github.com/Increase/increase-php/compare/v0.146.0...v0.147.0) (2026-08-24) + + +### Features + +* **api:** api update ([#254](https://github.com/Increase/increase-php/issues/254)) ([656401d](https://github.com/Increase/increase-php/commit/656401d33d5dbd3b71a27a26dc6064c21261d4b9)) + ## [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 4958d1f..75950d3 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 8b3bc3a..d903cb2 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