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.321.0"
".": "1.322.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: 238
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-6e46d23ba59eb2a6d914e53e75f68231b3c5259bb792e44b9bd57b5ee7af9a7b.yml
openapi_spec_hash: 8a7faa0b93068b32ed26567fcf2c7158
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-3996eb5bc3e7f69441c9f098475ef7ae3f9d8aaeea130d75cb40510df996c032.yml
openapi_spec_hash: 569e865a0ab51d0a80eee01a2c8bbb42
config_hash: ac050010e5453883d5e5fa603554a2e0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.322.0 (2026-05-04)

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

### Features

* **api:** api update ([992ee5c](https://github.com/Increase/increase-ruby/commit/992ee5c8d7f0b8d7ffaec9d2ee22b180676a3ce5))

## 1.321.0 (2026-05-04)

Full Changelog: [v1.320.0...v1.321.0](https://github.com/Increase/increase-ruby/compare/v1.320.0...v1.321.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.321.0)
increase (1.322.0)
cgi
connection_pool
standardwebhooks
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.321.0"
gem "increase", "~> 1.322.0"
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/resources/routing_numbers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class RoutingNumbers
# You can use this API to confirm if a routing number is valid, such as when a
# user is providing you with bank account details. Since routing numbers uniquely
# identify a bank, this will always return 0 or 1 entry. In Sandbox, only a few
# [routing numbers are valid](/documentation/sandbox-routing-numbers#sandbox-routing-numbers).
# [routing numbers are valid](/documentation/sandbox-test-values#routing-numbers).
# `110000000` is an example of a Sandbox routing number.
#
# @overload list(routing_number:, cursor: nil, limit: nil, 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.321.0"
VERSION = "1.322.0"
end
2 changes: 1 addition & 1 deletion rbi/increase/resources/routing_numbers.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Increase
# You can use this API to confirm if a routing number is valid, such as when a
# user is providing you with bank account details. Since routing numbers uniquely
# identify a bank, this will always return 0 or 1 entry. In Sandbox, only a few
# [routing numbers are valid](/documentation/sandbox-routing-numbers#sandbox-routing-numbers).
# [routing numbers are valid](/documentation/sandbox-test-values#routing-numbers).
# `110000000` is an example of a Sandbox routing number.
sig do
params(
Expand Down