Skip to content

Commit 14f22ed

Browse files
release: 0.93.0
1 parent 8031c3c commit 14f22ed

4 files changed

Lines changed: 16 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.92.0"
2+
".": "0.93.0"
33
}

CHANGELOG.md

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

3+
## 0.93.0 (2026-03-31)
4+
5+
Full Changelog: [v0.92.0...v0.93.0](https://github.com/Increase/increase-php/compare/v0.92.0...v0.93.0)
6+
7+
### Features
8+
9+
* **api:** api update ([837229e](https://github.com/Increase/increase-php/commit/837229e3738ce1d6bc0c7bf75598230ccedeeafd))
10+
11+
12+
### Chores
13+
14+
* **tests:** bump steady to v0.20.1 ([f51dd04](https://github.com/Increase/increase-php/commit/f51dd04238677a192ea670381cd0e7d58a347020))
15+
316
## 0.92.0 (2026-03-30)
417

518
Full Changelog: [v0.91.0...v0.92.0](https://github.com/Increase/increase-php/compare/v0.91.0...v0.92.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.92.0"
14+
composer require "increase/increase 0.93.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.92.0';
8+
const VERSION = '0.93.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)