Skip to content

Commit 3ae2d84

Browse files
release: 0.17.0
1 parent 79eae79 commit 3ae2d84

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.16.0"
2+
".": "0.17.0"
33
}

CHANGELOG.md

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

3+
## 0.17.0 (2026-02-02)
4+
5+
Full Changelog: [v0.16.0...v0.17.0](https://github.com/Increase/increase-php/compare/v0.16.0...v0.17.0)
6+
7+
### Features
8+
9+
* **api:** api update ([ba4d459](https://github.com/Increase/increase-php/commit/ba4d459cd4eb63959d51b7a9884ccd9bd1d4fe80))
10+
* **api:** api update ([7849715](https://github.com/Increase/increase-php/commit/784971597b134e7435b77212b41a9c4fee57f596))
11+
* **api:** api update ([4a9d677](https://github.com/Increase/increase-php/commit/4a9d67754fef78e9124fe6f08e169db8377431d2))
12+
13+
14+
### Chores
15+
16+
* **internal:** php cs fixer should not be memory limited ([3943f32](https://github.com/Increase/increase-php/commit/3943f32095eb547c381ad43c8229333eba077031))
17+
318
## 0.16.0 (2026-01-31)
419

520
Full Changelog: [v0.15.1...v0.16.0](https://github.com/Increase/increase-php/compare/v0.15.1...v0.16.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.16.0"
14+
composer require "increase/increase 0.17.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.16.0';
8+
const VERSION = '0.17.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)