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 @@
{
".": "1.135.0"
".": "1.136.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: 228
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-0cbadaf8bea9237be21194a1039047af135bbcec657db6fc9d6b6697a17c2e37.yml
openapi_spec_hash: dbffc2b4874015f957526d1086861435
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-519aac324dc804424cc26e20603010104b9ada1dd7cf2fc3fe18f12ae8feabdf.yml
openapi_spec_hash: c1d8289e3421c14340d395e621c190eb
config_hash: eb2035151c7b49c2f12caf55469b8f9a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.136.0 (2025-11-07)

Full Changelog: [v1.135.0...v1.136.0](https://github.com/Increase/increase-ruby/compare/v1.135.0...v1.136.0)

### Features

* **api:** api update ([188ad55](https://github.com/Increase/increase-ruby/commit/188ad55dd47fb860041fea9bc87e7ba74efade09))

## 1.135.0 (2025-11-07)

Full Changelog: [v1.134.0...v1.135.0](https://github.com/Increase/increase-ruby/compare/v1.134.0...v1.135.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
increase (1.135.0)
increase (1.136.0)
connection_pool

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "increase", "~> 1.135.0"
gem "increase", "~> 1.136.0"
```

<!-- x-release-please-end -->
Expand Down
3 changes: 2 additions & 1 deletion lib/increase/resources/check_transfers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ def approve(check_transfer_id, params = {})
)
end

# Cancel a pending Check Transfer
# Cancel a Check Transfer with the `pending_approval` status. See
# [Transfer Approvals](/documentation/transfer-approvals) for more information.
#
# @overload cancel(check_transfer_id, request_options: {})
#
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Increase
VERSION = "1.135.0"
VERSION = "1.136.0"
end
3 changes: 2 additions & 1 deletion rbi/increase/resources/check_transfers.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ module Increase
)
end

# Cancel a pending Check Transfer
# Cancel a Check Transfer with the `pending_approval` status. See
# [Transfer Approvals](/documentation/transfer-approvals) for more information.
sig do
params(
check_transfer_id: String,
Expand Down