Skip to content

Commit 91969d1

Browse files
release: 0.23.0
1 parent bcc99bb commit 91969d1

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.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.22.0"
2+
".": "0.23.0"
33
}

CHANGELOG.md

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

3+
## 0.23.0 (2026-02-04)
4+
5+
Full Changelog: [v0.22.0...v0.23.0](https://github.com/Increase/increase-php/compare/v0.22.0...v0.23.0)
6+
7+
### Features
8+
9+
* **api:** api update ([83b9ff4](https://github.com/Increase/increase-php/commit/83b9ff46051fb0fde3281556426319e8b3a09b31))
10+
311
## 0.22.0 (2026-02-03)
412

513
Full Changelog: [v0.21.0...v0.22.0](https://github.com/Increase/increase-php/compare/v0.21.0...v0.22.0)

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.22.0"
14+
composer require "increase/increase 0.23.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.22.0';
8+
const VERSION = '0.23.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)