Skip to content

Commit fd4574d

Browse files
release: 0.73.0
1 parent cb17c65 commit fd4574d

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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.72.0"
2+
".": "0.73.0"
33
}

CHANGELOG.md

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

3+
## 0.73.0 (2026-03-13)
4+
5+
Full Changelog: [v0.72.0...v0.73.0](https://github.com/Increase/increase-php/compare/v0.72.0...v0.73.0)
6+
7+
### Features
8+
9+
* **api:** api update ([cb17c65](https://github.com/Increase/increase-php/commit/cb17c65c034b0a6c9ca6b7a2cc611a5f8453a8ae))
10+
* **api:** api update ([754c043](https://github.com/Increase/increase-php/commit/754c0436ae7ba275a96b983f95205ec7dc860ddb))
11+
* **api:** api update ([06e4e5e](https://github.com/Increase/increase-php/commit/06e4e5eb17924467b2ddb7cec0d83bdd72532e1c))
12+
* **api:** api update ([7ce0250](https://github.com/Increase/increase-php/commit/7ce0250766c12e3e92b7eeea5b9af5ce7ceba97c))
13+
* **api:** api update ([e7b2c07](https://github.com/Increase/increase-php/commit/e7b2c0775666ca11dac451b6c02b64ed1d8ea894))
14+
* **api:** api update ([1ac39b1](https://github.com/Increase/increase-php/commit/1ac39b13cd569663bb6b5080e28e6909feb7b25e))
15+
* **api:** api update ([8df94df](https://github.com/Increase/increase-php/commit/8df94df1ca21433ee89025adf87dfe7141fd8a27))
16+
* **api:** api update ([8018be4](https://github.com/Increase/increase-php/commit/8018be459f52590b74252cb2a87966f8e46f15a2))
17+
* **api:** api update ([73b4b69](https://github.com/Increase/increase-php/commit/73b4b69f45058454687a962d3c46f61691c1bd07))
18+
* **api:** api update ([ba1708a](https://github.com/Increase/increase-php/commit/ba1708a908d7e0e74f5f702d89e49f7e5070f7d1))
19+
320
## 0.72.0 (2026-03-12)
421

522
Full Changelog: [v0.71.0...v0.72.0](https://github.com/Increase/increase-php/compare/v0.71.0...v0.72.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.72.0"
14+
composer require "increase/increase 0.73.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.72.0';
8+
const VERSION = '0.73.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)