From 188ad55dd47fb860041fea9bc87e7ba74efade09 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:38:55 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- lib/increase/resources/check_transfers.rb | 3 ++- rbi/increase/resources/check_transfers.rbi | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index 4b31e982..ccc315b6 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/lib/increase/resources/check_transfers.rb b/lib/increase/resources/check_transfers.rb index aa091b63..ce097f7e 100644 --- a/lib/increase/resources/check_transfers.rb +++ b/lib/increase/resources/check_transfers.rb @@ -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: {}) # diff --git a/rbi/increase/resources/check_transfers.rbi b/rbi/increase/resources/check_transfers.rbi index 6e460fe3..54458754 100644 --- a/rbi/increase/resources/check_transfers.rbi +++ b/rbi/increase/resources/check_transfers.rbi @@ -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, From b9a71e011c9b8229556bcbd9e700410102f71879 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:39:19 +0000 Subject: [PATCH 2/2] release: 1.136.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- README.md | 2 +- lib/increase/version.rb | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d77fc09..13f29dbc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.135.0" + ".": "1.136.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9960cab7..51c8d20f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index 6438769f..375901e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.135.0) + increase (1.136.0) connection_pool GEM diff --git a/README.md b/README.md index 023d6f3f..943c9987 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.135.0" +gem "increase", "~> 1.136.0" ``` diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 1edf8a2c..62eeebaf 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.135.0" + VERSION = "1.136.0" end