Skip to content

Commit b5a5ad0

Browse files
release: 0.138.0 (#173)
Co-authored-by: increase-releases[bot] <285999079+increase-releases[bot]@users.noreply.github.com>
1 parent d0a9882 commit b5a5ad0

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.137.0"
2+
".": "0.138.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.138.0](https://github.com/Increase/increase-php/compare/v0.137.0...v0.138.0) (2026-06-29)
4+
5+
6+
### Features
7+
8+
* **api:** add pending_reviewing check transfer status ([d0a9882](https://github.com/Increase/increase-php/commit/d0a98824737fe2c57541710e89f0af7bda262a41))
9+
310
## [0.137.0](https://github.com/Increase/increase-php/compare/v0.136.0...v0.137.0) (2026-06-25)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d
1111
<!-- x-release-please-start-version -->
1212

1313
```
14-
composer require "increase/increase 0.137.0"
14+
composer require "increase/increase 0.138.0"
1515
```
1616

1717
<!-- x-release-please-end -->

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
namespace Increase;
66

77
// x-release-please-start-version
8-
const VERSION = '0.137.0';
8+
const VERSION = '0.138.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)