diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ac6624f..5c7f5760 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.178.0" + ".": "1.179.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 30af6c77..d6295fc7 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 232 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6726a464abac2e26549c692dba99ba448d4e8c8761df6b395ad50b348aa25a26.yml -openapi_spec_hash: 275356a13559aed985c8c5c67b819d7d +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4df3552a635fafa2af8caa70f7daed96996b4263da92fb96e03cbf3c1b4931b4.yml +openapi_spec_hash: 77a141ca0b0c00f8117cea15374a734d config_hash: 27e44ed36b9c5617b580ead7231a594a diff --git a/CHANGELOG.md b/CHANGELOG.md index 5482881e..a1acb1c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.179.0 (2026-01-22) + +Full Changelog: [v1.178.0...v1.179.0](https://github.com/Increase/increase-ruby/compare/v1.178.0...v1.179.0) + +### Features + +* **api:** api update ([b34aeac](https://github.com/Increase/increase-ruby/commit/b34aeac0be84425219b9e30b15fcd3142acb1dd4)) + ## 1.178.0 (2026-01-21) Full Changelog: [v1.177.0...v1.178.0](https://github.com/Increase/increase-ruby/compare/v1.177.0...v1.178.0) diff --git a/Gemfile.lock b/Gemfile.lock index c9113e6e..8124f5e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.178.0) + increase (1.179.0) cgi connection_pool diff --git a/README.md b/README.md index 3dc9cbd4..f1b5c21a 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.178.0" +gem "increase", "~> 1.179.0" ``` diff --git a/lib/increase/resources/simulations/inbound_check_deposits.rb b/lib/increase/resources/simulations/inbound_check_deposits.rb index c22e90ab..614724a6 100644 --- a/lib/increase/resources/simulations/inbound_check_deposits.rb +++ b/lib/increase/resources/simulations/inbound_check_deposits.rb @@ -10,10 +10,10 @@ class InboundCheckDeposits # # Simulates an Inbound Check Deposit against your account. This imitates someone # depositing a check at their bank that was issued from your account. It may or - # may not be associated with a Check Transfer. Increase will evaluate the Check - # Deposit as we would in production and either create a Transaction or a Declined - # Transaction as a result. You can inspect the resulting Inbound Check Deposit - # object to see the result. + # may not be associated with a Check Transfer. Increase will evaluate the Inbound + # Check Deposit as we would in production and either create a Transaction or a + # Declined Transaction as a result. You can inspect the resulting Inbound Check + # Deposit object to see the result. # # @overload create(account_number_id:, amount:, check_number:, payee_name_analysis: nil, request_options: {}) # diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 17e9e7d4..80a3e236 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.178.0" + VERSION = "1.179.0" end diff --git a/rbi/increase/resources/simulations/inbound_check_deposits.rbi b/rbi/increase/resources/simulations/inbound_check_deposits.rbi index 5a06754d..a358a294 100644 --- a/rbi/increase/resources/simulations/inbound_check_deposits.rbi +++ b/rbi/increase/resources/simulations/inbound_check_deposits.rbi @@ -6,10 +6,10 @@ module Increase class InboundCheckDeposits # Simulates an Inbound Check Deposit against your account. This imitates someone # depositing a check at their bank that was issued from your account. It may or - # may not be associated with a Check Transfer. Increase will evaluate the Check - # Deposit as we would in production and either create a Transaction or a Declined - # Transaction as a result. You can inspect the resulting Inbound Check Deposit - # object to see the result. + # may not be associated with a Check Transfer. Increase will evaluate the Inbound + # Check Deposit as we would in production and either create a Transaction or a + # Declined Transaction as a result. You can inspect the resulting Inbound Check + # Deposit object to see the result. sig do params( account_number_id: String,