From 36ec758ea9b3774fb8aa59a918be58cbb2742608 Mon Sep 17 00:00:00 2001 From: "increase-releases[bot]" <285999079+increase-releases[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 17:07:11 +0000 Subject: [PATCH] release: 0.139.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 1aec227..b84fc16 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.138.0" + ".": "0.139.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e66ef81..ca31ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.139.0](https://github.com/Increase/increase-php/compare/v0.138.0...v0.139.0) (2026-07-02) + + +### Features + +* **api:** api update ([#179](https://github.com/Increase/increase-php/issues/179)) ([002737c](https://github.com/Increase/increase-php/commit/002737c020234ff73ed190bc1abc1dd2a5fad49c)) + ## [0.138.0](https://github.com/Increase/increase-php/compare/v0.137.0...v0.138.0) (2026-06-29) diff --git a/README.md b/README.md index 5874b60..8fe0618 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.138.0" +composer require "increase/increase 0.139.0" ``` diff --git a/src/Version.php b/src/Version.php index 935196a..4161167 100644 --- a/src/Version.php +++ b/src/Version.php @@ -5,5 +5,5 @@ namespace Increase; // x-release-please-start-version -const VERSION = '0.138.0'; +const VERSION = '0.139.0'; // x-release-please-end