increase 1.100.0 → 1.101.0

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: a2dc15d4dfb9e345cadfae22fcb552de2b673275a8e6e77c12771a8643996dbc
4
- data.tar.gz: a0c4bb2209c5575636459f39ae9f13a13a60b750ad284c90a5dfef2aa5464654
3
+ metadata.gz: b5674e6d9a7df0dab0eb95be860a60871e8e5389cff57b887ae888684efb5a79
4
+ data.tar.gz: fceea3bfa0c6435d909f71fe21e2125e0ed361e36e336095c5a86317df5b5f3d
5
5
  SHA512:
6
- metadata.gz: 964ec3eed3c19945bc49be7a23fdad7aab968ca14e89dfc4bd211ff3f1149198430af1f8992edd6e61567b7666e3b3ccdcebc6159ad306dab4e371853feb9a70
7
- data.tar.gz: aaa78513a64cbfa3d5c74ec196270beda12ce013fa7de654de21d63dfa45a44df5f4bd61456f460be3954d9d3608d75139d239a18b34522fe04a7f8340596d62
6
+ metadata.gz: d611cf312f5c1b74d5ba5ddfc114f7c4fbfddf9bf0731296c8d6d1860d5d321786239fe33ba4ee78c8c92f8d2ccfa5a72f132ef4cba8b6ac7ed86dea038cc410
7
+ data.tar.gz: ef239de7c67443fa6eab2d20b6c2899f1093ddf84c496737edd69ef82839ad0af05f41391ac36e9666c9033801b1931f84ec163df312ff1d08219efc6c98a4ba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.101.0 (2025-10-06)
4
+
5
+ Full Changelog: [v1.100.1...v1.101.0](https://github.com/Increase/increase-ruby/compare/v1.100.1...v1.101.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([1e0a06f](https://github.com/Increase/increase-ruby/commit/1e0a06fd18e7c6f3c8c81d2c18ab42589c5686bd))
10
+
11
+ ## 1.100.1 (2025-10-06)
12
+
13
+ Full Changelog: [v1.100.0...v1.100.1](https://github.com/Increase/increase-ruby/compare/v1.100.0...v1.100.1)
14
+
15
+ ### Bug Fixes
16
+
17
+ * **client:** handle some Dispute objects as empty rather than unknown ([c542446](https://github.com/Increase/increase-ruby/commit/c542446e2b0b7d60998f5d2fdada16ad2d889743))
18
+
3
19
  ## 1.100.0 (2025-10-03)
4
20
 
5
21
  Full Changelog: [v1.99.0...v1.100.0](https://github.com/Increase/increase-ruby/compare/v1.99.0...v1.100.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.100.0"
18
+ gem "increase", "~> 1.101.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.100.0"
4
+ VERSION = "1.101.0"
5
5
  end
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.100.0
4
+ version: 1.101.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-03 00:00:00.000000000 Z
11
+ date: 2025-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool