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.19.0"
".": "1.20.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: 202
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-976ae14d2349a3599f9bd33dba52b3c12c265493a8af9e581c71b2e819b8de04.yml
openapi_spec_hash: d8a9fef4dfe082acdf834ac0339e800c
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5fa3dfeb071930598ed9243dd96db808cf54d4a455c99b1acceadc3335f1a387.yml
openapi_spec_hash: 18dfa4d31cd512dcd83b646e40fb2c86
config_hash: a185e9a72778cc4658ea73fb3a7f1354
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.20.0 (2025-07-29)

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

### Features

* **api:** api update ([a305243](https://github.com/Increase/increase-ruby/commit/a305243b97483889ea225182d92bb9ecd6c6f2e0))
* **api:** api update ([d7208d2](https://github.com/Increase/increase-ruby/commit/d7208d2033e0cab1197b430876302fc132688459))

## 1.19.0 (2025-07-29)

Full Changelog: [v1.18.1...v1.19.0](https://github.com/Increase/increase-ruby/compare/v1.18.1...v1.19.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.19.0)
increase (1.20.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.19.0"
gem "increase", "~> 1.20.0"
```

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

Large diffs are not rendered by default.

366 changes: 365 additions & 1 deletion lib/increase/models/declined_transaction.rb

Large diffs are not rendered by default.

376 changes: 375 additions & 1 deletion lib/increase/models/pending_transaction.rb

Large diffs are not rendered by default.

357 changes: 356 additions & 1 deletion lib/increase/models/real_time_decision.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.19.0"
VERSION = "1.20.0"
end
Loading