diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 509b8281..1a888be2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.321.0" + ".": "1.322.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index ad221266..ab8589d5 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfd4456..1b77f380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index 9254dbe5..73456cd2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.321.0) + increase (1.322.0) cgi connection_pool standardwebhooks diff --git a/README.md b/README.md index 5906f10b..380f64f9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "increase", "~> 1.321.0" +gem "increase", "~> 1.322.0" ``` diff --git a/lib/increase/resources/routing_numbers.rb b/lib/increase/resources/routing_numbers.rb index 989e403b..91d5c5a2 100644 --- a/lib/increase/resources/routing_numbers.rb +++ b/lib/increase/resources/routing_numbers.rb @@ -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: {}) diff --git a/lib/increase/version.rb b/lib/increase/version.rb index c9039be7..e906c739 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.321.0" + VERSION = "1.322.0" end diff --git a/rbi/increase/resources/routing_numbers.rbi b/rbi/increase/resources/routing_numbers.rbi index 17a9bfd7..31ac478c 100644 --- a/rbi/increase/resources/routing_numbers.rbi +++ b/rbi/increase/resources/routing_numbers.rbi @@ -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(