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.19.0"
".": "0.20.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-c18d1cc6647fe78b98198587dc0a75915f8969e685e51293c850f31a99155b0c.yml
openapi_spec_hash: dda07d9d09014cc8f613dfa79f2d5833
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a4372a99448790d2873ec14d7e280c9cd745b2b910d7f4e4eb73fc278a4d6f2e.yml
openapi_spec_hash: 157ad870f28ecf52ef31b087e3f86ec1
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.20.0 (2026-02-03)

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

### Features

* **api:** api update ([ca258a5](https://github.com/Increase/increase-php/commit/ca258a5fe6445298d6250dcad7a912e9eee055b0))

## 0.19.0 (2026-02-03)

Full Changelog: [v0.18.0...v0.19.0](https://github.com/Increase/increase-php/compare/v0.18.0...v0.19.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.19.0"
composer require "increase/increase 0.20.0"
```

<!-- x-release-please-end -->
Expand Down
Loading