diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a26ebfc..8f3e0a4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "0.15.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 0cc36c4..c516d75 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e5cb2..699d9af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index ca3ceb7..29bb3d1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d ``` -composer require "increase/increase 0.14.0" +composer require "increase/increase 0.15.0" ``` diff --git a/src/IntrafiExclusions/IntrafiExclusion/Status.php b/src/IntrafiExclusions/IntrafiExclusion/Status.php index aeb33fb..24648ad 100644 --- a/src/IntrafiExclusions/IntrafiExclusion/Status.php +++ b/src/IntrafiExclusions/IntrafiExclusion/Status.php @@ -14,4 +14,6 @@ enum Status: string case COMPLETED = 'completed'; case ARCHIVED = 'archived'; + + case INELIGIBLE = 'ineligible'; } diff --git a/src/Version.php b/src/Version.php index 4977ca5..5cf90dc 100644 --- a/src/Version.php +++ b/src/Version.php @@ -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