increase 1.17.0 → 1.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4751022fb4db283da10510001aa083e9718ff7d47f993333cac2499ad679775
4
- data.tar.gz: 42df9e670311bddcda22cf4b9a10c695586ef163ff378726af84638103847df9
3
+ metadata.gz: d9ce8c6968ac6650e147dc79699d29fa17913dab46474b3712569fa46ee688ee
4
+ data.tar.gz: 528d9daf700cbe736699be7d8b6d958f8fd20065701e6ce50834ccd93be2be1f
5
5
  SHA512:
6
- metadata.gz: c59f3526e41ca03d1f8da2a733d9964f629971aba689cccbcf753cf896737857e7d53d71985227f0e1b28e831b43b8470b67f3faf1095d9aa9c9d05fa6760f20
7
- data.tar.gz: e8b971711dc664aa6d9f4ab1147e6325fde30f92394e948ea3a649886d90f54736c71947dcc10242a42c1e4cf3037cf1050ea9ae1f29438d279edd1cf919f6ca
6
+ metadata.gz: 4bf3483312a2408771c501b37454d8b9d80f1795eda235c7d4ae810d4440e23901d6fccb195bba3735ce0d35b3e3b5439db62c34bf1decc1b6b8df987d8df77b
7
+ data.tar.gz: 45fb0a5926bfcf8de7ad7dba05de634312ebdb7f26251c8daabc3909e60afef849ccf0885cb86c4ec8572cf1e91166ebc706a542f00420875189fca01d93c4cb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.18.1 (2025-07-28)
4
+
5
+ Full Changelog: [v1.18.0...v1.18.1](https://github.com/Increase/increase-ruby/compare/v1.18.0...v1.18.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **internal:** ensure sorbet test always runs serially ([3fadad9](https://github.com/Increase/increase-ruby/commit/3fadad9784a466584e85aefa67b223010d1d2437))
10
+
11
+
12
+ ### Chores
13
+
14
+ * update contribute.md ([123999a](https://github.com/Increase/increase-ruby/commit/123999a695d9b5c4b895f6743c8657a29fc4ef5b))
15
+
16
+ ## 1.18.0 (2025-07-23)
17
+
18
+ Full Changelog: [v1.17.0...v1.18.0](https://github.com/Increase/increase-ruby/compare/v1.17.0...v1.18.0)
19
+
20
+ ### Features
21
+
22
+ * **api:** api update ([74be015](https://github.com/Increase/increase-ruby/commit/74be0150a34f7236337cfff9de194670e9f7b7d4))
23
+
3
24
  ## 1.17.0 (2025-07-22)
4
25
 
5
26
  Full Changelog: [v1.16.0...v1.17.0](https://github.com/Increase/increase-ruby/compare/v1.16.0...v1.17.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "increase", "~> 1.17.0"
18
+ gem "increase", "~> 1.18.1"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -138,7 +138,7 @@ module Increase
138
138
  )
139
139
  end
140
140
 
141
- # Request a stop payment on a Check Transfer
141
+ # Stop payment on a Check Transfer
142
142
  #
143
143
  # @overload stop_payment(check_transfer_id, reason: nil, request_options: {})
144
144
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.17.0"
4
+ VERSION = "1.18.1"
5
5
  end
@@ -120,7 +120,7 @@ module Increase
120
120
  )
121
121
  end
122
122
 
123
- # Request a stop payment on a Check Transfer
123
+ # Stop payment on a Check Transfer
124
124
  sig do
125
125
  params(
126
126
  check_transfer_id: String,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-22 00:00:00.000000000 Z
11
+ date: 2025-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool