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.117.0"
".": "1.118.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: 228
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4ecdf6d7ab918ac6bedd10130962aa92a2b10e59ca7a98849bcbb72878bffc92.yml
openapi_spec_hash: cefa36c80b576364e72406d7da8c4610
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4aa2f4a453e4fc5f0876f09919d76289bc530dcdd693e6d69db07980803aab6d.yml
openapi_spec_hash: 32bfd518611484cb0777810dd934f1fa
config_hash: eb2035151c7b49c2f12caf55469b8f9a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.118.0 (2025-10-28)

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

### Features

* **api:** api update ([97ce486](https://github.com/Increase/increase-ruby/commit/97ce486e58ed82b1066de55fd0fa9668bbe3bd55))

## 1.117.0 (2025-10-27)

Full Changelog: [v1.116.0...v1.117.0](https://github.com/Increase/increase-ruby/compare/v1.116.0...v1.117.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.117.0)
increase (1.118.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.117.0"
gem "increase", "~> 1.118.0"
```

<!-- x-release-please-end -->
Expand Down
1,657 changes: 1,420 additions & 237 deletions lib/increase/models/card_payment.rb

Large diffs are not rendered by default.

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.117.0"
VERSION = "1.118.0"
end
Loading