Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.14.0"
".": "0.15.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 232
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-cfc57f9c5bccf2918dfb5fc56fb6b6fd1eadd851f037b6873ba4e2442d5c8126.yml
openapi_spec_hash: 7e54b69798d6a1487474ed229a83c6fc
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-8152ea97ddd6f87a1bc6102d458a3fd3711ca468f6a62cd3be0f6e464376b3e6.yml
openapi_spec_hash: 03c6b4e530600d03fab9344887dc4639
config_hash: 27e44ed36b9c5617b580ead7231a594a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.15.0 (2026-01-30)

Full Changelog: [v0.14.0...v0.15.0](https://github.com/Increase/increase-php/compare/v0.14.0...v0.15.0)

### Features

* **api:** api update ([3697c33](https://github.com/Increase/increase-php/commit/3697c333a88368db78922b9b4e580fd597f1396a))

## 0.14.0 (2026-01-30)

Full Changelog: [v0.13.0...v0.14.0](https://github.com/Increase/increase-php/compare/v0.13.0...v0.14.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d
<!-- x-release-please-start-version -->

```
composer require "increase/increase 0.14.0"
composer require "increase/increase 0.15.0"
```

<!-- x-release-please-end -->
Expand Down
2 changes: 2 additions & 0 deletions src/IntrafiExclusions/IntrafiExclusion/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ enum Status: string
case COMPLETED = 'completed';

case ARCHIVED = 'archived';

case INELIGIBLE = 'ineligible';
}
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
namespace Increase;

// x-release-please-start-version
const VERSION = '0.14.0';
const VERSION = '0.15.0';
// x-release-please-end