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.58.0"
".": "0.59.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: 234
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-561b73fd99114001dc2e93ee7371e33969398e7bc5b7e78dd1b3e8eea8e254ff.yml
openapi_spec_hash: 3b0ba693d170e8b422ba9255cdc96853
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-946ad9479adebd282fe6122c780bc4d062ff9ce0e8794c74bd1ec4aa330aab04.yml
openapi_spec_hash: eb1f88706f7c87c9f72903c7a7c96026
config_hash: 890ca5fa6b8209d4eaac90550c7dc62c
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.59.0 (2026-03-06)

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

### Features

* **api:** api update ([624fffe](https://github.com/Increase/increase-php/commit/624fffed470d199c69e093ad78e33da38e87fdeb))

## 0.58.0 (2026-03-05)

Full Changelog: [v0.57.0...v0.58.0](https://github.com/Increase/increase-php/compare/v0.57.0...v0.58.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.58.0"
composer require "increase/increase 0.59.0"
```

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