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.42.0"
".": "1.43.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: 215
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ce8ac7ef645ad6089e9730ae2b44492a6a958a2abcc8bb50130c5ebd7ba1a390.yml
openapi_spec_hash: 90a27266ac1eeab3464f6825d8fd8650
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-3db2c20491e1218b324938f048e489f800270f608505ac2293f66d1691294f4f.yml
openapi_spec_hash: d821b4d13c8fc8257b34a544515e91f7
config_hash: 0b0a2503208283b283fc5bc6df6a07a5
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.43.0 (2025-08-20)

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

### Features

* **api:** api update ([833acde](https://github.com/Increase/increase-ruby/commit/833acdeac127dc43d05dfe725fd2e2d5e7b52d6f))

## 1.42.0 (2025-08-20)

Full Changelog: [v1.41.0...v1.42.0](https://github.com/Increase/increase-ruby/compare/v1.41.0...v1.42.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.42.0)
increase (1.43.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.42.0"
gem "increase", "~> 1.43.0"
```

<!-- x-release-please-end -->
Expand Down
4 changes: 2 additions & 2 deletions lib/increase/resources/real_time_payments_transfers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def list(params = {})
)
end

# Approves an Real-Time Payments Transfer in a pending_approval state.
# Approves a Real-Time Payments Transfer in a pending_approval state.
#
# @overload approve(real_time_payments_transfer_id, request_options: {})
#
Expand All @@ -126,7 +126,7 @@ def approve(real_time_payments_transfer_id, params = {})
)
end

# Cancels an Real-Time Payments Transfer in a pending_approval state.
# Cancels a Real-Time Payments Transfer in a pending_approval state.
#
# @overload cancel(real_time_payments_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.42.0"
VERSION = "1.43.0"
end
4 changes: 2 additions & 2 deletions rbi/increase/resources/real_time_payments_transfers.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ module Increase
)
end

# Approves an Real-Time Payments Transfer in a pending_approval state.
# Approves a Real-Time Payments Transfer in a pending_approval state.
sig do
params(
real_time_payments_transfer_id: String,
Expand All @@ -118,7 +118,7 @@ module Increase
)
end

# Cancels an Real-Time Payments Transfer in a pending_approval state.
# Cancels a Real-Time Payments Transfer in a pending_approval state.
sig do
params(
real_time_payments_transfer_id: String,
Expand Down