increase 1.337.0 → 1.339.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.
Files changed (103) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -2
  3. data/lib/increase/models/account_create_params.rb +4 -3
  4. data/lib/increase/models/ach_transfer.rb +19 -18
  5. data/lib/increase/models/ach_transfer_create_params.rb +48 -36
  6. data/lib/increase/models/ach_transfer_list_params.rb +1 -1
  7. data/lib/increase/models/beneficial_owner_create_params.rb +2 -1
  8. data/lib/increase/models/beneficial_owner_update_params.rb +2 -1
  9. data/lib/increase/models/card_push_transfer.rb +3 -3
  10. data/lib/increase/models/card_push_transfer_list_params.rb +3 -3
  11. data/lib/increase/models/check_transfer.rb +5 -2
  12. data/lib/increase/models/entity_create_params.rb +16 -8
  13. data/lib/increase/models/entity_update_params.rb +2 -1
  14. data/lib/increase/models/fednow_transfer.rb +3 -3
  15. data/lib/increase/models/fednow_transfer_list_params.rb +3 -3
  16. data/lib/increase/models/inbound_fednow_transfer.rb +11 -1
  17. data/lib/increase/models/inbound_mail_item.rb +3 -1
  18. data/lib/increase/models/inbound_real_time_payments_transfer.rb +1 -1
  19. data/lib/increase/models/lockbox_address.rb +5 -1
  20. data/lib/increase/models/lockbox_recipient_create_params.rb +3 -2
  21. data/lib/increase/models/pending_transaction.rb +5 -2
  22. data/lib/increase/models/pending_transaction_list_params.rb +1 -1
  23. data/lib/increase/models/physical_card.rb +5 -2
  24. data/lib/increase/models/real_time_payments_transfer.rb +3 -3
  25. data/lib/increase/models/real_time_payments_transfer_list_params.rb +3 -3
  26. data/lib/increase/models/simulations/inbound_ach_transfer_create_params.rb +3 -2
  27. data/lib/increase/models/simulations/inbound_mail_item_create_params.rb +6 -4
  28. data/lib/increase/models/simulations/physical_card_create_params.rb +5 -2
  29. data/lib/increase/models/swift_transfer.rb +3 -3
  30. data/lib/increase/models/swift_transfer_list_params.rb +3 -3
  31. data/lib/increase/models/transaction.rb +7 -4
  32. data/lib/increase/models/wire_transfer.rb +3 -3
  33. data/lib/increase/models/wire_transfer_list_params.rb +3 -3
  34. data/lib/increase/resources/accounts.rb +1 -1
  35. data/lib/increase/resources/ach_transfers.rb +10 -10
  36. data/lib/increase/resources/inbound_mail_items.rb +3 -1
  37. data/lib/increase/resources/lockbox_addresses.rb +4 -1
  38. data/lib/increase/resources/lockbox_recipients.rb +1 -1
  39. data/lib/increase/resources/simulations/card_authorizations.rb +4 -1
  40. data/lib/increase/resources/simulations/inbound_ach_transfers.rb +1 -1
  41. data/lib/increase/resources/simulations/inbound_mail_items.rb +6 -3
  42. data/lib/increase/version.rb +1 -1
  43. data/rbi/increase/models/account_create_params.rbi +6 -4
  44. data/rbi/increase/models/ach_transfer.rbi +22 -19
  45. data/rbi/increase/models/ach_transfer_create_params.rbi +67 -45
  46. data/rbi/increase/models/ach_transfer_list_params.rbi +1 -1
  47. data/rbi/increase/models/beneficial_owner_create_params.rbi +4 -2
  48. data/rbi/increase/models/beneficial_owner_update_params.rbi +4 -2
  49. data/rbi/increase/models/card_push_transfer.rbi +7 -7
  50. data/rbi/increase/models/card_push_transfer_list_params.rbi +7 -7
  51. data/rbi/increase/models/check_transfer.rbi +9 -2
  52. data/rbi/increase/models/entity_create_params.rbi +30 -15
  53. data/rbi/increase/models/entity_update_params.rbi +4 -2
  54. data/rbi/increase/models/fednow_transfer.rbi +7 -7
  55. data/rbi/increase/models/fednow_transfer_list_params.rbi +7 -7
  56. data/rbi/increase/models/inbound_fednow_transfer.rbi +12 -0
  57. data/rbi/increase/models/inbound_mail_item.rbi +3 -1
  58. data/rbi/increase/models/inbound_real_time_payments_transfer.rbi +1 -1
  59. data/rbi/increase/models/lockbox_address.rbi +5 -1
  60. data/rbi/increase/models/lockbox_recipient_create_params.rbi +4 -2
  61. data/rbi/increase/models/pending_transaction.rbi +9 -3
  62. data/rbi/increase/models/pending_transaction_list_params.rbi +1 -1
  63. data/rbi/increase/models/physical_card.rbi +9 -2
  64. data/rbi/increase/models/real_time_payments_transfer.rbi +7 -7
  65. data/rbi/increase/models/real_time_payments_transfer_list_params.rbi +7 -7
  66. data/rbi/increase/models/simulations/inbound_ach_transfer_create_params.rbi +4 -2
  67. data/rbi/increase/models/simulations/inbound_mail_item_create_params.rbi +8 -4
  68. data/rbi/increase/models/simulations/physical_card_create_params.rbi +9 -2
  69. data/rbi/increase/models/swift_transfer.rbi +7 -7
  70. data/rbi/increase/models/swift_transfer_list_params.rbi +7 -7
  71. data/rbi/increase/models/transaction.rbi +10 -5
  72. data/rbi/increase/models/wire_transfer.rbi +4 -4
  73. data/rbi/increase/models/wire_transfer_list_params.rbi +7 -7
  74. data/rbi/increase/resources/accounts.rbi +3 -2
  75. data/rbi/increase/resources/ach_transfers.rbi +29 -19
  76. data/rbi/increase/resources/inbound_mail_items.rbi +3 -1
  77. data/rbi/increase/resources/lockbox_addresses.rbi +4 -1
  78. data/rbi/increase/resources/lockbox_recipients.rbi +2 -1
  79. data/rbi/increase/resources/simulations/card_authorizations.rbi +4 -1
  80. data/rbi/increase/resources/simulations/inbound_ach_transfers.rbi +2 -1
  81. data/rbi/increase/resources/simulations/inbound_mail_items.rbi +8 -3
  82. data/sig/increase/models/ach_transfer.rbs +2 -2
  83. data/sig/increase/models/ach_transfer_create_params.rbs +1 -1
  84. data/sig/increase/models/ach_transfer_list_params.rbs +1 -1
  85. data/sig/increase/models/card_push_transfer.rbs +4 -4
  86. data/sig/increase/models/card_push_transfer_list_params.rbs +4 -4
  87. data/sig/increase/models/check_transfer.rbs +6 -2
  88. data/sig/increase/models/fednow_transfer.rbs +5 -5
  89. data/sig/increase/models/fednow_transfer_list_params.rbs +5 -5
  90. data/sig/increase/models/inbound_fednow_transfer.rbs +5 -0
  91. data/sig/increase/models/inbound_real_time_payments_transfer.rbs +1 -1
  92. data/sig/increase/models/pending_transaction.rbs +1 -1
  93. data/sig/increase/models/pending_transaction_list_params.rbs +1 -1
  94. data/sig/increase/models/physical_card.rbs +6 -2
  95. data/sig/increase/models/real_time_payments_transfer.rbs +4 -4
  96. data/sig/increase/models/real_time_payments_transfer_list_params.rbs +4 -4
  97. data/sig/increase/models/simulations/physical_card_create_params.rbs +6 -2
  98. data/sig/increase/models/swift_transfer.rbs +4 -4
  99. data/sig/increase/models/swift_transfer_list_params.rbs +4 -4
  100. data/sig/increase/models/wire_transfer.rbs +4 -4
  101. data/sig/increase/models/wire_transfer_list_params.rbs +4 -4
  102. metadata +2 -3
  103. data/CHANGELOG.md +0 -4534
data/CHANGELOG.md DELETED
@@ -1,4534 +0,0 @@
1
- # Changelog
2
-
3
- ## [1.337.0](https://github.com/Increase/increase-ruby/compare/v1.336.0...v1.337.0) (2026-06-22)
4
-
5
-
6
- ### Features
7
-
8
- * **api:** add Visa network fields to card authorization simulations ([135a241](https://github.com/Increase/increase-ruby/commit/135a2418a47ae155ae2fa143331aab3fc7237148))
9
-
10
- ## [1.336.0](https://github.com/Increase/increase-ruby/compare/v1.335.0...v1.336.0) (2026-06-18)
11
-
12
-
13
- ### Features
14
-
15
- * **api:** api update ([#455](https://github.com/Increase/increase-ruby/issues/455)) ([31c679b](https://github.com/Increase/increase-ruby/commit/31c679bc21197a84a1f773b8d1a4f00cb0c7a07a))
16
-
17
- ## [1.335.0](https://github.com/Increase/increase-ruby/compare/v1.334.1...v1.335.0) (2026-06-17)
18
-
19
-
20
- ### Features
21
-
22
- * **api:** api update ([#451](https://github.com/Increase/increase-ruby/issues/451)) ([b0ece67](https://github.com/Increase/increase-ruby/commit/b0ece6779717f29245e8f50b1a6d3122b29bf48f))
23
-
24
- ## [1.334.1](https://github.com/Increase/increase-ruby/compare/v1.334.0...v1.334.1) (2026-06-12)
25
-
26
-
27
- ### Chores
28
-
29
- * pin rubygems credentials action to v2.0.0 ([#447](https://github.com/Increase/increase-ruby/issues/447)) ([bd6f9d6](https://github.com/Increase/increase-ruby/commit/bd6f9d6171a43bd4405f8f936ee7c04f231ab338))
30
-
31
- ## [1.334.0](https://github.com/Increase/increase-ruby/compare/v1.333.1...v1.334.0) (2026-06-12)
32
-
33
-
34
- ### Features
35
-
36
- * **api:** api update ([#445](https://github.com/Increase/increase-ruby/issues/445)) ([48a834e](https://github.com/Increase/increase-ruby/commit/48a834ef8fa30082652254d66b71f39a54205209))
37
-
38
- ## [1.333.1](https://github.com/Increase/increase-ruby/compare/v1.333.0...v1.333.1) (2026-05-20)
39
-
40
-
41
- ### Chores
42
-
43
- * add release workflow and migrate config to Increase/release-please fork ([#435](https://github.com/Increase/increase-ruby/issues/435)) ([01ecfeb](https://github.com/Increase/increase-ruby/commit/01ecfebebbd03c5e8c4f0cdf205aa4c0c9936104))
44
- * collapse CI into a single job ([#438](https://github.com/Increase/increase-ruby/issues/438)) ([a2c7ba0](https://github.com/Increase/increase-ruby/commit/a2c7ba0a799e3afe6ae7038345d787b449451e87))
45
- * cut over to Increase/release-please and prune Stainless CI cruft ([#436](https://github.com/Increase/increase-ruby/issues/436)) ([c8ba110](https://github.com/Increase/increase-ruby/commit/c8ba11081ae1ec1b37016b98861d063fdd41b309))
46
-
47
- ## 1.333.0 (2026-05-20)
48
-
49
- Full Changelog: [v1.332.0...v1.333.0](https://github.com/Increase/increase-ruby/compare/v1.332.0...v1.333.0)
50
-
51
- ### Features
52
-
53
- * **api:** api update ([8e725f0](https://github.com/Increase/increase-ruby/commit/8e725f0f234982ba242111515a8e8057f8e83b39))
54
-
55
- ## 1.332.0 (2026-05-19)
56
-
57
- Full Changelog: [v1.331.0...v1.332.0](https://github.com/Increase/increase-ruby/compare/v1.331.0...v1.332.0)
58
-
59
- ### Features
60
-
61
- * **api:** api update ([d8f17ea](https://github.com/Increase/increase-ruby/commit/d8f17ea76991de6a6581eabe98fe1fa4a56a9a04))
62
-
63
- ## 1.331.0 (2026-05-18)
64
-
65
- Full Changelog: [v1.330.0...v1.331.0](https://github.com/Increase/increase-ruby/compare/v1.330.0...v1.331.0)
66
-
67
- ### Features
68
-
69
- * **api:** api update ([3686790](https://github.com/Increase/increase-ruby/commit/3686790b70dbac809f3700f2dd04a713d98c83b6))
70
-
71
- ## 1.330.0 (2026-05-17)
72
-
73
- Full Changelog: [v1.329.0...v1.330.0](https://github.com/Increase/increase-ruby/compare/v1.329.0...v1.330.0)
74
-
75
- ### Features
76
-
77
- * **api:** api update ([1497039](https://github.com/Increase/increase-ruby/commit/1497039cf8b717ee110089273f944f7446554935))
78
-
79
- ## 1.329.0 (2026-05-16)
80
-
81
- Full Changelog: [v1.328.0...v1.329.0](https://github.com/Increase/increase-ruby/compare/v1.328.0...v1.329.0)
82
-
83
- ### Features
84
-
85
- * **api:** api update ([361c5d3](https://github.com/Increase/increase-ruby/commit/361c5d399bed89ff87d5c448ea9da49a0b5a55e1))
86
-
87
- ## 1.328.0 (2026-05-15)
88
-
89
- Full Changelog: [v1.327.0...v1.328.0](https://github.com/Increase/increase-ruby/compare/v1.327.0...v1.328.0)
90
-
91
- ### Features
92
-
93
- * **api:** api update ([0339026](https://github.com/Increase/increase-ruby/commit/0339026919681f0c46eb7d5589498ba2c4c7ebac))
94
-
95
- ## 1.327.0 (2026-05-14)
96
-
97
- Full Changelog: [v1.326.0...v1.327.0](https://github.com/Increase/increase-ruby/compare/v1.326.0...v1.327.0)
98
-
99
- ### Features
100
-
101
- * **api:** api update ([de9c96e](https://github.com/Increase/increase-ruby/commit/de9c96ea7a9fc8a076cec24cad159cc0dd1ce396))
102
-
103
- ## 1.326.0 (2026-05-14)
104
-
105
- Full Changelog: [v1.325.1...v1.326.0](https://github.com/Increase/increase-ruby/compare/v1.325.1...v1.326.0)
106
-
107
- ### Features
108
-
109
- * **api:** api update ([60a3ec2](https://github.com/Increase/increase-ruby/commit/60a3ec268dda8cf4d6c5fb615ec9b7487dc4d48b))
110
-
111
- ## 1.325.1 (2026-05-13)
112
-
113
- Full Changelog: [v1.325.0...v1.325.1](https://github.com/Increase/increase-ruby/compare/v1.325.0...v1.325.1)
114
-
115
- ### Bug Fixes
116
-
117
- * **client:** elide content type header on requests without body ([2f0cb6d](https://github.com/Increase/increase-ruby/commit/2f0cb6dcb86978fc9c6a621b19d91e8fdfc4b72d))
118
-
119
- ## 1.325.0 (2026-05-12)
120
-
121
- Full Changelog: [v1.324.0...v1.325.0](https://github.com/Increase/increase-ruby/compare/v1.324.0...v1.325.0)
122
-
123
- ### Features
124
-
125
- * **api:** api update ([49ec9ea](https://github.com/Increase/increase-ruby/commit/49ec9ea1843c72877883217602f7ec41e9e82601))
126
-
127
- ## 1.324.0 (2026-05-08)
128
-
129
- Full Changelog: [v1.323.0...v1.324.0](https://github.com/Increase/increase-ruby/compare/v1.323.0...v1.324.0)
130
-
131
- ### Features
132
-
133
- * **api:** api update ([bfafb93](https://github.com/Increase/increase-ruby/commit/bfafb932b84c314dfab265eadda094e90702cb29))
134
-
135
- ## 1.323.0 (2026-05-06)
136
-
137
- Full Changelog: [v1.322.0...v1.323.0](https://github.com/Increase/increase-ruby/compare/v1.322.0...v1.323.0)
138
-
139
- ### Features
140
-
141
- * **api:** api update ([4696b7d](https://github.com/Increase/increase-ruby/commit/4696b7dc839e010683313d7ce13d025d6a827fd3))
142
-
143
- ## 1.322.0 (2026-05-04)
144
-
145
- Full Changelog: [v1.321.0...v1.322.0](https://github.com/Increase/increase-ruby/compare/v1.321.0...v1.322.0)
146
-
147
- ### Features
148
-
149
- * **api:** api update ([992ee5c](https://github.com/Increase/increase-ruby/commit/992ee5c8d7f0b8d7ffaec9d2ee22b180676a3ce5))
150
-
151
- ## 1.321.0 (2026-05-04)
152
-
153
- Full Changelog: [v1.320.0...v1.321.0](https://github.com/Increase/increase-ruby/compare/v1.320.0...v1.321.0)
154
-
155
- ### Features
156
-
157
- * **api:** api update ([a7d9172](https://github.com/Increase/increase-ruby/commit/a7d9172c1e5d3814495bd467c6acc71d4988dd12))
158
-
159
- ## 1.320.0 (2026-05-02)
160
-
161
- Full Changelog: [v1.319.0...v1.320.0](https://github.com/Increase/increase-ruby/compare/v1.319.0...v1.320.0)
162
-
163
- ### Features
164
-
165
- * **api:** api update ([41332d8](https://github.com/Increase/increase-ruby/commit/41332d8e1c14fb7fc4c8b36a088ac3a1924cb8dc))
166
-
167
- ## 1.319.0 (2026-05-01)
168
-
169
- Full Changelog: [v1.318.0...v1.319.0](https://github.com/Increase/increase-ruby/compare/v1.318.0...v1.319.0)
170
-
171
- ### Features
172
-
173
- * **api:** api update ([6caa909](https://github.com/Increase/increase-ruby/commit/6caa90905caa7a42a2497fe069ac243c5f7e4540))
174
-
175
- ## 1.318.0 (2026-05-01)
176
-
177
- Full Changelog: [v1.317.0...v1.318.0](https://github.com/Increase/increase-ruby/compare/v1.317.0...v1.318.0)
178
-
179
- ### Features
180
-
181
- * **api:** api update ([4f824e2](https://github.com/Increase/increase-ruby/commit/4f824e26437497d7de233c79c612297a64dfc72f))
182
-
183
- ## 1.317.0 (2026-05-01)
184
-
185
- Full Changelog: [v1.316.0...v1.317.0](https://github.com/Increase/increase-ruby/compare/v1.316.0...v1.317.0)
186
-
187
- ### Features
188
-
189
- * **api:** api update ([b473aa4](https://github.com/Increase/increase-ruby/commit/b473aa449e5ed41375358362e0e26020c75381d8))
190
-
191
- ## 1.316.0 (2026-05-01)
192
-
193
- Full Changelog: [v1.315.0...v1.316.0](https://github.com/Increase/increase-ruby/compare/v1.315.0...v1.316.0)
194
-
195
- ### Features
196
-
197
- * **api:** api update ([b91698c](https://github.com/Increase/increase-ruby/commit/b91698c046321f14db5c10e5c8f6944cd4872d19))
198
-
199
- ## 1.315.0 (2026-05-01)
200
-
201
- Full Changelog: [v1.314.0...v1.315.0](https://github.com/Increase/increase-ruby/compare/v1.314.0...v1.315.0)
202
-
203
- ### Features
204
-
205
- * **api:** api update ([ac72e13](https://github.com/Increase/increase-ruby/commit/ac72e13ab8e75c6d4a114eb5c0561a3be7f48b6c))
206
-
207
- ## 1.314.0 (2026-05-01)
208
-
209
- Full Changelog: [v1.313.0...v1.314.0](https://github.com/Increase/increase-ruby/compare/v1.313.0...v1.314.0)
210
-
211
- ### Features
212
-
213
- * **api:** api update ([df045c6](https://github.com/Increase/increase-ruby/commit/df045c6966ec939d85b180f7de21b712bf52fc4f))
214
- * **api:** api update ([bb71bdb](https://github.com/Increase/increase-ruby/commit/bb71bdb0c9b4fd386aff1f14a91990dbf0f79790))
215
-
216
- ## 1.313.0 (2026-04-30)
217
-
218
- Full Changelog: [v1.312.0...v1.313.0](https://github.com/Increase/increase-ruby/compare/v1.312.0...v1.313.0)
219
-
220
- ### Features
221
-
222
- * **api:** api update ([be3412f](https://github.com/Increase/increase-ruby/commit/be3412f1d7174d2e204d880a03bad033596a5b67))
223
-
224
- ## 1.312.0 (2026-04-30)
225
-
226
- Full Changelog: [v1.311.0...v1.312.0](https://github.com/Increase/increase-ruby/compare/v1.311.0...v1.312.0)
227
-
228
- ### Features
229
-
230
- * **api:** api update ([856da53](https://github.com/Increase/increase-ruby/commit/856da537b1dd8ca63350bdc724fb5065454021a0))
231
-
232
- ## 1.311.0 (2026-04-29)
233
-
234
- Full Changelog: [v1.310.0...v1.311.0](https://github.com/Increase/increase-ruby/compare/v1.310.0...v1.311.0)
235
-
236
- ### Features
237
-
238
- * **api:** api update ([e4afbd9](https://github.com/Increase/increase-ruby/commit/e4afbd9cc83a679c7e00fc163d0bac940f1768df))
239
-
240
- ## 1.310.0 (2026-04-28)
241
-
242
- Full Changelog: [v1.309.0...v1.310.0](https://github.com/Increase/increase-ruby/compare/v1.309.0...v1.310.0)
243
-
244
- ### Features
245
-
246
- * **api:** api update ([9c049a9](https://github.com/Increase/increase-ruby/commit/9c049a9a1b71bdf6932fc8feafe348b33e96e289))
247
-
248
- ## 1.309.0 (2026-04-28)
249
-
250
- Full Changelog: [v1.308.0...v1.309.0](https://github.com/Increase/increase-ruby/compare/v1.308.0...v1.309.0)
251
-
252
- ### Features
253
-
254
- * **api:** api update ([7ed5b8e](https://github.com/Increase/increase-ruby/commit/7ed5b8ed41c30aa9b10df342b6d4e543d5312a4b))
255
-
256
- ## 1.308.0 (2026-04-28)
257
-
258
- Full Changelog: [v1.307.0...v1.308.0](https://github.com/Increase/increase-ruby/compare/v1.307.0...v1.308.0)
259
-
260
- ### Features
261
-
262
- * **api:** api update ([6fa981d](https://github.com/Increase/increase-ruby/commit/6fa981d1d86efa613341bc8a6b085df29e0c8658))
263
-
264
- ## 1.307.0 (2026-04-28)
265
-
266
- Full Changelog: [v1.306.0...v1.307.0](https://github.com/Increase/increase-ruby/compare/v1.306.0...v1.307.0)
267
-
268
- ### Features
269
-
270
- * **api:** api update ([38165a5](https://github.com/Increase/increase-ruby/commit/38165a56ed9f9070fd1d1cb153d14333e8e4974f))
271
-
272
- ## 1.306.0 (2026-04-27)
273
-
274
- Full Changelog: [v1.305.0...v1.306.0](https://github.com/Increase/increase-ruby/compare/v1.305.0...v1.306.0)
275
-
276
- ### Features
277
-
278
- * support setting headers via env ([eddd2c7](https://github.com/Increase/increase-ruby/commit/eddd2c71aea09fa892b0c2e4c2a49c8033bb8871))
279
-
280
- ## 1.305.0 (2026-04-27)
281
-
282
- Full Changelog: [v1.304.0...v1.305.0](https://github.com/Increase/increase-ruby/compare/v1.304.0...v1.305.0)
283
-
284
- ### Features
285
-
286
- * **api:** api update ([5e8547a](https://github.com/Increase/increase-ruby/commit/5e8547a8f860d23a7595c630b5f0e076f9fbd87c))
287
- * **api:** api update ([a1819e1](https://github.com/Increase/increase-ruby/commit/a1819e1664e37290f8beea3a2949ef713e9d73bb))
288
-
289
- ## 1.304.0 (2026-04-22)
290
-
291
- Full Changelog: [v1.303.0...v1.304.0](https://github.com/Increase/increase-ruby/compare/v1.303.0...v1.304.0)
292
-
293
- ### Features
294
-
295
- * **api:** api update ([ee95745](https://github.com/Increase/increase-ruby/commit/ee95745eb726ad7c3c6d41acaf08e31eef7797cd))
296
-
297
-
298
- ### Chores
299
-
300
- * **internal:** more robust bootstrap script ([38fcf79](https://github.com/Increase/increase-ruby/commit/38fcf79f3af96bc20825171972ab1868bbce8948))
301
-
302
- ## 1.303.0 (2026-04-20)
303
-
304
- Full Changelog: [v1.302.0...v1.303.0](https://github.com/Increase/increase-ruby/compare/v1.302.0...v1.303.0)
305
-
306
- ### Features
307
-
308
- * **api:** api update ([7f85493](https://github.com/Increase/increase-ruby/commit/7f854936a7995053a52553acf09a532dada55a7b))
309
-
310
- ## 1.302.0 (2026-04-20)
311
-
312
- Full Changelog: [v1.301.0...v1.302.0](https://github.com/Increase/increase-ruby/compare/v1.301.0...v1.302.0)
313
-
314
- ### Features
315
-
316
- * **api:** api update ([3e9e135](https://github.com/Increase/increase-ruby/commit/3e9e1352ac39e9ca1074cc44e85e8f9a887eee51))
317
-
318
- ## 1.301.0 (2026-04-20)
319
-
320
- Full Changelog: [v1.300.0...v1.301.0](https://github.com/Increase/increase-ruby/compare/v1.300.0...v1.301.0)
321
-
322
- ### Features
323
-
324
- * **api:** api update ([9e9dfa4](https://github.com/Increase/increase-ruby/commit/9e9dfa429fa3ab562df9f51ac9edac5bfdf7fb77))
325
-
326
-
327
- ### Chores
328
-
329
- * **tests:** bump steady to v0.22.1 ([34526ff](https://github.com/Increase/increase-ruby/commit/34526ff13739d1d2572863d35a4c7e54a655d387))
330
-
331
- ## 1.300.0 (2026-04-17)
332
-
333
- Full Changelog: [v1.299.0...v1.300.0](https://github.com/Increase/increase-ruby/compare/v1.299.0...v1.300.0)
334
-
335
- ### Features
336
-
337
- * **api:** api update ([a5aa6f4](https://github.com/Increase/increase-ruby/commit/a5aa6f4d78bfb82e9d9094dbf073584560a61c59))
338
-
339
- ## 1.299.0 (2026-04-17)
340
-
341
- Full Changelog: [v1.298.0...v1.299.0](https://github.com/Increase/increase-ruby/compare/v1.298.0...v1.299.0)
342
-
343
- ### Features
344
-
345
- * **api:** api update ([9ef7d58](https://github.com/Increase/increase-ruby/commit/9ef7d588d49bbaa7e528ca9765908e6399772f19))
346
-
347
- ## 1.298.0 (2026-04-16)
348
-
349
- Full Changelog: [v1.297.0...v1.298.0](https://github.com/Increase/increase-ruby/compare/v1.297.0...v1.298.0)
350
-
351
- ### Features
352
-
353
- * **api:** api update ([aa1b1c1](https://github.com/Increase/increase-ruby/commit/aa1b1c14ee50f8de67ada9f5a4481c1fe941d89a))
354
-
355
- ## 1.297.0 (2026-04-16)
356
-
357
- Full Changelog: [v1.296.0...v1.297.0](https://github.com/Increase/increase-ruby/compare/v1.296.0...v1.297.0)
358
-
359
- ### Features
360
-
361
- * **api:** api update ([4c2e222](https://github.com/Increase/increase-ruby/commit/4c2e222569995075cab7ba56d1077afec65f0481))
362
-
363
- ## 1.296.0 (2026-04-15)
364
-
365
- Full Changelog: [v1.295.0...v1.296.0](https://github.com/Increase/increase-ruby/compare/v1.295.0...v1.296.0)
366
-
367
- ### Features
368
-
369
- * **api:** api update ([46f8d21](https://github.com/Increase/increase-ruby/commit/46f8d21330d5e04ba5e2fd22f36990ba6b4c14ef))
370
-
371
- ## 1.295.0 (2026-04-13)
372
-
373
- Full Changelog: [v1.294.0...v1.295.0](https://github.com/Increase/increase-ruby/compare/v1.294.0...v1.295.0)
374
-
375
- ### Features
376
-
377
- * **api:** api update ([b0eedbe](https://github.com/Increase/increase-ruby/commit/b0eedbe1db3daaf38c542071c9430e602def8045))
378
-
379
- ## 1.294.0 (2026-04-13)
380
-
381
- Full Changelog: [v1.293.0...v1.294.0](https://github.com/Increase/increase-ruby/compare/v1.293.0...v1.294.0)
382
-
383
- ### Features
384
-
385
- * **api:** api update ([18c4e93](https://github.com/Increase/increase-ruby/commit/18c4e93f6c76702b024e728e795e986ff7b80f5e))
386
-
387
- ## 1.293.0 (2026-04-13)
388
-
389
- Full Changelog: [v1.292.0...v1.293.0](https://github.com/Increase/increase-ruby/compare/v1.292.0...v1.293.0)
390
-
391
- ### Features
392
-
393
- * **api:** api update ([2bdd4bc](https://github.com/Increase/increase-ruby/commit/2bdd4bc5b465b78277c38a670df00e157d5be7a2))
394
-
395
- ## 1.292.0 (2026-04-12)
396
-
397
- Full Changelog: [v1.291.0...v1.292.0](https://github.com/Increase/increase-ruby/compare/v1.291.0...v1.292.0)
398
-
399
- ### Features
400
-
401
- * **api:** api update ([7e88207](https://github.com/Increase/increase-ruby/commit/7e8820749f18fd75ac2e5b8e971e61d35b7776bb))
402
-
403
- ## 1.291.0 (2026-04-12)
404
-
405
- Full Changelog: [v1.290.0...v1.291.0](https://github.com/Increase/increase-ruby/compare/v1.290.0...v1.291.0)
406
-
407
- ### Features
408
-
409
- * **api:** api update ([73b4dc9](https://github.com/Increase/increase-ruby/commit/73b4dc91c7df54fcde9b73c3d3556f0d36634816))
410
-
411
- ## 1.290.0 (2026-04-11)
412
-
413
- Full Changelog: [v1.289.0...v1.290.0](https://github.com/Increase/increase-ruby/compare/v1.289.0...v1.290.0)
414
-
415
- ### Features
416
-
417
- * **api:** api update ([8946493](https://github.com/Increase/increase-ruby/commit/89464937f203db3e01835590524a71cdd8c1897f))
418
-
419
- ## 1.289.0 (2026-04-11)
420
-
421
- Full Changelog: [v1.288.0...v1.289.0](https://github.com/Increase/increase-ruby/compare/v1.288.0...v1.289.0)
422
-
423
- ### Features
424
-
425
- * **api:** api update ([f60a660](https://github.com/Increase/increase-ruby/commit/f60a6605944da289e1142cdc51be2dbfb5acefc2))
426
-
427
- ## 1.288.0 (2026-04-10)
428
-
429
- Full Changelog: [v1.287.0...v1.288.0](https://github.com/Increase/increase-ruby/compare/v1.287.0...v1.288.0)
430
-
431
- ### Features
432
-
433
- * **api:** api update ([a692607](https://github.com/Increase/increase-ruby/commit/a692607264414218ff762dd1912e730c1c2b94d5))
434
-
435
- ## 1.287.0 (2026-04-10)
436
-
437
- Full Changelog: [v1.286.0...v1.287.0](https://github.com/Increase/increase-ruby/compare/v1.286.0...v1.287.0)
438
-
439
- ### Features
440
-
441
- * **api:** api update ([99200c3](https://github.com/Increase/increase-ruby/commit/99200c3e0dc089ea2e76475ae04e3a501060ab01))
442
-
443
- ## 1.286.0 (2026-04-09)
444
-
445
- Full Changelog: [v1.285.0...v1.286.0](https://github.com/Increase/increase-ruby/compare/v1.285.0...v1.286.0)
446
-
447
- ### Features
448
-
449
- * **api:** api update ([63ac2d5](https://github.com/Increase/increase-ruby/commit/63ac2d50b1287840265b2b74d516ae715dc4189a))
450
- * **api:** api update ([ebc7fe3](https://github.com/Increase/increase-ruby/commit/ebc7fe39bd92b85685d0f2b9b584b25ad255fed5))
451
- * **api:** api update ([1f91d00](https://github.com/Increase/increase-ruby/commit/1f91d007b09533680875834558ae224d80f0e4c5))
452
- * **api:** api update ([97484d0](https://github.com/Increase/increase-ruby/commit/97484d00947eaffb89dcd4182d510dee51a8de8f))
453
- * **api:** api update ([e3bb686](https://github.com/Increase/increase-ruby/commit/e3bb6865ce97acd239bd2ed099061f40d65e4553))
454
- * **api:** api update ([0fc75e2](https://github.com/Increase/increase-ruby/commit/0fc75e272faea3fbacca4cb9dc057a960d31cedc))
455
- * **api:** api update ([bd93c01](https://github.com/Increase/increase-ruby/commit/bd93c010ee1f1a26c929046f762dbb96deabcb1b))
456
- * **api:** api update ([e32b074](https://github.com/Increase/increase-ruby/commit/e32b074a9b0c0947bb7353421e2684afe23c1ced))
457
- * **api:** api update ([7bc5128](https://github.com/Increase/increase-ruby/commit/7bc512805abe87b41945dfeaf4efc3e6c25ffb66))
458
- * **api:** api update ([a85420d](https://github.com/Increase/increase-ruby/commit/a85420d63612dded50479e11f2445a5a6f8d1968))
459
- * **api:** api update ([1f0ed19](https://github.com/Increase/increase-ruby/commit/1f0ed19ed77c20216a078fc400ae091dcdb22623))
460
- * **api:** api update ([9b6191b](https://github.com/Increase/increase-ruby/commit/9b6191bd3dcc6f59c869ee644994edf8a950be06))
461
- * **api:** api update ([bb7693b](https://github.com/Increase/increase-ruby/commit/bb7693b7fbdfe8ca302cef237660cbfa61d4cead))
462
- * **api:** api update ([242cdf3](https://github.com/Increase/increase-ruby/commit/242cdf3c89d776823bf36f7fbc1cb4f8a98c7690))
463
- * **api:** api update ([5e64494](https://github.com/Increase/increase-ruby/commit/5e64494a85d31136ae4356fb54435f1d0d14c1d7))
464
- * **api:** api update ([dda1a5d](https://github.com/Increase/increase-ruby/commit/dda1a5dd5e5741ad4cd07b02203ab76d15b39e89))
465
- * **api:** api update ([e2bfbc6](https://github.com/Increase/increase-ruby/commit/e2bfbc6d5dcf042e437d971fd758fae057674cf2))
466
- * **api:** api update ([d901545](https://github.com/Increase/increase-ruby/commit/d9015457708d005bc055511ab0acf58b42384cf8))
467
- * **api:** api update ([37342cc](https://github.com/Increase/increase-ruby/commit/37342cc63b765ac19e5fd5fe6be68a24fd7793b5))
468
- * **api:** api update ([e9cbaa4](https://github.com/Increase/increase-ruby/commit/e9cbaa418bba9a5f5b6c67ef9fbacdfb9c9d0b73))
469
- * **api:** api update ([f15aa93](https://github.com/Increase/increase-ruby/commit/f15aa93b3d6ae1dd294f25e1153f28248995f7e3))
470
- * **api:** api update ([514fb64](https://github.com/Increase/increase-ruby/commit/514fb646057005074a8140bae2c34258b3dc854a))
471
- * **api:** api update ([d47f389](https://github.com/Increase/increase-ruby/commit/d47f389c4c831d79b6afa51f5d77bdf9b0283c2a))
472
- * **api:** api update ([bf75ccb](https://github.com/Increase/increase-ruby/commit/bf75ccbbc858f4140cf1de6261043f5477dfcfea))
473
- * **api:** api update ([4401edc](https://github.com/Increase/increase-ruby/commit/4401edc2eccc7e23cf0dbff1043dfed3bb2ffbaf))
474
- * **api:** api update ([a8f9781](https://github.com/Increase/increase-ruby/commit/a8f9781028df983df9274fc0a5b590a6215fff99))
475
- * **api:** api update ([e222328](https://github.com/Increase/increase-ruby/commit/e222328aab64f3458322eef37873ac0067adf4bf))
476
- * **api:** api update ([d6c776e](https://github.com/Increase/increase-ruby/commit/d6c776eae3d415cf592eb2d50eff86ecc45ea730))
477
- * **api:** api update ([a7abdff](https://github.com/Increase/increase-ruby/commit/a7abdff25371dc04f8408cf7c499142f1ffb54d3))
478
- * **api:** api update ([f7d74ec](https://github.com/Increase/increase-ruby/commit/f7d74ec547269cefb78232be3f86a1168d1e2461))
479
- * **api:** api update ([ff314ab](https://github.com/Increase/increase-ruby/commit/ff314ab8e87249407ac4517962ff12e1bdaa0c47))
480
- * **api:** api update ([70a43c9](https://github.com/Increase/increase-ruby/commit/70a43c9a4f3827e1e270382afbf9e1cf730f0906))
481
- * **api:** api update ([71ebdbe](https://github.com/Increase/increase-ruby/commit/71ebdbe6510fbbb9b37ce7997c949ed803f89a02))
482
- * **api:** api update ([8f6f005](https://github.com/Increase/increase-ruby/commit/8f6f005318c7081f2b2307afca2556ec514743cf))
483
- * **api:** api update ([6dddf56](https://github.com/Increase/increase-ruby/commit/6dddf56e9795979c8d0101cdf03d0181db033fd8))
484
- * **api:** api update ([e186f28](https://github.com/Increase/increase-ruby/commit/e186f280cbe9dba5b6fc3bf22f690b1ee8f5df91))
485
- * **api:** api update ([0efc17e](https://github.com/Increase/increase-ruby/commit/0efc17ef7cf0549cba04e59f2c3ce8ade7a0f5bd))
486
- * **api:** api update ([46f13fb](https://github.com/Increase/increase-ruby/commit/46f13fbc2c2d8c61b2ef81908ab1268b0daec9a1))
487
- * **api:** api update ([4047a90](https://github.com/Increase/increase-ruby/commit/4047a90a1133c0817e404b466e15eca2161537cc))
488
- * **api:** api update ([7ca6d0e](https://github.com/Increase/increase-ruby/commit/7ca6d0e11076849403646ab94384acf4be38e951))
489
- * **api:** api update ([685cdca](https://github.com/Increase/increase-ruby/commit/685cdca2c35f8c425e87d452adc112b555a812a2))
490
- * **api:** api update ([637b7dc](https://github.com/Increase/increase-ruby/commit/637b7dc6ff6934498094eb2a07a862d3a078d07f))
491
- * **api:** api update ([96de2a0](https://github.com/Increase/increase-ruby/commit/96de2a03d65c0b10ed3c079df031d54b2615e03a))
492
- * **api:** api update ([825556b](https://github.com/Increase/increase-ruby/commit/825556b82887af904b0b8ab5b9802a8e2a99c324))
493
- * **api:** api update ([bf1a7c1](https://github.com/Increase/increase-ruby/commit/bf1a7c1277906587fe2936e1a22b0d2600afa37d))
494
- * **api:** api update ([db50914](https://github.com/Increase/increase-ruby/commit/db5091471b34d8b77f3c033140e39ecf0fa17572))
495
- * **api:** api update ([a1fbe28](https://github.com/Increase/increase-ruby/commit/a1fbe28bc558d22af76914980c6ed28afcef7909))
496
- * **api:** api update ([d0e90a3](https://github.com/Increase/increase-ruby/commit/d0e90a3c94918124e74d1e07e5db94305582e2f5))
497
- * **api:** api update ([6559af9](https://github.com/Increase/increase-ruby/commit/6559af9d9552f0bdbb37f76c18ecdb73afbc212f))
498
- * **api:** api update ([cfada5f](https://github.com/Increase/increase-ruby/commit/cfada5f2d836be7a2812384112dbea652f50a063))
499
- * **api:** api update ([a983d19](https://github.com/Increase/increase-ruby/commit/a983d1940123f48578655ee17920f426bdbcea48))
500
- * **api:** api update ([e31a754](https://github.com/Increase/increase-ruby/commit/e31a754a01ebde6f6137a884980914149bcdecd0))
501
- * **api:** api update ([645195b](https://github.com/Increase/increase-ruby/commit/645195bd521ea964e9e45a8481da6a9fd4b6d8fa))
502
- * **api:** api update ([2d9f9cf](https://github.com/Increase/increase-ruby/commit/2d9f9cf21e6b687ad3d258f911c407d65f14efc1))
503
- * **api:** api update ([66feace](https://github.com/Increase/increase-ruby/commit/66feace168340eeddbe3ba3dc7b8e14367da26e3))
504
- * **api:** api update ([44a2122](https://github.com/Increase/increase-ruby/commit/44a2122e09ada53ea9a7bad2c1a7464efebac4f5))
505
- * **api:** api update ([66453f0](https://github.com/Increase/increase-ruby/commit/66453f0af0d45454683288f06335ba1810cf14a1))
506
- * **api:** api update ([7dc118e](https://github.com/Increase/increase-ruby/commit/7dc118ecddad0d55af30cdfa21dd17c35edcb1bb))
507
- * **api:** api update ([ddc3cd4](https://github.com/Increase/increase-ruby/commit/ddc3cd4884004ebf1fbafc1f5fa167ca1f4e426c))
508
- * **api:** api update ([fb5f4b5](https://github.com/Increase/increase-ruby/commit/fb5f4b56e93b5788f9a91cee8ede3101cbf68bc9))
509
- * **api:** api update ([8d54036](https://github.com/Increase/increase-ruby/commit/8d540364e842ef2d4b902a9bef64a7a8e06a1119))
510
- * **api:** api update ([db6601e](https://github.com/Increase/increase-ruby/commit/db6601e09d4bd7249a54d5392d48f7f63d13e056))
511
- * **api:** api update ([8138773](https://github.com/Increase/increase-ruby/commit/813877385707317ec80dee8cc74e5467dd6acaa5))
512
- * **api:** api update ([604cbbe](https://github.com/Increase/increase-ruby/commit/604cbbe5d1d9f99deaa46ed986e7663e2756b0fd))
513
- * **api:** api update ([cd57df1](https://github.com/Increase/increase-ruby/commit/cd57df1c07f29864b0e36d045da0a3d3dea37229))
514
- * **api:** api update ([efcfa51](https://github.com/Increase/increase-ruby/commit/efcfa5154c46aab88003a81d2efdd0b4f5cdc86b))
515
- * **api:** api update ([81dd29e](https://github.com/Increase/increase-ruby/commit/81dd29e9dfdb8299aaa1b41197f66a09a0711ca2))
516
- * **api:** api update ([cc6c884](https://github.com/Increase/increase-ruby/commit/cc6c8843f24bd39fe4a69d6edf9b3beb64ef5792))
517
- * **api:** api update ([b8cbdc8](https://github.com/Increase/increase-ruby/commit/b8cbdc86fbef7fcce3ac85a343889971b77c3a30))
518
- * **api:** api update ([d02efb1](https://github.com/Increase/increase-ruby/commit/d02efb177d58b0323bf73de2f3deeded92a0c185))
519
- * **api:** api update ([2f6fc4d](https://github.com/Increase/increase-ruby/commit/2f6fc4dbc127a023adcb3f72e0109ff37e438cd8))
520
- * **api:** api update ([8f4579a](https://github.com/Increase/increase-ruby/commit/8f4579a2a216731fe314953038ad9ee909d49148))
521
- * **api:** api update ([2ce4a69](https://github.com/Increase/increase-ruby/commit/2ce4a69b1c900c2bcc275023fb5143355f61d7fb))
522
- * **api:** api update ([10f88cf](https://github.com/Increase/increase-ruby/commit/10f88cfa5326ec0c3a5ba0bb3fc3c5eff9a3ba93))
523
- * **api:** api update ([00e40b7](https://github.com/Increase/increase-ruby/commit/00e40b7f0b1545a03d150056eb324008d28757a7))
524
- * **api:** api update ([6d5ae13](https://github.com/Increase/increase-ruby/commit/6d5ae13ad65d9357064023c4aadd89bd280a37dd))
525
- * **api:** api update ([3c7de8b](https://github.com/Increase/increase-ruby/commit/3c7de8be54ab3a3838bf3f531f0d9fcf4326f981))
526
- * **api:** api update ([477fc1d](https://github.com/Increase/increase-ruby/commit/477fc1d2d3e0ffa94d87bd38de8f9fa640b6d6b6))
527
- * **api:** api update ([8e4bd77](https://github.com/Increase/increase-ruby/commit/8e4bd77a9f6e38d6fb624f14de54158a1f5d8c47))
528
- * **api:** api update ([994c574](https://github.com/Increase/increase-ruby/commit/994c574e2a7b0ca88f389b0497b590cd3c12dfc1))
529
- * **api:** api update ([933d5be](https://github.com/Increase/increase-ruby/commit/933d5beb3f18163905c9f83ba7df18875bf01489))
530
- * **api:** api update ([19af3d3](https://github.com/Increase/increase-ruby/commit/19af3d3a57953bb6bb3eb70feab82483c7f15e19))
531
- * **api:** api update ([5b3d504](https://github.com/Increase/increase-ruby/commit/5b3d50412c6d0936cae8657e9d36ec49d2988eda))
532
- * **api:** api update ([21c63e6](https://github.com/Increase/increase-ruby/commit/21c63e65a7c7a4077af5dd863f125871b5726d85))
533
- * **api:** api update ([6e53b59](https://github.com/Increase/increase-ruby/commit/6e53b5915bd240411121268dd808b13d2bd3ab82))
534
- * **api:** api update ([c8a408a](https://github.com/Increase/increase-ruby/commit/c8a408a669f396435823a3c7bd3ca0a2aa978663))
535
- * **api:** api update ([a8fec40](https://github.com/Increase/increase-ruby/commit/a8fec40bf005e25dcbdeb20a820a232a7a896038))
536
- * **api:** api update ([1d50d86](https://github.com/Increase/increase-ruby/commit/1d50d86f1f11eb6bdaf6b04c8a847cbe4719d3b7))
537
- * **api:** api update ([bc9e64d](https://github.com/Increase/increase-ruby/commit/bc9e64deb4c9ec1da47bd0a234882f7acb624ad0))
538
- * **api:** api update ([17fab0d](https://github.com/Increase/increase-ruby/commit/17fab0dfc100c6ac9fa01ddb459cb5ed511e49d6))
539
- * **api:** api update ([5d17ef7](https://github.com/Increase/increase-ruby/commit/5d17ef766f6b516c5a9669b497565b6d5d7db71a))
540
- * **api:** api update ([28f6cee](https://github.com/Increase/increase-ruby/commit/28f6cee5a4346d0a0c7f6562e91319f90689d7b0))
541
- * **api:** api update ([f738a4c](https://github.com/Increase/increase-ruby/commit/f738a4ca9f5bf4da6aa89a71cf2618404e13e75d))
542
- * **api:** api update ([f4c26d1](https://github.com/Increase/increase-ruby/commit/f4c26d1b1cdfbcfe12d127c29b3de964b3400d68))
543
- * **api:** api update ([d576bf7](https://github.com/Increase/increase-ruby/commit/d576bf7b4b1f3cc201cf63ef73c384fdaba766c5))
544
- * **api:** api update ([05030a4](https://github.com/Increase/increase-ruby/commit/05030a4fc7232f9724c7ddaa2dc2592cbfd3edd6))
545
- * **api:** api update ([67c1f0b](https://github.com/Increase/increase-ruby/commit/67c1f0b2926fe0a4d0d9abb4c86d36c0821b4b6a))
546
- * **api:** api update ([70d6b93](https://github.com/Increase/increase-ruby/commit/70d6b937f554264a3b965f0278e9af20bb13f524))
547
- * **api:** api update ([1caa411](https://github.com/Increase/increase-ruby/commit/1caa4112436ad6896121d27afdd4a06f406ac9a8))
548
- * **api:** api update ([8f9e694](https://github.com/Increase/increase-ruby/commit/8f9e69431eca1427c939b902e793c1fe27490f7c))
549
- * **api:** api update ([092b919](https://github.com/Increase/increase-ruby/commit/092b9196c87f3494f483d62b214b229ca26e1f58))
550
- * **api:** api update ([e1dc24f](https://github.com/Increase/increase-ruby/commit/e1dc24f2a597da1fb4e51f9a648b1bccb35c583e))
551
- * **api:** api update ([6aa76a0](https://github.com/Increase/increase-ruby/commit/6aa76a005943d4e9cf671360dcee9863e442835f))
552
- * **api:** api update ([27f834c](https://github.com/Increase/increase-ruby/commit/27f834c3056d05eceaeedecffaef9876d23c3207))
553
- * **api:** api update ([a9ab98b](https://github.com/Increase/increase-ruby/commit/a9ab98b9e29d37ff5a00e166eb53c25c1bcaccc4))
554
- * **api:** api update ([8b8d2d6](https://github.com/Increase/increase-ruby/commit/8b8d2d63a92772d12202716c6e640a256cc710ad))
555
- * **api:** api update ([52ab218](https://github.com/Increase/increase-ruby/commit/52ab218e2b9df867348b2512eba89077359d766a))
556
- * **api:** api update ([8d4da8c](https://github.com/Increase/increase-ruby/commit/8d4da8ce0198334d123f78a9007b321ff12fb5d6))
557
- * **api:** api update ([111a104](https://github.com/Increase/increase-ruby/commit/111a1045d994ccd58b6f14194322d764ef8cbb7f))
558
- * **api:** api update ([a4d7fde](https://github.com/Increase/increase-ruby/commit/a4d7fded60123d3ee9ff7bb2c814e7a91deef931))
559
- * **api:** api update ([81619dc](https://github.com/Increase/increase-ruby/commit/81619dc2ac3f2b68f5326c8e64be9dd674afd34e))
560
- * **api:** api update ([098249e](https://github.com/Increase/increase-ruby/commit/098249e18aa22539c26a93e87d5ecbb262bb9183))
561
- * **api:** api update ([11114af](https://github.com/Increase/increase-ruby/commit/11114af8856a05605a2b2091d0c31bae5c46bd22))
562
- * **api:** api update ([0aa66a3](https://github.com/Increase/increase-ruby/commit/0aa66a3195f4efe263ac76df4ef7192623a0f5a8))
563
- * **api:** api update ([0faec8e](https://github.com/Increase/increase-ruby/commit/0faec8e767f7679258cf8c0bf0179d7644e7ba70))
564
- * **api:** api update ([65a3663](https://github.com/Increase/increase-ruby/commit/65a3663561976c1a6d63ab045e69177563f34416))
565
- * **api:** api update ([3cf8a9d](https://github.com/Increase/increase-ruby/commit/3cf8a9d9253e87984e2d7886ac3e28be3971a76f))
566
- * **api:** api update ([4242458](https://github.com/Increase/increase-ruby/commit/4242458875f37192735850ab74b10a012e13acf3))
567
- * **api:** api update ([16f0dab](https://github.com/Increase/increase-ruby/commit/16f0dab6226fe15fe7940701ad6069a58bc53b5d))
568
- * **api:** api update ([e2c60d1](https://github.com/Increase/increase-ruby/commit/e2c60d1ef601903aaa8b200710a558097e9f4278))
569
- * **api:** api update ([6d86a6a](https://github.com/Increase/increase-ruby/commit/6d86a6afaf3717e5cce39cc681ecb880cb152062))
570
- * **api:** api update ([1e2e703](https://github.com/Increase/increase-ruby/commit/1e2e70358f12d691c1e6e0352957ef0c25e0def7))
571
- * **api:** api update ([2ff7de1](https://github.com/Increase/increase-ruby/commit/2ff7de1effe1f3e8ebc604de682682f06a34752b))
572
- * **client:** add webhook support ([c873d85](https://github.com/Increase/increase-ruby/commit/c873d8586d280b9e0e13c6e564f68f17fa8d81e3))
573
-
574
-
575
- ### Bug Fixes
576
-
577
- * align path encoding with RFC 3986 section 3.3 ([1b35b2b](https://github.com/Increase/increase-ruby/commit/1b35b2b993502a148005b418047f47984bffefd8))
578
- * **client:** always add content-length to post body, even when empty ([aef2fe6](https://github.com/Increase/increase-ruby/commit/aef2fe6cb55acc83a228a2acb3f0690dd7f82bef))
579
- * **client:** loosen json header parsing ([c047ae2](https://github.com/Increase/increase-ruby/commit/c047ae28d54c3ece94f4be124b7bcc74763c9e6c))
580
- * **internal:** correct multipart form field name encoding ([6e51c53](https://github.com/Increase/increase-ruby/commit/6e51c53783a3d56844143e234883574d64ba130f))
581
- * multipart encoding for file arrays ([56e6233](https://github.com/Increase/increase-ruby/commit/56e62330fe226d885ee6d5b23f4af708bbd802d0))
582
- * properly mock time in ruby ci tests ([89f7533](https://github.com/Increase/increase-ruby/commit/89f7533c558e7eba55dc2c741103fc6f1a47b945))
583
- * variable name typo ([a783c6d](https://github.com/Increase/increase-ruby/commit/a783c6d68fbac5eebd1f3c4f9238ddc42a18ff50))
584
-
585
-
586
- ### Chores
587
-
588
- * **ci:** skip lint on metadata-only changes ([316bbca](https://github.com/Increase/increase-ruby/commit/316bbca1aae545bc5d8b89d657241f2a84b82a61))
589
- * **ci:** support opting out of skipping builds on metadata-only commits ([f4f85e0](https://github.com/Increase/increase-ruby/commit/f4f85e095915e4c2d3ddb69c61e322df35170773))
590
- * **docs:** remove www prefix ([0a9b229](https://github.com/Increase/increase-ruby/commit/0a9b229d07e1646a9d41076313018a3c0327d149))
591
- * **internal:** codegen related update ([5e62216](https://github.com/Increase/increase-ruby/commit/5e62216d033a720cf9efb23e46bf4dd1d214fa81))
592
- * **internal:** codegen related update ([70fa568](https://github.com/Increase/increase-ruby/commit/70fa568124ffb341715b9036402c0db8ce9cb81a))
593
- * **internal:** codegen related update ([cc5705d](https://github.com/Increase/increase-ruby/commit/cc5705d53a00de97ade9365f752dddbcaed07751))
594
- * **internal:** codegen related update ([36a3ea8](https://github.com/Increase/increase-ruby/commit/36a3ea8ef2941bbe4f8251dab71fdbb8427b1cf8))
595
- * **internal:** tweak CI branches ([e6bcade](https://github.com/Increase/increase-ruby/commit/e6bcade7f30bfcca40cf3f4e17066633a7c70dba))
596
- * **internal:** update `actions/checkout` version ([998f9cd](https://github.com/Increase/increase-ruby/commit/998f9cdab36085daa153d3698ae196767034fd85))
597
- * **internal:** update gitignore ([bb6dc26](https://github.com/Increase/increase-ruby/commit/bb6dc266b53b39dfe0903c0560fd595e51310949))
598
- * move `cgi` into dependencies for ruby 4 ([24c9d9f](https://github.com/Increase/increase-ruby/commit/24c9d9fee4c206ffc5f49b81a896366c34a343ae))
599
- * **tests:** bump steady to v0.19.4 ([704590b](https://github.com/Increase/increase-ruby/commit/704590b4e61fe317a42a8eab1d3f898e06363f66))
600
- * **tests:** bump steady to v0.19.5 ([c4fca5c](https://github.com/Increase/increase-ruby/commit/c4fca5c3dc01ee9508767d674c7d7fbf44a43829))
601
- * **tests:** bump steady to v0.19.6 ([1ed23ad](https://github.com/Increase/increase-ruby/commit/1ed23ada6e1fc6a5c8c026e2db84899c35cc4725))
602
- * **tests:** bump steady to v0.19.7 ([32ea9a5](https://github.com/Increase/increase-ruby/commit/32ea9a542dc1af14dce1b8acdf078db3be837781))
603
- * **tests:** bump steady to v0.20.1 ([5d1374c](https://github.com/Increase/increase-ruby/commit/5d1374ca7e3a3c264a9f4e86b36820a18be2ca56))
604
- * **tests:** bump steady to v0.20.2 ([00efd5c](https://github.com/Increase/increase-ruby/commit/00efd5c6b1b90b6719abde45a1e46375c3c83910))
605
- * update mock server docs ([4d9d783](https://github.com/Increase/increase-ruby/commit/4d9d783cbead1701fea327429ac3f149610e3a40))
606
-
607
-
608
- ### Refactors
609
-
610
- * **tests:** switch from prism to steady ([65ff0ba](https://github.com/Increase/increase-ruby/commit/65ff0bae7d21b9eb2f5d66ad4d9c39425b6aa613))
611
-
612
- ## 1.285.0 (2026-04-09)
613
-
614
- Full Changelog: [v1.284.1...v1.285.0](https://github.com/Increase/increase-ruby/compare/v1.284.1...v1.285.0)
615
-
616
- ### Features
617
-
618
- * **api:** api update ([fffba9f](https://github.com/Increase/increase-ruby/commit/fffba9ff4f42a84805f88606261a465b361281f1))
619
-
620
- ## 1.284.1 (2026-04-08)
621
-
622
- Full Changelog: [v1.284.0...v1.284.1](https://github.com/Increase/increase-ruby/compare/v1.284.0...v1.284.1)
623
-
624
- ### Bug Fixes
625
-
626
- * multipart encoding for file arrays ([a6cc497](https://github.com/Increase/increase-ruby/commit/a6cc4975f1859c10d3435a3749b5bb228479671b))
627
-
628
- ## 1.284.0 (2026-04-07)
629
-
630
- Full Changelog: [v1.283.0...v1.284.0](https://github.com/Increase/increase-ruby/compare/v1.283.0...v1.284.0)
631
-
632
- ### Features
633
-
634
- * **api:** api update ([3b34a4e](https://github.com/Increase/increase-ruby/commit/3b34a4eb31f54413a0ad1322ce4fabc0a827d0ae))
635
-
636
- ## 1.283.0 (2026-04-06)
637
-
638
- Full Changelog: [v1.282.0...v1.283.0](https://github.com/Increase/increase-ruby/compare/v1.282.0...v1.283.0)
639
-
640
- ### Features
641
-
642
- * **api:** api update ([82f051d](https://github.com/Increase/increase-ruby/commit/82f051d9aac6de95564d6fbfaf5b8ca0a194c21c))
643
-
644
- ## 1.282.0 (2026-04-04)
645
-
646
- Full Changelog: [v1.281.0...v1.282.0](https://github.com/Increase/increase-ruby/compare/v1.281.0...v1.282.0)
647
-
648
- ### Features
649
-
650
- * **api:** api update ([808c1b8](https://github.com/Increase/increase-ruby/commit/808c1b82f3bc17f099dec9fc7869f8e6086b2304))
651
-
652
- ## 1.281.0 (2026-04-03)
653
-
654
- Full Changelog: [v1.280.0...v1.281.0](https://github.com/Increase/increase-ruby/compare/v1.280.0...v1.281.0)
655
-
656
- ### Features
657
-
658
- * **api:** api update ([68c9e62](https://github.com/Increase/increase-ruby/commit/68c9e62055a344cae28bfe067828337842833211))
659
-
660
- ## 1.280.0 (2026-04-03)
661
-
662
- Full Changelog: [v1.279.0...v1.280.0](https://github.com/Increase/increase-ruby/compare/v1.279.0...v1.280.0)
663
-
664
- ### Features
665
-
666
- * **api:** api update ([9874e66](https://github.com/Increase/increase-ruby/commit/9874e66054a023a1075ea5d5d1e40cfd11ce6a9a))
667
-
668
- ## 1.279.0 (2026-04-02)
669
-
670
- Full Changelog: [v1.278.2...v1.279.0](https://github.com/Increase/increase-ruby/compare/v1.278.2...v1.279.0)
671
-
672
- ### Features
673
-
674
- * **api:** api update ([9c9129c](https://github.com/Increase/increase-ruby/commit/9c9129c08341d5b8d6187e070c8a9fb40f18d96f))
675
-
676
- ## 1.278.2 (2026-03-31)
677
-
678
- Full Changelog: [v1.278.1...v1.278.2](https://github.com/Increase/increase-ruby/compare/v1.278.1...v1.278.2)
679
-
680
- ### Bug Fixes
681
-
682
- * align path encoding with RFC 3986 section 3.3 ([d78df6c](https://github.com/Increase/increase-ruby/commit/d78df6ce7d11866bc5f8ad6f8ba80813fd63bd79))
683
-
684
- ## 1.278.1 (2026-03-31)
685
-
686
- Full Changelog: [v1.278.0...v1.278.1](https://github.com/Increase/increase-ruby/compare/v1.278.0...v1.278.1)
687
-
688
- ### Bug Fixes
689
-
690
- * variable name typo ([3056f69](https://github.com/Increase/increase-ruby/commit/3056f6930db8441a753ada05a68a9cb42ecd1548))
691
-
692
-
693
- ### Chores
694
-
695
- * **tests:** bump steady to v0.20.2 ([0402af0](https://github.com/Increase/increase-ruby/commit/0402af054445dcc599fad30510d25bbe1c0c7b1b))
696
-
697
- ## 1.278.0 (2026-03-31)
698
-
699
- Full Changelog: [v1.277.0...v1.278.0](https://github.com/Increase/increase-ruby/compare/v1.277.0...v1.278.0)
700
-
701
- ### Features
702
-
703
- * **api:** api update ([4882311](https://github.com/Increase/increase-ruby/commit/488231139f7543705d01440d3e36d247d06dd3b3))
704
-
705
- ## 1.277.0 (2026-03-31)
706
-
707
- Full Changelog: [v1.276.0...v1.277.0](https://github.com/Increase/increase-ruby/compare/v1.276.0...v1.277.0)
708
-
709
- ### Features
710
-
711
- * **api:** api update ([ec38400](https://github.com/Increase/increase-ruby/commit/ec384003001011837a9d16b23ba1f57ac4b190e2))
712
-
713
-
714
- ### Chores
715
-
716
- * **tests:** bump steady to v0.20.1 ([46dc443](https://github.com/Increase/increase-ruby/commit/46dc44380e78a70ebbbc8dd32445b658cba996d4))
717
-
718
- ## 1.276.0 (2026-03-30)
719
-
720
- Full Changelog: [v1.275.0...v1.276.0](https://github.com/Increase/increase-ruby/compare/v1.275.0...v1.276.0)
721
-
722
- ### Features
723
-
724
- * **api:** api update ([5445798](https://github.com/Increase/increase-ruby/commit/5445798e6a82b0a30cdb4f9ccbd04ef45db94823))
725
-
726
- ## 1.275.0 (2026-03-30)
727
-
728
- Full Changelog: [v1.274.0...v1.275.0](https://github.com/Increase/increase-ruby/compare/v1.274.0...v1.275.0)
729
-
730
- ### Features
731
-
732
- * **api:** api update ([c769270](https://github.com/Increase/increase-ruby/commit/c7692700df1ae0074c9614d093243a17e38f6759))
733
-
734
-
735
- ### Chores
736
-
737
- * **ci:** support opting out of skipping builds on metadata-only commits ([d9466e7](https://github.com/Increase/increase-ruby/commit/d9466e7eada22b9afc155324bb0674eef61bfdc7))
738
-
739
- ## 1.274.0 (2026-03-27)
740
-
741
- Full Changelog: [v1.273.0...v1.274.0](https://github.com/Increase/increase-ruby/compare/v1.273.0...v1.274.0)
742
-
743
- ### Features
744
-
745
- * **api:** api update ([c97e84a](https://github.com/Increase/increase-ruby/commit/c97e84a225a22d2bb38919222893a5082bd75fd7))
746
-
747
- ## 1.273.0 (2026-03-26)
748
-
749
- Full Changelog: [v1.272.0...v1.273.0](https://github.com/Increase/increase-ruby/compare/v1.272.0...v1.273.0)
750
-
751
- ### Features
752
-
753
- * **api:** api update ([242cdf3](https://github.com/Increase/increase-ruby/commit/242cdf3c89d776823bf36f7fbc1cb4f8a98c7690))
754
- * **api:** api update ([5e64494](https://github.com/Increase/increase-ruby/commit/5e64494a85d31136ae4356fb54435f1d0d14c1d7))
755
- * **api:** api update ([dda1a5d](https://github.com/Increase/increase-ruby/commit/dda1a5dd5e5741ad4cd07b02203ab76d15b39e89))
756
- * **api:** api update ([e2bfbc6](https://github.com/Increase/increase-ruby/commit/e2bfbc6d5dcf042e437d971fd758fae057674cf2))
757
- * **api:** api update ([d901545](https://github.com/Increase/increase-ruby/commit/d9015457708d005bc055511ab0acf58b42384cf8))
758
- * **api:** api update ([37342cc](https://github.com/Increase/increase-ruby/commit/37342cc63b765ac19e5fd5fe6be68a24fd7793b5))
759
- * **api:** api update ([e9cbaa4](https://github.com/Increase/increase-ruby/commit/e9cbaa418bba9a5f5b6c67ef9fbacdfb9c9d0b73))
760
- * **api:** api update ([f15aa93](https://github.com/Increase/increase-ruby/commit/f15aa93b3d6ae1dd294f25e1153f28248995f7e3))
761
- * **api:** api update ([514fb64](https://github.com/Increase/increase-ruby/commit/514fb646057005074a8140bae2c34258b3dc854a))
762
- * **api:** api update ([d47f389](https://github.com/Increase/increase-ruby/commit/d47f389c4c831d79b6afa51f5d77bdf9b0283c2a))
763
- * **api:** api update ([bf75ccb](https://github.com/Increase/increase-ruby/commit/bf75ccbbc858f4140cf1de6261043f5477dfcfea))
764
- * **api:** api update ([4401edc](https://github.com/Increase/increase-ruby/commit/4401edc2eccc7e23cf0dbff1043dfed3bb2ffbaf))
765
- * **api:** api update ([a8f9781](https://github.com/Increase/increase-ruby/commit/a8f9781028df983df9274fc0a5b590a6215fff99))
766
- * **api:** api update ([e222328](https://github.com/Increase/increase-ruby/commit/e222328aab64f3458322eef37873ac0067adf4bf))
767
- * **api:** api update ([d6c776e](https://github.com/Increase/increase-ruby/commit/d6c776eae3d415cf592eb2d50eff86ecc45ea730))
768
- * **api:** api update ([a7abdff](https://github.com/Increase/increase-ruby/commit/a7abdff25371dc04f8408cf7c499142f1ffb54d3))
769
- * **api:** api update ([f7d74ec](https://github.com/Increase/increase-ruby/commit/f7d74ec547269cefb78232be3f86a1168d1e2461))
770
- * **api:** api update ([ff314ab](https://github.com/Increase/increase-ruby/commit/ff314ab8e87249407ac4517962ff12e1bdaa0c47))
771
- * **api:** api update ([70a43c9](https://github.com/Increase/increase-ruby/commit/70a43c9a4f3827e1e270382afbf9e1cf730f0906))
772
- * **api:** api update ([71ebdbe](https://github.com/Increase/increase-ruby/commit/71ebdbe6510fbbb9b37ce7997c949ed803f89a02))
773
- * **api:** api update ([8f6f005](https://github.com/Increase/increase-ruby/commit/8f6f005318c7081f2b2307afca2556ec514743cf))
774
- * **api:** api update ([6dddf56](https://github.com/Increase/increase-ruby/commit/6dddf56e9795979c8d0101cdf03d0181db033fd8))
775
- * **api:** api update ([e186f28](https://github.com/Increase/increase-ruby/commit/e186f280cbe9dba5b6fc3bf22f690b1ee8f5df91))
776
- * **api:** api update ([0efc17e](https://github.com/Increase/increase-ruby/commit/0efc17ef7cf0549cba04e59f2c3ce8ade7a0f5bd))
777
- * **api:** api update ([46f13fb](https://github.com/Increase/increase-ruby/commit/46f13fbc2c2d8c61b2ef81908ab1268b0daec9a1))
778
- * **api:** api update ([4047a90](https://github.com/Increase/increase-ruby/commit/4047a90a1133c0817e404b466e15eca2161537cc))
779
- * **api:** api update ([7ca6d0e](https://github.com/Increase/increase-ruby/commit/7ca6d0e11076849403646ab94384acf4be38e951))
780
- * **api:** api update ([685cdca](https://github.com/Increase/increase-ruby/commit/685cdca2c35f8c425e87d452adc112b555a812a2))
781
- * **api:** api update ([637b7dc](https://github.com/Increase/increase-ruby/commit/637b7dc6ff6934498094eb2a07a862d3a078d07f))
782
- * **api:** api update ([96de2a0](https://github.com/Increase/increase-ruby/commit/96de2a03d65c0b10ed3c079df031d54b2615e03a))
783
- * **api:** api update ([825556b](https://github.com/Increase/increase-ruby/commit/825556b82887af904b0b8ab5b9802a8e2a99c324))
784
- * **api:** api update ([bf1a7c1](https://github.com/Increase/increase-ruby/commit/bf1a7c1277906587fe2936e1a22b0d2600afa37d))
785
- * **api:** api update ([db50914](https://github.com/Increase/increase-ruby/commit/db5091471b34d8b77f3c033140e39ecf0fa17572))
786
- * **api:** api update ([a1fbe28](https://github.com/Increase/increase-ruby/commit/a1fbe28bc558d22af76914980c6ed28afcef7909))
787
- * **api:** api update ([d0e90a3](https://github.com/Increase/increase-ruby/commit/d0e90a3c94918124e74d1e07e5db94305582e2f5))
788
- * **api:** api update ([6559af9](https://github.com/Increase/increase-ruby/commit/6559af9d9552f0bdbb37f76c18ecdb73afbc212f))
789
- * **api:** api update ([cfada5f](https://github.com/Increase/increase-ruby/commit/cfada5f2d836be7a2812384112dbea652f50a063))
790
- * **api:** api update ([a983d19](https://github.com/Increase/increase-ruby/commit/a983d1940123f48578655ee17920f426bdbcea48))
791
- * **api:** api update ([e31a754](https://github.com/Increase/increase-ruby/commit/e31a754a01ebde6f6137a884980914149bcdecd0))
792
- * **api:** api update ([645195b](https://github.com/Increase/increase-ruby/commit/645195bd521ea964e9e45a8481da6a9fd4b6d8fa))
793
- * **api:** api update ([2d9f9cf](https://github.com/Increase/increase-ruby/commit/2d9f9cf21e6b687ad3d258f911c407d65f14efc1))
794
- * **api:** api update ([66feace](https://github.com/Increase/increase-ruby/commit/66feace168340eeddbe3ba3dc7b8e14367da26e3))
795
- * **api:** api update ([44a2122](https://github.com/Increase/increase-ruby/commit/44a2122e09ada53ea9a7bad2c1a7464efebac4f5))
796
- * **api:** api update ([66453f0](https://github.com/Increase/increase-ruby/commit/66453f0af0d45454683288f06335ba1810cf14a1))
797
- * **api:** api update ([7dc118e](https://github.com/Increase/increase-ruby/commit/7dc118ecddad0d55af30cdfa21dd17c35edcb1bb))
798
- * **api:** api update ([ddc3cd4](https://github.com/Increase/increase-ruby/commit/ddc3cd4884004ebf1fbafc1f5fa167ca1f4e426c))
799
- * **api:** api update ([fb5f4b5](https://github.com/Increase/increase-ruby/commit/fb5f4b56e93b5788f9a91cee8ede3101cbf68bc9))
800
- * **api:** api update ([8d54036](https://github.com/Increase/increase-ruby/commit/8d540364e842ef2d4b902a9bef64a7a8e06a1119))
801
- * **api:** api update ([db6601e](https://github.com/Increase/increase-ruby/commit/db6601e09d4bd7249a54d5392d48f7f63d13e056))
802
- * **api:** api update ([8138773](https://github.com/Increase/increase-ruby/commit/813877385707317ec80dee8cc74e5467dd6acaa5))
803
- * **api:** api update ([604cbbe](https://github.com/Increase/increase-ruby/commit/604cbbe5d1d9f99deaa46ed986e7663e2756b0fd))
804
- * **api:** api update ([cd57df1](https://github.com/Increase/increase-ruby/commit/cd57df1c07f29864b0e36d045da0a3d3dea37229))
805
- * **api:** api update ([efcfa51](https://github.com/Increase/increase-ruby/commit/efcfa5154c46aab88003a81d2efdd0b4f5cdc86b))
806
- * **api:** api update ([81dd29e](https://github.com/Increase/increase-ruby/commit/81dd29e9dfdb8299aaa1b41197f66a09a0711ca2))
807
- * **api:** api update ([cc6c884](https://github.com/Increase/increase-ruby/commit/cc6c8843f24bd39fe4a69d6edf9b3beb64ef5792))
808
- * **api:** api update ([b8cbdc8](https://github.com/Increase/increase-ruby/commit/b8cbdc86fbef7fcce3ac85a343889971b77c3a30))
809
- * **api:** api update ([d02efb1](https://github.com/Increase/increase-ruby/commit/d02efb177d58b0323bf73de2f3deeded92a0c185))
810
- * **api:** api update ([2f6fc4d](https://github.com/Increase/increase-ruby/commit/2f6fc4dbc127a023adcb3f72e0109ff37e438cd8))
811
- * **api:** api update ([8f4579a](https://github.com/Increase/increase-ruby/commit/8f4579a2a216731fe314953038ad9ee909d49148))
812
- * **api:** api update ([2ce4a69](https://github.com/Increase/increase-ruby/commit/2ce4a69b1c900c2bcc275023fb5143355f61d7fb))
813
- * **api:** api update ([10f88cf](https://github.com/Increase/increase-ruby/commit/10f88cfa5326ec0c3a5ba0bb3fc3c5eff9a3ba93))
814
- * **api:** api update ([00e40b7](https://github.com/Increase/increase-ruby/commit/00e40b7f0b1545a03d150056eb324008d28757a7))
815
- * **api:** api update ([6d5ae13](https://github.com/Increase/increase-ruby/commit/6d5ae13ad65d9357064023c4aadd89bd280a37dd))
816
- * **api:** api update ([3c7de8b](https://github.com/Increase/increase-ruby/commit/3c7de8be54ab3a3838bf3f531f0d9fcf4326f981))
817
- * **api:** api update ([477fc1d](https://github.com/Increase/increase-ruby/commit/477fc1d2d3e0ffa94d87bd38de8f9fa640b6d6b6))
818
- * **api:** api update ([8e4bd77](https://github.com/Increase/increase-ruby/commit/8e4bd77a9f6e38d6fb624f14de54158a1f5d8c47))
819
- * **api:** api update ([994c574](https://github.com/Increase/increase-ruby/commit/994c574e2a7b0ca88f389b0497b590cd3c12dfc1))
820
- * **api:** api update ([933d5be](https://github.com/Increase/increase-ruby/commit/933d5beb3f18163905c9f83ba7df18875bf01489))
821
- * **api:** api update ([19af3d3](https://github.com/Increase/increase-ruby/commit/19af3d3a57953bb6bb3eb70feab82483c7f15e19))
822
- * **api:** api update ([5b3d504](https://github.com/Increase/increase-ruby/commit/5b3d50412c6d0936cae8657e9d36ec49d2988eda))
823
- * **api:** api update ([21c63e6](https://github.com/Increase/increase-ruby/commit/21c63e65a7c7a4077af5dd863f125871b5726d85))
824
- * **api:** api update ([6e53b59](https://github.com/Increase/increase-ruby/commit/6e53b5915bd240411121268dd808b13d2bd3ab82))
825
- * **api:** api update ([c8a408a](https://github.com/Increase/increase-ruby/commit/c8a408a669f396435823a3c7bd3ca0a2aa978663))
826
- * **api:** api update ([a8fec40](https://github.com/Increase/increase-ruby/commit/a8fec40bf005e25dcbdeb20a820a232a7a896038))
827
- * **api:** api update ([1d50d86](https://github.com/Increase/increase-ruby/commit/1d50d86f1f11eb6bdaf6b04c8a847cbe4719d3b7))
828
- * **api:** api update ([bc9e64d](https://github.com/Increase/increase-ruby/commit/bc9e64deb4c9ec1da47bd0a234882f7acb624ad0))
829
- * **api:** api update ([17fab0d](https://github.com/Increase/increase-ruby/commit/17fab0dfc100c6ac9fa01ddb459cb5ed511e49d6))
830
- * **api:** api update ([5d17ef7](https://github.com/Increase/increase-ruby/commit/5d17ef766f6b516c5a9669b497565b6d5d7db71a))
831
- * **api:** api update ([28f6cee](https://github.com/Increase/increase-ruby/commit/28f6cee5a4346d0a0c7f6562e91319f90689d7b0))
832
- * **api:** api update ([f738a4c](https://github.com/Increase/increase-ruby/commit/f738a4ca9f5bf4da6aa89a71cf2618404e13e75d))
833
- * **api:** api update ([f4c26d1](https://github.com/Increase/increase-ruby/commit/f4c26d1b1cdfbcfe12d127c29b3de964b3400d68))
834
- * **api:** api update ([d576bf7](https://github.com/Increase/increase-ruby/commit/d576bf7b4b1f3cc201cf63ef73c384fdaba766c5))
835
- * **api:** api update ([05030a4](https://github.com/Increase/increase-ruby/commit/05030a4fc7232f9724c7ddaa2dc2592cbfd3edd6))
836
- * **api:** api update ([67c1f0b](https://github.com/Increase/increase-ruby/commit/67c1f0b2926fe0a4d0d9abb4c86d36c0821b4b6a))
837
- * **api:** api update ([70d6b93](https://github.com/Increase/increase-ruby/commit/70d6b937f554264a3b965f0278e9af20bb13f524))
838
- * **api:** api update ([1caa411](https://github.com/Increase/increase-ruby/commit/1caa4112436ad6896121d27afdd4a06f406ac9a8))
839
- * **api:** api update ([8f9e694](https://github.com/Increase/increase-ruby/commit/8f9e69431eca1427c939b902e793c1fe27490f7c))
840
- * **api:** api update ([092b919](https://github.com/Increase/increase-ruby/commit/092b9196c87f3494f483d62b214b229ca26e1f58))
841
- * **api:** api update ([e1dc24f](https://github.com/Increase/increase-ruby/commit/e1dc24f2a597da1fb4e51f9a648b1bccb35c583e))
842
- * **api:** api update ([6aa76a0](https://github.com/Increase/increase-ruby/commit/6aa76a005943d4e9cf671360dcee9863e442835f))
843
- * **api:** api update ([27f834c](https://github.com/Increase/increase-ruby/commit/27f834c3056d05eceaeedecffaef9876d23c3207))
844
- * **api:** api update ([a9ab98b](https://github.com/Increase/increase-ruby/commit/a9ab98b9e29d37ff5a00e166eb53c25c1bcaccc4))
845
- * **api:** api update ([8b8d2d6](https://github.com/Increase/increase-ruby/commit/8b8d2d63a92772d12202716c6e640a256cc710ad))
846
- * **api:** api update ([52ab218](https://github.com/Increase/increase-ruby/commit/52ab218e2b9df867348b2512eba89077359d766a))
847
- * **api:** api update ([8d4da8c](https://github.com/Increase/increase-ruby/commit/8d4da8ce0198334d123f78a9007b321ff12fb5d6))
848
- * **api:** api update ([111a104](https://github.com/Increase/increase-ruby/commit/111a1045d994ccd58b6f14194322d764ef8cbb7f))
849
- * **api:** api update ([a4d7fde](https://github.com/Increase/increase-ruby/commit/a4d7fded60123d3ee9ff7bb2c814e7a91deef931))
850
- * **api:** api update ([81619dc](https://github.com/Increase/increase-ruby/commit/81619dc2ac3f2b68f5326c8e64be9dd674afd34e))
851
- * **api:** api update ([098249e](https://github.com/Increase/increase-ruby/commit/098249e18aa22539c26a93e87d5ecbb262bb9183))
852
- * **api:** api update ([11114af](https://github.com/Increase/increase-ruby/commit/11114af8856a05605a2b2091d0c31bae5c46bd22))
853
- * **api:** api update ([0aa66a3](https://github.com/Increase/increase-ruby/commit/0aa66a3195f4efe263ac76df4ef7192623a0f5a8))
854
- * **api:** api update ([0faec8e](https://github.com/Increase/increase-ruby/commit/0faec8e767f7679258cf8c0bf0179d7644e7ba70))
855
- * **api:** api update ([65a3663](https://github.com/Increase/increase-ruby/commit/65a3663561976c1a6d63ab045e69177563f34416))
856
- * **api:** api update ([3cf8a9d](https://github.com/Increase/increase-ruby/commit/3cf8a9d9253e87984e2d7886ac3e28be3971a76f))
857
- * **api:** api update ([4242458](https://github.com/Increase/increase-ruby/commit/4242458875f37192735850ab74b10a012e13acf3))
858
- * **api:** api update ([16f0dab](https://github.com/Increase/increase-ruby/commit/16f0dab6226fe15fe7940701ad6069a58bc53b5d))
859
- * **api:** api update ([e2c60d1](https://github.com/Increase/increase-ruby/commit/e2c60d1ef601903aaa8b200710a558097e9f4278))
860
- * **api:** api update ([6d86a6a](https://github.com/Increase/increase-ruby/commit/6d86a6afaf3717e5cce39cc681ecb880cb152062))
861
- * **api:** api update ([1e2e703](https://github.com/Increase/increase-ruby/commit/1e2e70358f12d691c1e6e0352957ef0c25e0def7))
862
- * **api:** api update ([2ff7de1](https://github.com/Increase/increase-ruby/commit/2ff7de1effe1f3e8ebc604de682682f06a34752b))
863
- * **api:** api update ([aceb4f3](https://github.com/Increase/increase-ruby/commit/aceb4f3c59f2a0900583306ce30027a831549525))
864
- * **api:** api update ([e46ae8f](https://github.com/Increase/increase-ruby/commit/e46ae8fe09873e7fded365dafac56aeefbcce73b))
865
- * **api:** api update ([764783b](https://github.com/Increase/increase-ruby/commit/764783bd11d78eee36a65efb4fceaa4d8ad09bb2))
866
- * **api:** api update ([723d38e](https://github.com/Increase/increase-ruby/commit/723d38eb40d3ab1403166954cce2327b5b757f85))
867
- * **api:** api update ([83c266a](https://github.com/Increase/increase-ruby/commit/83c266a24ee743bdca87ebf5155fe4cb485ad097))
868
- * **api:** api update ([900dbdd](https://github.com/Increase/increase-ruby/commit/900dbdd0fdecd5c00bb815f669b62853b1c79a57))
869
- * **api:** api update ([229b3fd](https://github.com/Increase/increase-ruby/commit/229b3fdc43be28c9a2c3a18e1f2a8f7b6cdf4da0))
870
- * **api:** api update ([b28917e](https://github.com/Increase/increase-ruby/commit/b28917e83e452e1f7995d33f5c1e8f5f348e4cd9))
871
- * **api:** api update ([cbab315](https://github.com/Increase/increase-ruby/commit/cbab315aefb41453b15f6d40294447933ccad6fa))
872
- * **api:** api update ([30413fd](https://github.com/Increase/increase-ruby/commit/30413fd094d82dda9a2ce63dfd5b02cc437e5edd))
873
- * **api:** api update ([6bd1989](https://github.com/Increase/increase-ruby/commit/6bd198909a8273554fd61703b047b0900193cf92))
874
- * **api:** api update ([75344a9](https://github.com/Increase/increase-ruby/commit/75344a9514d97b42e680910123ca5d7f157405ab))
875
- * **api:** api update ([b7b5b4d](https://github.com/Increase/increase-ruby/commit/b7b5b4daa32fbdd9e98b67252a5dee579d98fab8))
876
- * **api:** api update ([cd471d1](https://github.com/Increase/increase-ruby/commit/cd471d16f2026e09a7875c4d3d17a0236fc1253a))
877
- * **api:** api update ([98cb040](https://github.com/Increase/increase-ruby/commit/98cb040f373612a7a336992d6bcf91b665a76941))
878
- * **client:** add webhook support ([c873d85](https://github.com/Increase/increase-ruby/commit/c873d8586d280b9e0e13c6e564f68f17fa8d81e3))
879
-
880
-
881
- ### Bug Fixes
882
-
883
- * calling `break` out of streams should be instantaneous ([d9d0a28](https://github.com/Increase/increase-ruby/commit/d9d0a289232863c2e6248afbd22d6ffdfd5bf846))
884
- * **client:** always add content-length to post body, even when empty ([aef2fe6](https://github.com/Increase/increase-ruby/commit/aef2fe6cb55acc83a228a2acb3f0690dd7f82bef))
885
- * **client:** loosen json header parsing ([c047ae2](https://github.com/Increase/increase-ruby/commit/c047ae28d54c3ece94f4be124b7bcc74763c9e6c))
886
- * **internal:** correct multipart form field name encoding ([3ad55ce](https://github.com/Increase/increase-ruby/commit/3ad55ce5091836f9d17644ee1e245673b154b463))
887
- * issue where json.parse errors when receiving HTTP 204 with nobody ([41bfa40](https://github.com/Increase/increase-ruby/commit/41bfa400871737c89342695a01bb2f65ed99a012))
888
- * properly mock time in ruby ci tests ([89f7533](https://github.com/Increase/increase-ruby/commit/89f7533c558e7eba55dc2c741103fc6f1a47b945))
889
-
890
-
891
- ### Chores
892
-
893
- * **ci:** skip lint on metadata-only changes ([316bbca](https://github.com/Increase/increase-ruby/commit/316bbca1aae545bc5d8b89d657241f2a84b82a61))
894
- * **docs:** remove www prefix ([0a9b229](https://github.com/Increase/increase-ruby/commit/0a9b229d07e1646a9d41076313018a3c0327d149))
895
- * **internal:** codegen related update ([5e62216](https://github.com/Increase/increase-ruby/commit/5e62216d033a720cf9efb23e46bf4dd1d214fa81))
896
- * **internal:** codegen related update ([70fa568](https://github.com/Increase/increase-ruby/commit/70fa568124ffb341715b9036402c0db8ce9cb81a))
897
- * **internal:** codegen related update ([cc5705d](https://github.com/Increase/increase-ruby/commit/cc5705d53a00de97ade9365f752dddbcaed07751))
898
- * **internal:** codegen related update ([36a3ea8](https://github.com/Increase/increase-ruby/commit/36a3ea8ef2941bbe4f8251dab71fdbb8427b1cf8))
899
- * **internal:** tweak CI branches ([e6bcade](https://github.com/Increase/increase-ruby/commit/e6bcade7f30bfcca40cf3f4e17066633a7c70dba))
900
- * **internal:** update `actions/checkout` version ([998f9cd](https://github.com/Increase/increase-ruby/commit/998f9cdab36085daa153d3698ae196767034fd85))
901
- * **internal:** update gitignore ([bb6dc26](https://github.com/Increase/increase-ruby/commit/bb6dc266b53b39dfe0903c0560fd595e51310949))
902
- * move `cgi` into dependencies for ruby 4 ([24c9d9f](https://github.com/Increase/increase-ruby/commit/24c9d9fee4c206ffc5f49b81a896366c34a343ae))
903
- * **tests:** bump steady to v0.19.4 ([704590b](https://github.com/Increase/increase-ruby/commit/704590b4e61fe317a42a8eab1d3f898e06363f66))
904
- * **tests:** bump steady to v0.19.5 ([c4fca5c](https://github.com/Increase/increase-ruby/commit/c4fca5c3dc01ee9508767d674c7d7fbf44a43829))
905
- * **tests:** bump steady to v0.19.6 ([1ed23ad](https://github.com/Increase/increase-ruby/commit/1ed23ada6e1fc6a5c8c026e2db84899c35cc4725))
906
- * **tests:** bump steady to v0.19.7 ([32ea9a5](https://github.com/Increase/increase-ruby/commit/32ea9a542dc1af14dce1b8acdf078db3be837781))
907
- * update mock server docs ([4d9d783](https://github.com/Increase/increase-ruby/commit/4d9d783cbead1701fea327429ac3f149610e3a40))
908
-
909
-
910
- ### Refactors
911
-
912
- * **tests:** switch from prism to steady ([65ff0ba](https://github.com/Increase/increase-ruby/commit/65ff0bae7d21b9eb2f5d66ad4d9c39425b6aa613))
913
-
914
- ## 1.272.0 (2026-03-25)
915
-
916
- Full Changelog: [v1.271.0...v1.272.0](https://github.com/Increase/increase-ruby/compare/v1.271.0...v1.272.0)
917
-
918
- ### Features
919
-
920
- * **api:** api update ([e21339a](https://github.com/Increase/increase-ruby/commit/e21339adb4ae1b88f334460423ed374ff3243cca))
921
-
922
- ## 1.271.0 (2026-03-25)
923
-
924
- Full Changelog: [v1.270.0...v1.271.0](https://github.com/Increase/increase-ruby/compare/v1.270.0...v1.271.0)
925
-
926
- ### Features
927
-
928
- * **api:** api update ([c842962](https://github.com/Increase/increase-ruby/commit/c842962434294d2c84984a7c0b4315e0195e1a3a))
929
-
930
- ## 1.270.0 (2026-03-25)
931
-
932
- Full Changelog: [v1.269.0...v1.270.0](https://github.com/Increase/increase-ruby/compare/v1.269.0...v1.270.0)
933
-
934
- ### Features
935
-
936
- * **api:** api update ([967e2f6](https://github.com/Increase/increase-ruby/commit/967e2f6e2a0cc1474165bf1bbd81cc88b1c94d4f))
937
-
938
- ## 1.269.0 (2026-03-24)
939
-
940
- Full Changelog: [v1.268.0...v1.269.0](https://github.com/Increase/increase-ruby/compare/v1.268.0...v1.269.0)
941
-
942
- ### Features
943
-
944
- * **api:** api update ([a2fef35](https://github.com/Increase/increase-ruby/commit/a2fef35b582e081732a3b8e100d4b8a35ce460d6))
945
-
946
- ## 1.268.0 (2026-03-24)
947
-
948
- Full Changelog: [v1.267.0...v1.268.0](https://github.com/Increase/increase-ruby/compare/v1.267.0...v1.268.0)
949
-
950
- ### Features
951
-
952
- * **api:** api update ([b63d832](https://github.com/Increase/increase-ruby/commit/b63d83233aa99cdd3f1415a2d375fe927e8a5f7e))
953
-
954
- ## 1.267.0 (2026-03-24)
955
-
956
- Full Changelog: [v1.266.0...v1.267.0](https://github.com/Increase/increase-ruby/compare/v1.266.0...v1.267.0)
957
-
958
- ### Features
959
-
960
- * **api:** api update ([dbb0581](https://github.com/Increase/increase-ruby/commit/dbb05810285983b2d54ed9b1d36997f94201c860))
961
-
962
-
963
- ### Chores
964
-
965
- * **ci:** skip lint on metadata-only changes ([f5f9efb](https://github.com/Increase/increase-ruby/commit/f5f9efbce8a00b9299b41a5bf91ff7efe25f6ca6))
966
- * **tests:** bump steady to v0.19.7 ([a6a3a7a](https://github.com/Increase/increase-ruby/commit/a6a3a7a3d2d749f2a46ec24e4cec958230392930))
967
-
968
- ## 1.266.0 (2026-03-23)
969
-
970
- Full Changelog: [v1.265.0...v1.266.0](https://github.com/Increase/increase-ruby/compare/v1.265.0...v1.266.0)
971
-
972
- ### Features
973
-
974
- * **api:** api update ([dca7f03](https://github.com/Increase/increase-ruby/commit/dca7f03f785bf05a990ed941f59c6e9e40fa4bd9))
975
- * **api:** api update ([f15aa93](https://github.com/Increase/increase-ruby/commit/f15aa93b3d6ae1dd294f25e1153f28248995f7e3))
976
- * **api:** api update ([514fb64](https://github.com/Increase/increase-ruby/commit/514fb646057005074a8140bae2c34258b3dc854a))
977
- * **api:** api update ([d47f389](https://github.com/Increase/increase-ruby/commit/d47f389c4c831d79b6afa51f5d77bdf9b0283c2a))
978
- * **api:** api update ([bf75ccb](https://github.com/Increase/increase-ruby/commit/bf75ccbbc858f4140cf1de6261043f5477dfcfea))
979
- * **api:** api update ([4401edc](https://github.com/Increase/increase-ruby/commit/4401edc2eccc7e23cf0dbff1043dfed3bb2ffbaf))
980
- * **api:** api update ([a8f9781](https://github.com/Increase/increase-ruby/commit/a8f9781028df983df9274fc0a5b590a6215fff99))
981
- * **api:** api update ([e222328](https://github.com/Increase/increase-ruby/commit/e222328aab64f3458322eef37873ac0067adf4bf))
982
- * **api:** api update ([d6c776e](https://github.com/Increase/increase-ruby/commit/d6c776eae3d415cf592eb2d50eff86ecc45ea730))
983
- * **api:** api update ([a7abdff](https://github.com/Increase/increase-ruby/commit/a7abdff25371dc04f8408cf7c499142f1ffb54d3))
984
- * **api:** api update ([f7d74ec](https://github.com/Increase/increase-ruby/commit/f7d74ec547269cefb78232be3f86a1168d1e2461))
985
- * **api:** api update ([ff314ab](https://github.com/Increase/increase-ruby/commit/ff314ab8e87249407ac4517962ff12e1bdaa0c47))
986
- * **api:** api update ([70a43c9](https://github.com/Increase/increase-ruby/commit/70a43c9a4f3827e1e270382afbf9e1cf730f0906))
987
- * **api:** api update ([71ebdbe](https://github.com/Increase/increase-ruby/commit/71ebdbe6510fbbb9b37ce7997c949ed803f89a02))
988
- * **api:** api update ([8f6f005](https://github.com/Increase/increase-ruby/commit/8f6f005318c7081f2b2307afca2556ec514743cf))
989
- * **api:** api update ([6dddf56](https://github.com/Increase/increase-ruby/commit/6dddf56e9795979c8d0101cdf03d0181db033fd8))
990
- * **api:** api update ([e186f28](https://github.com/Increase/increase-ruby/commit/e186f280cbe9dba5b6fc3bf22f690b1ee8f5df91))
991
- * **api:** api update ([0efc17e](https://github.com/Increase/increase-ruby/commit/0efc17ef7cf0549cba04e59f2c3ce8ade7a0f5bd))
992
- * **api:** api update ([46f13fb](https://github.com/Increase/increase-ruby/commit/46f13fbc2c2d8c61b2ef81908ab1268b0daec9a1))
993
- * **api:** api update ([4047a90](https://github.com/Increase/increase-ruby/commit/4047a90a1133c0817e404b466e15eca2161537cc))
994
- * **api:** api update ([7ca6d0e](https://github.com/Increase/increase-ruby/commit/7ca6d0e11076849403646ab94384acf4be38e951))
995
- * **api:** api update ([685cdca](https://github.com/Increase/increase-ruby/commit/685cdca2c35f8c425e87d452adc112b555a812a2))
996
- * **api:** api update ([637b7dc](https://github.com/Increase/increase-ruby/commit/637b7dc6ff6934498094eb2a07a862d3a078d07f))
997
- * **api:** api update ([96de2a0](https://github.com/Increase/increase-ruby/commit/96de2a03d65c0b10ed3c079df031d54b2615e03a))
998
- * **api:** api update ([825556b](https://github.com/Increase/increase-ruby/commit/825556b82887af904b0b8ab5b9802a8e2a99c324))
999
- * **api:** api update ([bf1a7c1](https://github.com/Increase/increase-ruby/commit/bf1a7c1277906587fe2936e1a22b0d2600afa37d))
1000
- * **api:** api update ([db50914](https://github.com/Increase/increase-ruby/commit/db5091471b34d8b77f3c033140e39ecf0fa17572))
1001
- * **api:** api update ([a1fbe28](https://github.com/Increase/increase-ruby/commit/a1fbe28bc558d22af76914980c6ed28afcef7909))
1002
- * **api:** api update ([d0e90a3](https://github.com/Increase/increase-ruby/commit/d0e90a3c94918124e74d1e07e5db94305582e2f5))
1003
- * **api:** api update ([6559af9](https://github.com/Increase/increase-ruby/commit/6559af9d9552f0bdbb37f76c18ecdb73afbc212f))
1004
- * **api:** api update ([cfada5f](https://github.com/Increase/increase-ruby/commit/cfada5f2d836be7a2812384112dbea652f50a063))
1005
- * **api:** api update ([a983d19](https://github.com/Increase/increase-ruby/commit/a983d1940123f48578655ee17920f426bdbcea48))
1006
- * **api:** api update ([e31a754](https://github.com/Increase/increase-ruby/commit/e31a754a01ebde6f6137a884980914149bcdecd0))
1007
- * **api:** api update ([645195b](https://github.com/Increase/increase-ruby/commit/645195bd521ea964e9e45a8481da6a9fd4b6d8fa))
1008
- * **api:** api update ([2d9f9cf](https://github.com/Increase/increase-ruby/commit/2d9f9cf21e6b687ad3d258f911c407d65f14efc1))
1009
- * **api:** api update ([66feace](https://github.com/Increase/increase-ruby/commit/66feace168340eeddbe3ba3dc7b8e14367da26e3))
1010
- * **api:** api update ([44a2122](https://github.com/Increase/increase-ruby/commit/44a2122e09ada53ea9a7bad2c1a7464efebac4f5))
1011
- * **api:** api update ([66453f0](https://github.com/Increase/increase-ruby/commit/66453f0af0d45454683288f06335ba1810cf14a1))
1012
- * **api:** api update ([7dc118e](https://github.com/Increase/increase-ruby/commit/7dc118ecddad0d55af30cdfa21dd17c35edcb1bb))
1013
- * **api:** api update ([ddc3cd4](https://github.com/Increase/increase-ruby/commit/ddc3cd4884004ebf1fbafc1f5fa167ca1f4e426c))
1014
- * **api:** api update ([fb5f4b5](https://github.com/Increase/increase-ruby/commit/fb5f4b56e93b5788f9a91cee8ede3101cbf68bc9))
1015
- * **api:** api update ([8d54036](https://github.com/Increase/increase-ruby/commit/8d540364e842ef2d4b902a9bef64a7a8e06a1119))
1016
- * **api:** api update ([db6601e](https://github.com/Increase/increase-ruby/commit/db6601e09d4bd7249a54d5392d48f7f63d13e056))
1017
- * **api:** api update ([8138773](https://github.com/Increase/increase-ruby/commit/813877385707317ec80dee8cc74e5467dd6acaa5))
1018
- * **api:** api update ([604cbbe](https://github.com/Increase/increase-ruby/commit/604cbbe5d1d9f99deaa46ed986e7663e2756b0fd))
1019
- * **api:** api update ([cd57df1](https://github.com/Increase/increase-ruby/commit/cd57df1c07f29864b0e36d045da0a3d3dea37229))
1020
- * **api:** api update ([efcfa51](https://github.com/Increase/increase-ruby/commit/efcfa5154c46aab88003a81d2efdd0b4f5cdc86b))
1021
- * **api:** api update ([81dd29e](https://github.com/Increase/increase-ruby/commit/81dd29e9dfdb8299aaa1b41197f66a09a0711ca2))
1022
- * **api:** api update ([cc6c884](https://github.com/Increase/increase-ruby/commit/cc6c8843f24bd39fe4a69d6edf9b3beb64ef5792))
1023
- * **api:** api update ([b8cbdc8](https://github.com/Increase/increase-ruby/commit/b8cbdc86fbef7fcce3ac85a343889971b77c3a30))
1024
- * **api:** api update ([d02efb1](https://github.com/Increase/increase-ruby/commit/d02efb177d58b0323bf73de2f3deeded92a0c185))
1025
- * **api:** api update ([2f6fc4d](https://github.com/Increase/increase-ruby/commit/2f6fc4dbc127a023adcb3f72e0109ff37e438cd8))
1026
- * **api:** api update ([8f4579a](https://github.com/Increase/increase-ruby/commit/8f4579a2a216731fe314953038ad9ee909d49148))
1027
- * **api:** api update ([2ce4a69](https://github.com/Increase/increase-ruby/commit/2ce4a69b1c900c2bcc275023fb5143355f61d7fb))
1028
- * **api:** api update ([10f88cf](https://github.com/Increase/increase-ruby/commit/10f88cfa5326ec0c3a5ba0bb3fc3c5eff9a3ba93))
1029
- * **api:** api update ([00e40b7](https://github.com/Increase/increase-ruby/commit/00e40b7f0b1545a03d150056eb324008d28757a7))
1030
- * **api:** api update ([6d5ae13](https://github.com/Increase/increase-ruby/commit/6d5ae13ad65d9357064023c4aadd89bd280a37dd))
1031
- * **api:** api update ([3c7de8b](https://github.com/Increase/increase-ruby/commit/3c7de8be54ab3a3838bf3f531f0d9fcf4326f981))
1032
- * **api:** api update ([477fc1d](https://github.com/Increase/increase-ruby/commit/477fc1d2d3e0ffa94d87bd38de8f9fa640b6d6b6))
1033
- * **api:** api update ([8e4bd77](https://github.com/Increase/increase-ruby/commit/8e4bd77a9f6e38d6fb624f14de54158a1f5d8c47))
1034
- * **api:** api update ([994c574](https://github.com/Increase/increase-ruby/commit/994c574e2a7b0ca88f389b0497b590cd3c12dfc1))
1035
- * **api:** api update ([933d5be](https://github.com/Increase/increase-ruby/commit/933d5beb3f18163905c9f83ba7df18875bf01489))
1036
- * **api:** api update ([19af3d3](https://github.com/Increase/increase-ruby/commit/19af3d3a57953bb6bb3eb70feab82483c7f15e19))
1037
- * **api:** api update ([5b3d504](https://github.com/Increase/increase-ruby/commit/5b3d50412c6d0936cae8657e9d36ec49d2988eda))
1038
- * **api:** api update ([21c63e6](https://github.com/Increase/increase-ruby/commit/21c63e65a7c7a4077af5dd863f125871b5726d85))
1039
- * **api:** api update ([6e53b59](https://github.com/Increase/increase-ruby/commit/6e53b5915bd240411121268dd808b13d2bd3ab82))
1040
- * **api:** api update ([c8a408a](https://github.com/Increase/increase-ruby/commit/c8a408a669f396435823a3c7bd3ca0a2aa978663))
1041
- * **api:** api update ([a8fec40](https://github.com/Increase/increase-ruby/commit/a8fec40bf005e25dcbdeb20a820a232a7a896038))
1042
- * **api:** api update ([1d50d86](https://github.com/Increase/increase-ruby/commit/1d50d86f1f11eb6bdaf6b04c8a847cbe4719d3b7))
1043
- * **api:** api update ([bc9e64d](https://github.com/Increase/increase-ruby/commit/bc9e64deb4c9ec1da47bd0a234882f7acb624ad0))
1044
- * **api:** api update ([17fab0d](https://github.com/Increase/increase-ruby/commit/17fab0dfc100c6ac9fa01ddb459cb5ed511e49d6))
1045
- * **api:** api update ([5d17ef7](https://github.com/Increase/increase-ruby/commit/5d17ef766f6b516c5a9669b497565b6d5d7db71a))
1046
- * **api:** api update ([28f6cee](https://github.com/Increase/increase-ruby/commit/28f6cee5a4346d0a0c7f6562e91319f90689d7b0))
1047
- * **api:** api update ([f738a4c](https://github.com/Increase/increase-ruby/commit/f738a4ca9f5bf4da6aa89a71cf2618404e13e75d))
1048
- * **api:** api update ([f4c26d1](https://github.com/Increase/increase-ruby/commit/f4c26d1b1cdfbcfe12d127c29b3de964b3400d68))
1049
- * **api:** api update ([d576bf7](https://github.com/Increase/increase-ruby/commit/d576bf7b4b1f3cc201cf63ef73c384fdaba766c5))
1050
- * **api:** api update ([05030a4](https://github.com/Increase/increase-ruby/commit/05030a4fc7232f9724c7ddaa2dc2592cbfd3edd6))
1051
- * **api:** api update ([67c1f0b](https://github.com/Increase/increase-ruby/commit/67c1f0b2926fe0a4d0d9abb4c86d36c0821b4b6a))
1052
- * **api:** api update ([70d6b93](https://github.com/Increase/increase-ruby/commit/70d6b937f554264a3b965f0278e9af20bb13f524))
1053
- * **api:** api update ([1caa411](https://github.com/Increase/increase-ruby/commit/1caa4112436ad6896121d27afdd4a06f406ac9a8))
1054
- * **api:** api update ([8f9e694](https://github.com/Increase/increase-ruby/commit/8f9e69431eca1427c939b902e793c1fe27490f7c))
1055
- * **api:** api update ([092b919](https://github.com/Increase/increase-ruby/commit/092b9196c87f3494f483d62b214b229ca26e1f58))
1056
- * **api:** api update ([e1dc24f](https://github.com/Increase/increase-ruby/commit/e1dc24f2a597da1fb4e51f9a648b1bccb35c583e))
1057
- * **api:** api update ([6aa76a0](https://github.com/Increase/increase-ruby/commit/6aa76a005943d4e9cf671360dcee9863e442835f))
1058
- * **api:** api update ([27f834c](https://github.com/Increase/increase-ruby/commit/27f834c3056d05eceaeedecffaef9876d23c3207))
1059
- * **api:** api update ([a9ab98b](https://github.com/Increase/increase-ruby/commit/a9ab98b9e29d37ff5a00e166eb53c25c1bcaccc4))
1060
- * **api:** api update ([8b8d2d6](https://github.com/Increase/increase-ruby/commit/8b8d2d63a92772d12202716c6e640a256cc710ad))
1061
- * **api:** api update ([52ab218](https://github.com/Increase/increase-ruby/commit/52ab218e2b9df867348b2512eba89077359d766a))
1062
- * **api:** api update ([8d4da8c](https://github.com/Increase/increase-ruby/commit/8d4da8ce0198334d123f78a9007b321ff12fb5d6))
1063
- * **api:** api update ([111a104](https://github.com/Increase/increase-ruby/commit/111a1045d994ccd58b6f14194322d764ef8cbb7f))
1064
- * **api:** api update ([a4d7fde](https://github.com/Increase/increase-ruby/commit/a4d7fded60123d3ee9ff7bb2c814e7a91deef931))
1065
- * **api:** api update ([81619dc](https://github.com/Increase/increase-ruby/commit/81619dc2ac3f2b68f5326c8e64be9dd674afd34e))
1066
- * **api:** api update ([098249e](https://github.com/Increase/increase-ruby/commit/098249e18aa22539c26a93e87d5ecbb262bb9183))
1067
- * **api:** api update ([11114af](https://github.com/Increase/increase-ruby/commit/11114af8856a05605a2b2091d0c31bae5c46bd22))
1068
- * **api:** api update ([0aa66a3](https://github.com/Increase/increase-ruby/commit/0aa66a3195f4efe263ac76df4ef7192623a0f5a8))
1069
- * **api:** api update ([0faec8e](https://github.com/Increase/increase-ruby/commit/0faec8e767f7679258cf8c0bf0179d7644e7ba70))
1070
- * **api:** api update ([65a3663](https://github.com/Increase/increase-ruby/commit/65a3663561976c1a6d63ab045e69177563f34416))
1071
- * **api:** api update ([3cf8a9d](https://github.com/Increase/increase-ruby/commit/3cf8a9d9253e87984e2d7886ac3e28be3971a76f))
1072
- * **api:** api update ([4242458](https://github.com/Increase/increase-ruby/commit/4242458875f37192735850ab74b10a012e13acf3))
1073
- * **api:** api update ([16f0dab](https://github.com/Increase/increase-ruby/commit/16f0dab6226fe15fe7940701ad6069a58bc53b5d))
1074
- * **api:** api update ([e2c60d1](https://github.com/Increase/increase-ruby/commit/e2c60d1ef601903aaa8b200710a558097e9f4278))
1075
- * **api:** api update ([6d86a6a](https://github.com/Increase/increase-ruby/commit/6d86a6afaf3717e5cce39cc681ecb880cb152062))
1076
- * **api:** api update ([1e2e703](https://github.com/Increase/increase-ruby/commit/1e2e70358f12d691c1e6e0352957ef0c25e0def7))
1077
- * **api:** api update ([2ff7de1](https://github.com/Increase/increase-ruby/commit/2ff7de1effe1f3e8ebc604de682682f06a34752b))
1078
- * **api:** api update ([aceb4f3](https://github.com/Increase/increase-ruby/commit/aceb4f3c59f2a0900583306ce30027a831549525))
1079
- * **api:** api update ([e46ae8f](https://github.com/Increase/increase-ruby/commit/e46ae8fe09873e7fded365dafac56aeefbcce73b))
1080
- * **api:** api update ([764783b](https://github.com/Increase/increase-ruby/commit/764783bd11d78eee36a65efb4fceaa4d8ad09bb2))
1081
- * **api:** api update ([723d38e](https://github.com/Increase/increase-ruby/commit/723d38eb40d3ab1403166954cce2327b5b757f85))
1082
- * **api:** api update ([83c266a](https://github.com/Increase/increase-ruby/commit/83c266a24ee743bdca87ebf5155fe4cb485ad097))
1083
- * **api:** api update ([900dbdd](https://github.com/Increase/increase-ruby/commit/900dbdd0fdecd5c00bb815f669b62853b1c79a57))
1084
- * **api:** api update ([229b3fd](https://github.com/Increase/increase-ruby/commit/229b3fdc43be28c9a2c3a18e1f2a8f7b6cdf4da0))
1085
- * **api:** api update ([b28917e](https://github.com/Increase/increase-ruby/commit/b28917e83e452e1f7995d33f5c1e8f5f348e4cd9))
1086
- * **api:** api update ([cbab315](https://github.com/Increase/increase-ruby/commit/cbab315aefb41453b15f6d40294447933ccad6fa))
1087
- * **api:** api update ([30413fd](https://github.com/Increase/increase-ruby/commit/30413fd094d82dda9a2ce63dfd5b02cc437e5edd))
1088
- * **api:** api update ([6bd1989](https://github.com/Increase/increase-ruby/commit/6bd198909a8273554fd61703b047b0900193cf92))
1089
- * **api:** api update ([75344a9](https://github.com/Increase/increase-ruby/commit/75344a9514d97b42e680910123ca5d7f157405ab))
1090
- * **api:** api update ([b7b5b4d](https://github.com/Increase/increase-ruby/commit/b7b5b4daa32fbdd9e98b67252a5dee579d98fab8))
1091
- * **api:** api update ([cd471d1](https://github.com/Increase/increase-ruby/commit/cd471d16f2026e09a7875c4d3d17a0236fc1253a))
1092
- * **api:** api update ([98cb040](https://github.com/Increase/increase-ruby/commit/98cb040f373612a7a336992d6bcf91b665a76941))
1093
- * **api:** api update ([d2fa306](https://github.com/Increase/increase-ruby/commit/d2fa306621499ac6b07ca6d6af0b152a90f61067))
1094
- * **api:** api update ([7fe9f53](https://github.com/Increase/increase-ruby/commit/7fe9f53257f365926ab045ad87866976714062d1))
1095
- * **api:** api update ([67b8dbf](https://github.com/Increase/increase-ruby/commit/67b8dbfbdebd3a25a009b0e9483d3efc20fd47c1))
1096
- * **api:** api update ([d5c3357](https://github.com/Increase/increase-ruby/commit/d5c33578cd9544b10047e3981970f0f79d0e67ad))
1097
- * **api:** api update ([4319fa3](https://github.com/Increase/increase-ruby/commit/4319fa3aab70b389db23e6c3583f7f24dccd176b))
1098
- * **api:** api update ([9af2d06](https://github.com/Increase/increase-ruby/commit/9af2d063181637e84b78c23b2379851b30a1e2c8))
1099
- * **api:** api update ([af572b9](https://github.com/Increase/increase-ruby/commit/af572b982316d8ad976221aaecc78f6a4a5f1a77))
1100
- * **client:** add webhook support ([c873d85](https://github.com/Increase/increase-ruby/commit/c873d8586d280b9e0e13c6e564f68f17fa8d81e3))
1101
-
1102
-
1103
- ### Bug Fixes
1104
-
1105
- * calling `break` out of streams should be instantaneous ([d9d0a28](https://github.com/Increase/increase-ruby/commit/d9d0a289232863c2e6248afbd22d6ffdfd5bf846))
1106
- * **client:** always add content-length to post body, even when empty ([aef2fe6](https://github.com/Increase/increase-ruby/commit/aef2fe6cb55acc83a228a2acb3f0690dd7f82bef))
1107
- * **client:** loosen json header parsing ([c047ae2](https://github.com/Increase/increase-ruby/commit/c047ae28d54c3ece94f4be124b7bcc74763c9e6c))
1108
- * issue where json.parse errors when receiving HTTP 204 with nobody ([41bfa40](https://github.com/Increase/increase-ruby/commit/41bfa400871737c89342695a01bb2f65ed99a012))
1109
- * properly mock time in ruby ci tests ([89f7533](https://github.com/Increase/increase-ruby/commit/89f7533c558e7eba55dc2c741103fc6f1a47b945))
1110
-
1111
-
1112
- ### Chores
1113
-
1114
- * **docs:** remove www prefix ([0a9b229](https://github.com/Increase/increase-ruby/commit/0a9b229d07e1646a9d41076313018a3c0327d149))
1115
- * **internal:** codegen related update ([5e62216](https://github.com/Increase/increase-ruby/commit/5e62216d033a720cf9efb23e46bf4dd1d214fa81))
1116
- * **internal:** codegen related update ([70fa568](https://github.com/Increase/increase-ruby/commit/70fa568124ffb341715b9036402c0db8ce9cb81a))
1117
- * **internal:** codegen related update ([cc5705d](https://github.com/Increase/increase-ruby/commit/cc5705d53a00de97ade9365f752dddbcaed07751))
1118
- * **internal:** codegen related update ([36a3ea8](https://github.com/Increase/increase-ruby/commit/36a3ea8ef2941bbe4f8251dab71fdbb8427b1cf8))
1119
- * **internal:** tweak CI branches ([e6bcade](https://github.com/Increase/increase-ruby/commit/e6bcade7f30bfcca40cf3f4e17066633a7c70dba))
1120
- * **internal:** update `actions/checkout` version ([998f9cd](https://github.com/Increase/increase-ruby/commit/998f9cdab36085daa153d3698ae196767034fd85))
1121
- * **internal:** update gitignore ([4838ccc](https://github.com/Increase/increase-ruby/commit/4838ccc963e898e49c38e2fb0026656cf1e31cdb))
1122
- * move `cgi` into dependencies for ruby 4 ([24c9d9f](https://github.com/Increase/increase-ruby/commit/24c9d9fee4c206ffc5f49b81a896366c34a343ae))
1123
- * **tests:** bump steady to v0.19.4 ([704590b](https://github.com/Increase/increase-ruby/commit/704590b4e61fe317a42a8eab1d3f898e06363f66))
1124
- * **tests:** bump steady to v0.19.5 ([c4fca5c](https://github.com/Increase/increase-ruby/commit/c4fca5c3dc01ee9508767d674c7d7fbf44a43829))
1125
- * **tests:** bump steady to v0.19.6 ([d28fad1](https://github.com/Increase/increase-ruby/commit/d28fad1095e910e333b8dc859e38f36283c33a67))
1126
- * update mock server docs ([4d9d783](https://github.com/Increase/increase-ruby/commit/4d9d783cbead1701fea327429ac3f149610e3a40))
1127
-
1128
-
1129
- ### Refactors
1130
-
1131
- * **tests:** switch from prism to steady ([65ff0ba](https://github.com/Increase/increase-ruby/commit/65ff0bae7d21b9eb2f5d66ad4d9c39425b6aa613))
1132
-
1133
- ## 1.265.0 (2026-03-21)
1134
-
1135
- Full Changelog: [v1.264.0...v1.265.0](https://github.com/Increase/increase-ruby/compare/v1.264.0...v1.265.0)
1136
-
1137
- ### Features
1138
-
1139
- * **api:** api update ([ba4d1d1](https://github.com/Increase/increase-ruby/commit/ba4d1d17e0b779d8e4cb4872bbe8fd200afb38cd))
1140
-
1141
-
1142
- ### Chores
1143
-
1144
- * **tests:** bump steady to v0.19.5 ([fa5eb7c](https://github.com/Increase/increase-ruby/commit/fa5eb7c1ad6334e4da6a55ef372b8550126da8a6))
1145
-
1146
- ## 1.264.0 (2026-03-20)
1147
-
1148
- Full Changelog: [v1.263.0...v1.264.0](https://github.com/Increase/increase-ruby/compare/v1.263.0...v1.264.0)
1149
-
1150
- ### Features
1151
-
1152
- * **api:** api update ([1b0b973](https://github.com/Increase/increase-ruby/commit/1b0b973d66f33f39fbec9b2962eddb1be5ccb116))
1153
-
1154
-
1155
- ### Chores
1156
-
1157
- * **tests:** bump steady to v0.19.4 ([46fcc3d](https://github.com/Increase/increase-ruby/commit/46fcc3d0fcb5d3b38169562440048df229c5d28c))
1158
-
1159
-
1160
- ### Refactors
1161
-
1162
- * **tests:** switch from prism to steady ([6e7cad0](https://github.com/Increase/increase-ruby/commit/6e7cad0a92bb8b02d632b0a9afe4439ca4c9fa82))
1163
-
1164
- ## 1.263.0 (2026-03-19)
1165
-
1166
- Full Changelog: [v1.262.0...v1.263.0](https://github.com/Increase/increase-ruby/compare/v1.262.0...v1.263.0)
1167
-
1168
- ### Features
1169
-
1170
- * **api:** api update ([3d3c01e](https://github.com/Increase/increase-ruby/commit/3d3c01ed92f3bf1c934d1c5607e3195828e48249))
1171
-
1172
- ## 1.262.0 (2026-03-19)
1173
-
1174
- Full Changelog: [v1.261.0...v1.262.0](https://github.com/Increase/increase-ruby/compare/v1.261.0...v1.262.0)
1175
-
1176
- ### Features
1177
-
1178
- * **api:** api update ([325e615](https://github.com/Increase/increase-ruby/commit/325e615c919f3227d89d969a80bf7abbd439df3b))
1179
-
1180
- ## 1.261.0 (2026-03-18)
1181
-
1182
- Full Changelog: [v1.260.0...v1.261.0](https://github.com/Increase/increase-ruby/compare/v1.260.0...v1.261.0)
1183
-
1184
- ### Features
1185
-
1186
- * **api:** api update ([f340950](https://github.com/Increase/increase-ruby/commit/f34095058142fc4db5d34c07f75fbe62db75f080))
1187
-
1188
- ## 1.260.0 (2026-03-18)
1189
-
1190
- Full Changelog: [v1.259.0...v1.260.0](https://github.com/Increase/increase-ruby/compare/v1.259.0...v1.260.0)
1191
-
1192
- ### Features
1193
-
1194
- * **api:** api update ([5a597e5](https://github.com/Increase/increase-ruby/commit/5a597e5c24be4b9fca143653200cafcd2382c0cb))
1195
-
1196
- ## 1.259.0 (2026-03-18)
1197
-
1198
- Full Changelog: [v1.258.0...v1.259.0](https://github.com/Increase/increase-ruby/compare/v1.258.0...v1.259.0)
1199
-
1200
- ### Features
1201
-
1202
- * **api:** api update ([5cb54ff](https://github.com/Increase/increase-ruby/commit/5cb54ffa72d3ce76ddad8bdb1eba83ff8abf89db))
1203
-
1204
-
1205
- ### Chores
1206
-
1207
- * **internal:** tweak CI branches ([8d5b90e](https://github.com/Increase/increase-ruby/commit/8d5b90e28e85a242a720375c9e9055226ddb450d))
1208
-
1209
- ## 1.258.0 (2026-03-16)
1210
-
1211
- Full Changelog: [v1.257.0...v1.258.0](https://github.com/Increase/increase-ruby/compare/v1.257.0...v1.258.0)
1212
-
1213
- ### Features
1214
-
1215
- * **api:** api update ([a2b5eaa](https://github.com/Increase/increase-ruby/commit/a2b5eaafd317d6c882e308227595a0da041b2b19))
1216
-
1217
- ## 1.257.0 (2026-03-16)
1218
-
1219
- Full Changelog: [v1.256.0...v1.257.0](https://github.com/Increase/increase-ruby/compare/v1.256.0...v1.257.0)
1220
-
1221
- ### Features
1222
-
1223
- * **api:** api update ([12de5d2](https://github.com/Increase/increase-ruby/commit/12de5d2f8c42641a9ed33e406715876089cebd9b))
1224
-
1225
- ## 1.256.0 (2026-03-16)
1226
-
1227
- Full Changelog: [v1.255.0...v1.256.0](https://github.com/Increase/increase-ruby/compare/v1.255.0...v1.256.0)
1228
-
1229
- ### Features
1230
-
1231
- * **api:** api update ([bdfa9c5](https://github.com/Increase/increase-ruby/commit/bdfa9c5ba103eab87eca3e207beb057765766053))
1232
-
1233
- ## 1.255.0 (2026-03-13)
1234
-
1235
- Full Changelog: [v1.254.0...v1.255.0](https://github.com/Increase/increase-ruby/compare/v1.254.0...v1.255.0)
1236
-
1237
- ### Features
1238
-
1239
- * **api:** api update ([fb7738c](https://github.com/Increase/increase-ruby/commit/fb7738cf952c59634ae2c60442d3b0060d8c23b8))
1240
-
1241
- ## 1.254.0 (2026-03-13)
1242
-
1243
- Full Changelog: [v1.253.0...v1.254.0](https://github.com/Increase/increase-ruby/compare/v1.253.0...v1.254.0)
1244
-
1245
- ### Features
1246
-
1247
- * **api:** api update ([ff88f04](https://github.com/Increase/increase-ruby/commit/ff88f04db6f580d04908ae94d7d12dcfd3e5e320))
1248
-
1249
- ## 1.253.0 (2026-03-13)
1250
-
1251
- Full Changelog: [v1.252.0...v1.253.0](https://github.com/Increase/increase-ruby/compare/v1.252.0...v1.253.0)
1252
-
1253
- ### Features
1254
-
1255
- * **api:** api update ([a483d4d](https://github.com/Increase/increase-ruby/commit/a483d4d9c06403335ecb3d81f59f4046f25a682a))
1256
-
1257
- ## 1.252.0 (2026-03-12)
1258
-
1259
- Full Changelog: [v1.251.0...v1.252.0](https://github.com/Increase/increase-ruby/compare/v1.251.0...v1.252.0)
1260
-
1261
- ### Features
1262
-
1263
- * **api:** api update ([83c1f81](https://github.com/Increase/increase-ruby/commit/83c1f81ff2f60859e9d9db3d3fd7924065bb4573))
1264
-
1265
- ## 1.251.0 (2026-03-12)
1266
-
1267
- Full Changelog: [v1.250.0...v1.251.0](https://github.com/Increase/increase-ruby/compare/v1.250.0...v1.251.0)
1268
-
1269
- ### Features
1270
-
1271
- * **api:** api update ([126d145](https://github.com/Increase/increase-ruby/commit/126d145166fd0f4da6a9e5ec8e5c7a6569053b40))
1272
- * **api:** api update ([8dd3d2c](https://github.com/Increase/increase-ruby/commit/8dd3d2ccf94223fcae18ecc4511be427e699d54c))
1273
- * **api:** api update ([0612b83](https://github.com/Increase/increase-ruby/commit/0612b830875e4ad90e04d28b6c84c9222f5c0d43))
1274
- * **api:** api update ([dbebe41](https://github.com/Increase/increase-ruby/commit/dbebe4189586870bb68e3987ba30a5827438670c))
1275
-
1276
- ## 1.250.0 (2026-03-12)
1277
-
1278
- Full Changelog: [v1.249.0...v1.250.0](https://github.com/Increase/increase-ruby/compare/v1.249.0...v1.250.0)
1279
-
1280
- ### Features
1281
-
1282
- * **api:** api update ([7ebc531](https://github.com/Increase/increase-ruby/commit/7ebc5310d5083507af85b1550834fd7cf8197c6a))
1283
-
1284
- ## 1.249.0 (2026-03-12)
1285
-
1286
- Full Changelog: [v1.248.0...v1.249.0](https://github.com/Increase/increase-ruby/compare/v1.248.0...v1.249.0)
1287
-
1288
- ### Features
1289
-
1290
- * **api:** api update ([b39504e](https://github.com/Increase/increase-ruby/commit/b39504e3d1a396dcbab69610cf1171af44a43bf1))
1291
-
1292
- ## 1.248.0 (2026-03-12)
1293
-
1294
- Full Changelog: [v1.247.0...v1.248.0](https://github.com/Increase/increase-ruby/compare/v1.247.0...v1.248.0)
1295
-
1296
- ### Features
1297
-
1298
- * **api:** api update ([a898f55](https://github.com/Increase/increase-ruby/commit/a898f559f4c56bb1067639c81c41010234cd4351))
1299
-
1300
- ## 1.247.0 (2026-03-12)
1301
-
1302
- Full Changelog: [v1.246.0...v1.247.0](https://github.com/Increase/increase-ruby/compare/v1.246.0...v1.247.0)
1303
-
1304
- ### Features
1305
-
1306
- * **api:** api update ([eb21be2](https://github.com/Increase/increase-ruby/commit/eb21be29f956c26f627e95e5b6b3b6d38c30b946))
1307
-
1308
- ## 1.246.0 (2026-03-12)
1309
-
1310
- Full Changelog: [v1.245.0...v1.246.0](https://github.com/Increase/increase-ruby/compare/v1.245.0...v1.246.0)
1311
-
1312
- ### Features
1313
-
1314
- * **api:** api update ([1d13412](https://github.com/Increase/increase-ruby/commit/1d13412b23dcc2d2a95113fc5f8f40b04b6bd323))
1315
-
1316
- ## 1.245.0 (2026-03-12)
1317
-
1318
- Full Changelog: [v1.244.0...v1.245.0](https://github.com/Increase/increase-ruby/compare/v1.244.0...v1.245.0)
1319
-
1320
- ### Features
1321
-
1322
- * **api:** api update ([92af05a](https://github.com/Increase/increase-ruby/commit/92af05a3ccbe326343ba547df2276f25455124e3))
1323
-
1324
- ## 1.244.0 (2026-03-11)
1325
-
1326
- Full Changelog: [v1.243.0...v1.244.0](https://github.com/Increase/increase-ruby/compare/v1.243.0...v1.244.0)
1327
-
1328
- ### Features
1329
-
1330
- * **api:** api update ([5881594](https://github.com/Increase/increase-ruby/commit/5881594091e1695f2d69c17bd8018812c3822fba))
1331
-
1332
- ## 1.243.0 (2026-03-11)
1333
-
1334
- Full Changelog: [v1.242.0...v1.243.0](https://github.com/Increase/increase-ruby/compare/v1.242.0...v1.243.0)
1335
-
1336
- ### Features
1337
-
1338
- * **api:** api update ([8a6513b](https://github.com/Increase/increase-ruby/commit/8a6513bcf67ab8f7d66e55aa6df26d21af4abb3a))
1339
-
1340
- ## 1.242.0 (2026-03-11)
1341
-
1342
- Full Changelog: [v1.241.0...v1.242.0](https://github.com/Increase/increase-ruby/compare/v1.241.0...v1.242.0)
1343
-
1344
- ### Features
1345
-
1346
- * **client:** add webhook support ([227d6ab](https://github.com/Increase/increase-ruby/commit/227d6ab8bec444b348c61ae7b85969cd38dcd764))
1347
-
1348
- ## 1.241.0 (2026-03-11)
1349
-
1350
- Full Changelog: [v1.240.0...v1.241.0](https://github.com/Increase/increase-ruby/compare/v1.240.0...v1.241.0)
1351
-
1352
- ### Features
1353
-
1354
- * **api:** api update ([bb3ea5f](https://github.com/Increase/increase-ruby/commit/bb3ea5f6f2b649f19a38ba32b5f5ffd75e7cc9b0))
1355
-
1356
- ## 1.240.0 (2026-03-10)
1357
-
1358
- Full Changelog: [v1.239.0...v1.240.0](https://github.com/Increase/increase-ruby/compare/v1.239.0...v1.240.0)
1359
-
1360
- ### Features
1361
-
1362
- * **api:** api update ([7d15383](https://github.com/Increase/increase-ruby/commit/7d15383d8ed0da57d18f14e1467eaeb20ff7b5c3))
1363
-
1364
- ## 1.239.0 (2026-03-10)
1365
-
1366
- Full Changelog: [v1.238.0...v1.239.0](https://github.com/Increase/increase-ruby/compare/v1.238.0...v1.239.0)
1367
-
1368
- ### Features
1369
-
1370
- * **api:** api update ([1431693](https://github.com/Increase/increase-ruby/commit/14316937bb3c4a431a0beae5bb85a37b6d6910a0))
1371
-
1372
- ## 1.238.0 (2026-03-09)
1373
-
1374
- Full Changelog: [v1.237.0...v1.238.0](https://github.com/Increase/increase-ruby/compare/v1.237.0...v1.238.0)
1375
-
1376
- ### Features
1377
-
1378
- * **api:** api update ([1836a3f](https://github.com/Increase/increase-ruby/commit/1836a3ff6323ab99707b78598cb3762cf558c409))
1379
-
1380
- ## 1.237.0 (2026-03-09)
1381
-
1382
- Full Changelog: [v1.236.0...v1.237.0](https://github.com/Increase/increase-ruby/compare/v1.236.0...v1.237.0)
1383
-
1384
- ### Features
1385
-
1386
- * **api:** api update ([3cdf913](https://github.com/Increase/increase-ruby/commit/3cdf9134f8ed32fee781dae6570f9812130af33e))
1387
-
1388
- ## 1.236.0 (2026-03-09)
1389
-
1390
- Full Changelog: [v1.235.0...v1.236.0](https://github.com/Increase/increase-ruby/compare/v1.235.0...v1.236.0)
1391
-
1392
- ### Features
1393
-
1394
- * **api:** api update ([623031c](https://github.com/Increase/increase-ruby/commit/623031cc393227b42ffe118a755eec0ee63da7c3))
1395
-
1396
-
1397
- ### Chores
1398
-
1399
- * **internal:** codegen related update ([1c8b59d](https://github.com/Increase/increase-ruby/commit/1c8b59d98eb1a7cbe2c4c033debf7b671b963beb))
1400
-
1401
- ## 1.235.0 (2026-03-06)
1402
-
1403
- Full Changelog: [v1.234.0...v1.235.0](https://github.com/Increase/increase-ruby/compare/v1.234.0...v1.235.0)
1404
-
1405
- ### Features
1406
-
1407
- * **api:** api update ([1615eb2](https://github.com/Increase/increase-ruby/commit/1615eb20b76cee8d5258eff5049dbb5289cbe204))
1408
-
1409
- ## 1.234.0 (2026-03-06)
1410
-
1411
- Full Changelog: [v1.233.0...v1.234.0](https://github.com/Increase/increase-ruby/compare/v1.233.0...v1.234.0)
1412
-
1413
- ### Features
1414
-
1415
- * **api:** api update ([b6c7325](https://github.com/Increase/increase-ruby/commit/b6c7325c671925b430c9e2dba7a0b354589bb57d))
1416
-
1417
- ## 1.233.0 (2026-03-05)
1418
-
1419
- Full Changelog: [v1.232.0...v1.233.0](https://github.com/Increase/increase-ruby/compare/v1.232.0...v1.233.0)
1420
-
1421
- ### Features
1422
-
1423
- * **api:** api update ([b54bea1](https://github.com/Increase/increase-ruby/commit/b54bea11390a8b03669a6a332f153448e259d9c9))
1424
-
1425
- ## 1.232.0 (2026-03-05)
1426
-
1427
- Full Changelog: [v1.231.0...v1.232.0](https://github.com/Increase/increase-ruby/compare/v1.231.0...v1.232.0)
1428
-
1429
- ### Features
1430
-
1431
- * **api:** api update ([65e0b8f](https://github.com/Increase/increase-ruby/commit/65e0b8f40881298c3d7f9de56d6d5c44450d7d42))
1432
-
1433
- ## 1.231.0 (2026-03-05)
1434
-
1435
- Full Changelog: [v1.230.0...v1.231.0](https://github.com/Increase/increase-ruby/compare/v1.230.0...v1.231.0)
1436
-
1437
- ### Features
1438
-
1439
- * **api:** api update ([0924a4a](https://github.com/Increase/increase-ruby/commit/0924a4a54f1510a80b4bac5a2a282c36e94e08a4))
1440
-
1441
- ## 1.230.0 (2026-03-05)
1442
-
1443
- Full Changelog: [v1.229.0...v1.230.0](https://github.com/Increase/increase-ruby/compare/v1.229.0...v1.230.0)
1444
-
1445
- ### Features
1446
-
1447
- * **api:** api update ([a02c155](https://github.com/Increase/increase-ruby/commit/a02c155f39f7f44a541ad2151e1dfa14cc21c287))
1448
-
1449
- ## 1.229.0 (2026-03-05)
1450
-
1451
- Full Changelog: [v1.228.0...v1.229.0](https://github.com/Increase/increase-ruby/compare/v1.228.0...v1.229.0)
1452
-
1453
- ### Features
1454
-
1455
- * **api:** api update ([ece1a38](https://github.com/Increase/increase-ruby/commit/ece1a380172005d1ad991faf6dd7b65b0b12bcc7))
1456
-
1457
- ## 1.228.0 (2026-03-05)
1458
-
1459
- Full Changelog: [v1.227.0...v1.228.0](https://github.com/Increase/increase-ruby/compare/v1.227.0...v1.228.0)
1460
-
1461
- ### Features
1462
-
1463
- * **api:** api update ([88b35b9](https://github.com/Increase/increase-ruby/commit/88b35b9e87d4872c8c02c05c558dbfef029519c4))
1464
-
1465
-
1466
- ### Chores
1467
-
1468
- * **internal:** codegen related update ([419d48b](https://github.com/Increase/increase-ruby/commit/419d48be715557592bdc1400a27e29f7afd4914e))
1469
-
1470
- ## 1.227.0 (2026-03-05)
1471
-
1472
- Full Changelog: [v1.226.0...v1.227.0](https://github.com/Increase/increase-ruby/compare/v1.226.0...v1.227.0)
1473
-
1474
- ### Features
1475
-
1476
- * **api:** api update ([d0b15ba](https://github.com/Increase/increase-ruby/commit/d0b15ba11fd48ca1638a71a5b4d2304570ba0b98))
1477
-
1478
- ## 1.226.0 (2026-03-05)
1479
-
1480
- Full Changelog: [v1.225.0...v1.226.0](https://github.com/Increase/increase-ruby/compare/v1.225.0...v1.226.0)
1481
-
1482
- ### Features
1483
-
1484
- * **api:** api update ([e5cb2f5](https://github.com/Increase/increase-ruby/commit/e5cb2f59d4c4462b0254a1604fc2c3f89112683d))
1485
-
1486
- ## 1.225.0 (2026-03-04)
1487
-
1488
- Full Changelog: [v1.224.0...v1.225.0](https://github.com/Increase/increase-ruby/compare/v1.224.0...v1.225.0)
1489
-
1490
- ### Features
1491
-
1492
- * **api:** api update ([6dee90e](https://github.com/Increase/increase-ruby/commit/6dee90e1c29079f2eb8e7782301f32b9557832d9))
1493
-
1494
- ## 1.224.0 (2026-03-03)
1495
-
1496
- Full Changelog: [v1.223.0...v1.224.0](https://github.com/Increase/increase-ruby/compare/v1.223.0...v1.224.0)
1497
-
1498
- ### Features
1499
-
1500
- * **api:** api update ([ee63ebd](https://github.com/Increase/increase-ruby/commit/ee63ebd311ef9797f1c3531c1f5b8d6dc959ff7a))
1501
-
1502
- ## 1.223.0 (2026-03-03)
1503
-
1504
- Full Changelog: [v1.222.0...v1.223.0](https://github.com/Increase/increase-ruby/compare/v1.222.0...v1.223.0)
1505
-
1506
- ### Features
1507
-
1508
- * **api:** api update ([7c121a9](https://github.com/Increase/increase-ruby/commit/7c121a9ef6e556eb402d18dba06b6ebe44e07441))
1509
-
1510
- ## 1.222.0 (2026-03-03)
1511
-
1512
- Full Changelog: [v1.221.0...v1.222.0](https://github.com/Increase/increase-ruby/compare/v1.221.0...v1.222.0)
1513
-
1514
- ### Features
1515
-
1516
- * **api:** api update ([a773d1a](https://github.com/Increase/increase-ruby/commit/a773d1a55c6fa68f2600f317a967509cd2a91e7a))
1517
-
1518
- ## 1.221.0 (2026-03-03)
1519
-
1520
- Full Changelog: [v1.220.0...v1.221.0](https://github.com/Increase/increase-ruby/compare/v1.220.0...v1.221.0)
1521
-
1522
- ### Features
1523
-
1524
- * **api:** api update ([3cd867c](https://github.com/Increase/increase-ruby/commit/3cd867cb677a1d99441f21b30a25da513faf9a70))
1525
-
1526
- ## 1.220.0 (2026-03-03)
1527
-
1528
- Full Changelog: [v1.219.0...v1.220.0](https://github.com/Increase/increase-ruby/compare/v1.219.0...v1.220.0)
1529
-
1530
- ### Features
1531
-
1532
- * **api:** api update ([e1baf82](https://github.com/Increase/increase-ruby/commit/e1baf8273e15cca7f3cef02889f23628c0d9d5d9))
1533
-
1534
-
1535
- ### Chores
1536
-
1537
- * **internal:** codegen related update ([80d0a7b](https://github.com/Increase/increase-ruby/commit/80d0a7b329a7b52ec0d107bc8c7e3cb2575b6b86))
1538
-
1539
- ## 1.219.0 (2026-03-03)
1540
-
1541
- Full Changelog: [v1.218.0...v1.219.0](https://github.com/Increase/increase-ruby/compare/v1.218.0...v1.219.0)
1542
-
1543
- ### Features
1544
-
1545
- * **api:** api update ([f88f32f](https://github.com/Increase/increase-ruby/commit/f88f32f6d62a3e999d02607f80d60ec9583e5729))
1546
-
1547
- ## 1.218.0 (2026-03-02)
1548
-
1549
- Full Changelog: [v1.217.0...v1.218.0](https://github.com/Increase/increase-ruby/compare/v1.217.0...v1.218.0)
1550
-
1551
- ### Features
1552
-
1553
- * **api:** api update ([7dbf570](https://github.com/Increase/increase-ruby/commit/7dbf5703b250d0d377a6b713c3d09c6011d3ddc9))
1554
-
1555
- ## 1.217.0 (2026-03-02)
1556
-
1557
- Full Changelog: [v1.216.0...v1.217.0](https://github.com/Increase/increase-ruby/compare/v1.216.0...v1.217.0)
1558
-
1559
- ### Features
1560
-
1561
- * **api:** api update ([e890f47](https://github.com/Increase/increase-ruby/commit/e890f473afbe526a119d61b8a356177ca5bf4d95))
1562
-
1563
- ## 1.216.0 (2026-03-02)
1564
-
1565
- Full Changelog: [v1.215.0...v1.216.0](https://github.com/Increase/increase-ruby/compare/v1.215.0...v1.216.0)
1566
-
1567
- ### Features
1568
-
1569
- * **api:** api update ([6e07329](https://github.com/Increase/increase-ruby/commit/6e073299615730545a7cf68c349c07bcd2b5d14c))
1570
- * **api:** api update ([af7d90d](https://github.com/Increase/increase-ruby/commit/af7d90d0ece4450d98ac47c5201b50f138e5f185))
1571
- * **api:** api update ([e399c4f](https://github.com/Increase/increase-ruby/commit/e399c4fa6c32afa40a5270da4105f63b7f45f9de))
1572
-
1573
- ## 1.215.0 (2026-03-02)
1574
-
1575
- Full Changelog: [v1.214.1...v1.215.0](https://github.com/Increase/increase-ruby/compare/v1.214.1...v1.215.0)
1576
-
1577
- ### Features
1578
-
1579
- * **api:** api update ([33685ab](https://github.com/Increase/increase-ruby/commit/33685abf859f2fd95d6b44d6baf823680c652c03))
1580
- * **api:** api update ([6d5ae13](https://github.com/Increase/increase-ruby/commit/6d5ae13ad65d9357064023c4aadd89bd280a37dd))
1581
- * **api:** api update ([3c7de8b](https://github.com/Increase/increase-ruby/commit/3c7de8be54ab3a3838bf3f531f0d9fcf4326f981))
1582
- * **api:** api update ([477fc1d](https://github.com/Increase/increase-ruby/commit/477fc1d2d3e0ffa94d87bd38de8f9fa640b6d6b6))
1583
- * **api:** api update ([8e4bd77](https://github.com/Increase/increase-ruby/commit/8e4bd77a9f6e38d6fb624f14de54158a1f5d8c47))
1584
- * **api:** api update ([994c574](https://github.com/Increase/increase-ruby/commit/994c574e2a7b0ca88f389b0497b590cd3c12dfc1))
1585
- * **api:** api update ([933d5be](https://github.com/Increase/increase-ruby/commit/933d5beb3f18163905c9f83ba7df18875bf01489))
1586
- * **api:** api update ([19af3d3](https://github.com/Increase/increase-ruby/commit/19af3d3a57953bb6bb3eb70feab82483c7f15e19))
1587
- * **api:** api update ([5b3d504](https://github.com/Increase/increase-ruby/commit/5b3d50412c6d0936cae8657e9d36ec49d2988eda))
1588
- * **api:** api update ([21c63e6](https://github.com/Increase/increase-ruby/commit/21c63e65a7c7a4077af5dd863f125871b5726d85))
1589
- * **api:** api update ([6e53b59](https://github.com/Increase/increase-ruby/commit/6e53b5915bd240411121268dd808b13d2bd3ab82))
1590
- * **api:** api update ([c8a408a](https://github.com/Increase/increase-ruby/commit/c8a408a669f396435823a3c7bd3ca0a2aa978663))
1591
- * **api:** api update ([a8fec40](https://github.com/Increase/increase-ruby/commit/a8fec40bf005e25dcbdeb20a820a232a7a896038))
1592
- * **api:** api update ([1d50d86](https://github.com/Increase/increase-ruby/commit/1d50d86f1f11eb6bdaf6b04c8a847cbe4719d3b7))
1593
- * **api:** api update ([bc9e64d](https://github.com/Increase/increase-ruby/commit/bc9e64deb4c9ec1da47bd0a234882f7acb624ad0))
1594
- * **api:** api update ([17fab0d](https://github.com/Increase/increase-ruby/commit/17fab0dfc100c6ac9fa01ddb459cb5ed511e49d6))
1595
- * **api:** api update ([5d17ef7](https://github.com/Increase/increase-ruby/commit/5d17ef766f6b516c5a9669b497565b6d5d7db71a))
1596
- * **api:** api update ([28f6cee](https://github.com/Increase/increase-ruby/commit/28f6cee5a4346d0a0c7f6562e91319f90689d7b0))
1597
- * **api:** api update ([f738a4c](https://github.com/Increase/increase-ruby/commit/f738a4ca9f5bf4da6aa89a71cf2618404e13e75d))
1598
- * **api:** api update ([f4c26d1](https://github.com/Increase/increase-ruby/commit/f4c26d1b1cdfbcfe12d127c29b3de964b3400d68))
1599
- * **api:** api update ([d576bf7](https://github.com/Increase/increase-ruby/commit/d576bf7b4b1f3cc201cf63ef73c384fdaba766c5))
1600
- * **api:** api update ([05030a4](https://github.com/Increase/increase-ruby/commit/05030a4fc7232f9724c7ddaa2dc2592cbfd3edd6))
1601
- * **api:** api update ([67c1f0b](https://github.com/Increase/increase-ruby/commit/67c1f0b2926fe0a4d0d9abb4c86d36c0821b4b6a))
1602
- * **api:** api update ([70d6b93](https://github.com/Increase/increase-ruby/commit/70d6b937f554264a3b965f0278e9af20bb13f524))
1603
- * **api:** api update ([1caa411](https://github.com/Increase/increase-ruby/commit/1caa4112436ad6896121d27afdd4a06f406ac9a8))
1604
- * **api:** api update ([8f9e694](https://github.com/Increase/increase-ruby/commit/8f9e69431eca1427c939b902e793c1fe27490f7c))
1605
- * **api:** api update ([092b919](https://github.com/Increase/increase-ruby/commit/092b9196c87f3494f483d62b214b229ca26e1f58))
1606
- * **api:** api update ([e1dc24f](https://github.com/Increase/increase-ruby/commit/e1dc24f2a597da1fb4e51f9a648b1bccb35c583e))
1607
- * **api:** api update ([6aa76a0](https://github.com/Increase/increase-ruby/commit/6aa76a005943d4e9cf671360dcee9863e442835f))
1608
- * **api:** api update ([27f834c](https://github.com/Increase/increase-ruby/commit/27f834c3056d05eceaeedecffaef9876d23c3207))
1609
- * **api:** api update ([a9ab98b](https://github.com/Increase/increase-ruby/commit/a9ab98b9e29d37ff5a00e166eb53c25c1bcaccc4))
1610
- * **api:** api update ([8b8d2d6](https://github.com/Increase/increase-ruby/commit/8b8d2d63a92772d12202716c6e640a256cc710ad))
1611
- * **api:** api update ([52ab218](https://github.com/Increase/increase-ruby/commit/52ab218e2b9df867348b2512eba89077359d766a))
1612
- * **api:** api update ([8d4da8c](https://github.com/Increase/increase-ruby/commit/8d4da8ce0198334d123f78a9007b321ff12fb5d6))
1613
- * **api:** api update ([111a104](https://github.com/Increase/increase-ruby/commit/111a1045d994ccd58b6f14194322d764ef8cbb7f))
1614
- * **api:** api update ([a4d7fde](https://github.com/Increase/increase-ruby/commit/a4d7fded60123d3ee9ff7bb2c814e7a91deef931))
1615
- * **api:** api update ([81619dc](https://github.com/Increase/increase-ruby/commit/81619dc2ac3f2b68f5326c8e64be9dd674afd34e))
1616
- * **api:** api update ([098249e](https://github.com/Increase/increase-ruby/commit/098249e18aa22539c26a93e87d5ecbb262bb9183))
1617
- * **api:** api update ([11114af](https://github.com/Increase/increase-ruby/commit/11114af8856a05605a2b2091d0c31bae5c46bd22))
1618
- * **api:** api update ([0aa66a3](https://github.com/Increase/increase-ruby/commit/0aa66a3195f4efe263ac76df4ef7192623a0f5a8))
1619
- * **api:** api update ([0faec8e](https://github.com/Increase/increase-ruby/commit/0faec8e767f7679258cf8c0bf0179d7644e7ba70))
1620
- * **api:** api update ([65a3663](https://github.com/Increase/increase-ruby/commit/65a3663561976c1a6d63ab045e69177563f34416))
1621
- * **api:** api update ([3cf8a9d](https://github.com/Increase/increase-ruby/commit/3cf8a9d9253e87984e2d7886ac3e28be3971a76f))
1622
- * **api:** api update ([4242458](https://github.com/Increase/increase-ruby/commit/4242458875f37192735850ab74b10a012e13acf3))
1623
- * **api:** api update ([16f0dab](https://github.com/Increase/increase-ruby/commit/16f0dab6226fe15fe7940701ad6069a58bc53b5d))
1624
- * **api:** api update ([e2c60d1](https://github.com/Increase/increase-ruby/commit/e2c60d1ef601903aaa8b200710a558097e9f4278))
1625
- * **api:** api update ([6d86a6a](https://github.com/Increase/increase-ruby/commit/6d86a6afaf3717e5cce39cc681ecb880cb152062))
1626
- * **api:** api update ([1e2e703](https://github.com/Increase/increase-ruby/commit/1e2e70358f12d691c1e6e0352957ef0c25e0def7))
1627
- * **api:** api update ([2ff7de1](https://github.com/Increase/increase-ruby/commit/2ff7de1effe1f3e8ebc604de682682f06a34752b))
1628
- * **api:** api update ([aceb4f3](https://github.com/Increase/increase-ruby/commit/aceb4f3c59f2a0900583306ce30027a831549525))
1629
- * **api:** api update ([e46ae8f](https://github.com/Increase/increase-ruby/commit/e46ae8fe09873e7fded365dafac56aeefbcce73b))
1630
- * **api:** api update ([764783b](https://github.com/Increase/increase-ruby/commit/764783bd11d78eee36a65efb4fceaa4d8ad09bb2))
1631
- * **api:** api update ([723d38e](https://github.com/Increase/increase-ruby/commit/723d38eb40d3ab1403166954cce2327b5b757f85))
1632
- * **api:** api update ([83c266a](https://github.com/Increase/increase-ruby/commit/83c266a24ee743bdca87ebf5155fe4cb485ad097))
1633
- * **api:** api update ([900dbdd](https://github.com/Increase/increase-ruby/commit/900dbdd0fdecd5c00bb815f669b62853b1c79a57))
1634
- * **api:** api update ([229b3fd](https://github.com/Increase/increase-ruby/commit/229b3fdc43be28c9a2c3a18e1f2a8f7b6cdf4da0))
1635
- * **api:** api update ([b28917e](https://github.com/Increase/increase-ruby/commit/b28917e83e452e1f7995d33f5c1e8f5f348e4cd9))
1636
- * **api:** api update ([cbab315](https://github.com/Increase/increase-ruby/commit/cbab315aefb41453b15f6d40294447933ccad6fa))
1637
- * **api:** api update ([30413fd](https://github.com/Increase/increase-ruby/commit/30413fd094d82dda9a2ce63dfd5b02cc437e5edd))
1638
- * **api:** api update ([6bd1989](https://github.com/Increase/increase-ruby/commit/6bd198909a8273554fd61703b047b0900193cf92))
1639
- * **api:** api update ([75344a9](https://github.com/Increase/increase-ruby/commit/75344a9514d97b42e680910123ca5d7f157405ab))
1640
- * **api:** api update ([b7b5b4d](https://github.com/Increase/increase-ruby/commit/b7b5b4daa32fbdd9e98b67252a5dee579d98fab8))
1641
- * **api:** api update ([cd471d1](https://github.com/Increase/increase-ruby/commit/cd471d16f2026e09a7875c4d3d17a0236fc1253a))
1642
- * **api:** api update ([98cb040](https://github.com/Increase/increase-ruby/commit/98cb040f373612a7a336992d6bcf91b665a76941))
1643
- * **api:** api update ([d2fa306](https://github.com/Increase/increase-ruby/commit/d2fa306621499ac6b07ca6d6af0b152a90f61067))
1644
- * **api:** api update ([7fe9f53](https://github.com/Increase/increase-ruby/commit/7fe9f53257f365926ab045ad87866976714062d1))
1645
- * **api:** api update ([67b8dbf](https://github.com/Increase/increase-ruby/commit/67b8dbfbdebd3a25a009b0e9483d3efc20fd47c1))
1646
- * **api:** api update ([d5c3357](https://github.com/Increase/increase-ruby/commit/d5c33578cd9544b10047e3981970f0f79d0e67ad))
1647
- * **api:** api update ([4319fa3](https://github.com/Increase/increase-ruby/commit/4319fa3aab70b389db23e6c3583f7f24dccd176b))
1648
- * **api:** api update ([9af2d06](https://github.com/Increase/increase-ruby/commit/9af2d063181637e84b78c23b2379851b30a1e2c8))
1649
- * **api:** api update ([af572b9](https://github.com/Increase/increase-ruby/commit/af572b982316d8ad976221aaecc78f6a4a5f1a77))
1650
- * **api:** api update ([1f69763](https://github.com/Increase/increase-ruby/commit/1f697636ec11e1be1c6b29868e17efafab663652))
1651
- * **api:** api update ([fcc99bb](https://github.com/Increase/increase-ruby/commit/fcc99bb4df8d3bedd32b05c283ec0e758f5bbb07))
1652
- * **api:** api update ([8934464](https://github.com/Increase/increase-ruby/commit/893446483706d46d4e55e13a13404d55952d1a8d))
1653
- * **api:** api update ([1a75d55](https://github.com/Increase/increase-ruby/commit/1a75d55c6ba2e4629f73fe59c8da98b91dbbf6e6))
1654
- * **api:** api update ([e158e28](https://github.com/Increase/increase-ruby/commit/e158e287076ada6b22460a4d519ee61d366809ee))
1655
- * **api:** api update ([a5b9a26](https://github.com/Increase/increase-ruby/commit/a5b9a266ce8d21a6379ff88b3a64bda6f8739ee7))
1656
- * **api:** api update ([917dbed](https://github.com/Increase/increase-ruby/commit/917dbed48314f83e54348cc62e0cb9779b9e098e))
1657
- * **api:** api update ([b499e51](https://github.com/Increase/increase-ruby/commit/b499e5150485483eb890cfcf41c0609505b5e640))
1658
- * **api:** api update ([05cd7de](https://github.com/Increase/increase-ruby/commit/05cd7debf4d1d58ce1c8ba8ef380b05ac6dc293b))
1659
- * **api:** api update ([b28f5ff](https://github.com/Increase/increase-ruby/commit/b28f5ff86558c90251aff3e9790bcfbc260e2b4e))
1660
- * **api:** api update ([5dc5562](https://github.com/Increase/increase-ruby/commit/5dc556283a86935a0e6cdf14e689488521f5d911))
1661
- * **api:** api update ([b9c0b01](https://github.com/Increase/increase-ruby/commit/b9c0b01f603e14900df6d3cca45f9eac37fa1711))
1662
- * **api:** api update ([5b60fe9](https://github.com/Increase/increase-ruby/commit/5b60fe952e54afc83811c61f4e93934986bad91e))
1663
- * **api:** api update ([a1276ac](https://github.com/Increase/increase-ruby/commit/a1276ac28ce65b4a558c20636a19db11272a7e9d))
1664
- * **api:** api update ([1c1ca70](https://github.com/Increase/increase-ruby/commit/1c1ca7099130256bd43aec7efb710e25afcf1889))
1665
- * **api:** api update ([cef2a87](https://github.com/Increase/increase-ruby/commit/cef2a870042d3598be92dca27906748c832ca7c8))
1666
- * **api:** api update ([def7765](https://github.com/Increase/increase-ruby/commit/def776572d6ae1c87e25b170540c9d8c40243a91))
1667
- * **api:** api update ([a8ea234](https://github.com/Increase/increase-ruby/commit/a8ea23450bc324eaa7cf0b40c1bf035016d58348))
1668
- * **api:** api update ([7a23d3c](https://github.com/Increase/increase-ruby/commit/7a23d3ca76f7db4df104d5999fa3476a3ab1878b))
1669
- * **api:** api update ([5913eb0](https://github.com/Increase/increase-ruby/commit/5913eb0108a5d9b21c7f8bea443e6700799f01f7))
1670
- * **api:** api update ([25b8e72](https://github.com/Increase/increase-ruby/commit/25b8e72296ea661cf37b4e128a30358e4ee46992))
1671
- * **api:** api update ([8d194f8](https://github.com/Increase/increase-ruby/commit/8d194f8ab7aaf13a9f532699ef4e55601526ffc3))
1672
- * **api:** api update ([e528779](https://github.com/Increase/increase-ruby/commit/e528779b176eb4353bdc69bfa5a5b719e511cb08))
1673
- * **api:** api update ([79f154c](https://github.com/Increase/increase-ruby/commit/79f154c2f470444a71f7c6f0d9459a3afde8def7))
1674
- * **api:** api update ([328af34](https://github.com/Increase/increase-ruby/commit/328af3444d8aaf03175360f2ceae494894763e70))
1675
- * **api:** api update ([a677c19](https://github.com/Increase/increase-ruby/commit/a677c193f4c8d58725e64732944a2c63bb85c194))
1676
- * **api:** api update ([f7565de](https://github.com/Increase/increase-ruby/commit/f7565def11ce2aadf5e947d672942c811391e052))
1677
- * **api:** api update ([be908f4](https://github.com/Increase/increase-ruby/commit/be908f4310c85dbd6f48c66c7f4dfc203bbdc9a0))
1678
- * **api:** api update ([a58dd6a](https://github.com/Increase/increase-ruby/commit/a58dd6a38c94f26e839a9a86db04ba54d5081a87))
1679
- * **api:** api update ([06588a3](https://github.com/Increase/increase-ruby/commit/06588a32f65dd0a460e97d3ac7e166a43152022c))
1680
- * **api:** api update ([1953f6e](https://github.com/Increase/increase-ruby/commit/1953f6e77fe6b972b0427c16db9d7ed0a9a7b540))
1681
- * **api:** api update ([77b9b9e](https://github.com/Increase/increase-ruby/commit/77b9b9e5980a5a787b0be903566a85f4f8bbeac0))
1682
- * **api:** api update ([c81e9db](https://github.com/Increase/increase-ruby/commit/c81e9db1085e45c267b5b77455f2a54d6b3b2a91))
1683
- * **api:** api update ([fc39494](https://github.com/Increase/increase-ruby/commit/fc39494266a7bd75ae68f98a321de2cc994bb0e6))
1684
- * **api:** api update ([179a189](https://github.com/Increase/increase-ruby/commit/179a189ef9af8980d9c5c62eb75197ff3e48a547))
1685
- * **api:** api update ([3f3746d](https://github.com/Increase/increase-ruby/commit/3f3746de3d87d6db48afb3852819a8f3d9b18e91))
1686
- * **api:** api update ([5386c3d](https://github.com/Increase/increase-ruby/commit/5386c3d7d00a80d5e889abc587ddf5e0f9495331))
1687
- * **api:** api update ([581df67](https://github.com/Increase/increase-ruby/commit/581df675ae1c0a892887cb899f3fd5bc694cff9e))
1688
- * **api:** api update ([840fa8d](https://github.com/Increase/increase-ruby/commit/840fa8d6587982f5827469441b9ec571f7ae3b5a))
1689
- * **api:** api update ([505629f](https://github.com/Increase/increase-ruby/commit/505629f4b4e7015ec8c17aa41dffd1b5fb22c012))
1690
- * **api:** api update ([5a6b953](https://github.com/Increase/increase-ruby/commit/5a6b953daa4f9a93576f08b0e3b6e8d6a4864564))
1691
- * **api:** api update ([d129a03](https://github.com/Increase/increase-ruby/commit/d129a03a2bab85d01f9cfe40c9f947e596770fdd))
1692
- * **api:** api update ([f2cde95](https://github.com/Increase/increase-ruby/commit/f2cde957678b37f174cb55b742b0b378dd732577))
1693
- * **api:** api update ([1f3ba09](https://github.com/Increase/increase-ruby/commit/1f3ba092b30da5e9aaf30ad8787d5c3aa8452112))
1694
- * **api:** api update ([f07e672](https://github.com/Increase/increase-ruby/commit/f07e672aa9b98e1d598d8dcb79c7b14c212c9c49))
1695
- * **api:** api update ([0d0ff30](https://github.com/Increase/increase-ruby/commit/0d0ff30f1de006587b7ed76935931f8337514e64))
1696
- * **api:** api update ([6fb6df5](https://github.com/Increase/increase-ruby/commit/6fb6df51a393a334700567d3449a82aad9f3f1f9))
1697
- * **api:** api update ([134b6c4](https://github.com/Increase/increase-ruby/commit/134b6c46f2fe4c3727939516940325ca8138b399))
1698
- * **api:** api update ([8220c88](https://github.com/Increase/increase-ruby/commit/8220c88f5d78d06f8f99b90c989a61925844038d))
1699
- * **api:** api update ([1ad36cb](https://github.com/Increase/increase-ruby/commit/1ad36cb10916ac975c62790843cd9dc2f3557d0e))
1700
- * handle thread interrupts in the core HTTP client ([70115d2](https://github.com/Increase/increase-ruby/commit/70115d22c9ae11a19bef051b345a94451d4a297c))
1701
-
1702
-
1703
- ### Bug Fixes
1704
-
1705
- * absolutely qualified uris should always override the default ([bc97e0b](https://github.com/Increase/increase-ruby/commit/bc97e0b7312761c7ea97637fe03b7c914c188ef4))
1706
- * better thread safety via early initializing SSL store during HTTP client creation ([8c5dc84](https://github.com/Increase/increase-ruby/commit/8c5dc842c7a9876414f0bd89a8f194e1520330e4))
1707
- * calling `break` out of streams should be instantaneous ([d9d0a28](https://github.com/Increase/increase-ruby/commit/d9d0a289232863c2e6248afbd22d6ffdfd5bf846))
1708
- * **client:** always add content-length to post body, even when empty ([aef2fe6](https://github.com/Increase/increase-ruby/commit/aef2fe6cb55acc83a228a2acb3f0690dd7f82bef))
1709
- * **client:** handle some Dispute objects as empty rather than unknown ([5a90aad](https://github.com/Increase/increase-ruby/commit/5a90aada76a2f04904aa414928ca83dc9ad0d9a3))
1710
- * **client:** loosen json header parsing ([c047ae2](https://github.com/Increase/increase-ruby/commit/c047ae28d54c3ece94f4be124b7bcc74763c9e6c))
1711
- * coroutine leaks from connection pool ([b8c304a](https://github.com/Increase/increase-ruby/commit/b8c304aee8e2098ff68226dbcfd5d23d5d5046de))
1712
- * issue where json.parse errors when receiving HTTP 204 with nobody ([41bfa40](https://github.com/Increase/increase-ruby/commit/41bfa400871737c89342695a01bb2f65ed99a012))
1713
- * properly mock time in ruby ci tests ([89f7533](https://github.com/Increase/increase-ruby/commit/89f7533c558e7eba55dc2c741103fc6f1a47b945))
1714
- * should not reuse buffers for `IO.copy_stream` interop ([80123c1](https://github.com/Increase/increase-ruby/commit/80123c1d91a5dccf600e8ddbdd9d3c716e79d7c0))
1715
-
1716
-
1717
- ### Chores
1718
-
1719
- * bump dependency version and update sorbet types ([214fcce](https://github.com/Increase/increase-ruby/commit/214fcce5ca8c7c23f2922a84c1d6cc2e70ddf569))
1720
- * **client:** send user-agent header ([d5d4ef2](https://github.com/Increase/increase-ruby/commit/d5d4ef21dbb6b5bfbe2894ee9e011daeece021bb))
1721
- * **docs:** remove www prefix ([0a9b229](https://github.com/Increase/increase-ruby/commit/0a9b229d07e1646a9d41076313018a3c0327d149))
1722
- * explicitly require "base64" gem ([420c62b](https://github.com/Increase/increase-ruby/commit/420c62bbaa0471cdbe06e223eb519bb3bc125a62))
1723
- * ignore linter error for tests having large collections ([ec972f3](https://github.com/Increase/increase-ruby/commit/ec972f3a29c5c906d49ccbd703203ac74c4d6385))
1724
- * **internal:** codegen related update ([8736612](https://github.com/Increase/increase-ruby/commit/873661224de9464379449bc823aa706bb8c2ecbb))
1725
- * **internal:** update `actions/checkout` version ([998f9cd](https://github.com/Increase/increase-ruby/commit/998f9cdab36085daa153d3698ae196767034fd85))
1726
- * move `cgi` into dependencies for ruby 4 ([24c9d9f](https://github.com/Increase/increase-ruby/commit/24c9d9fee4c206ffc5f49b81a896366c34a343ae))
1727
- * update mock server docs ([4d9d783](https://github.com/Increase/increase-ruby/commit/4d9d783cbead1701fea327429ac3f149610e3a40))
1728
-
1729
- ## 1.214.1 (2026-02-26)
1730
-
1731
- Full Changelog: [v1.214.0...v1.214.1](https://github.com/Increase/increase-ruby/compare/v1.214.0...v1.214.1)
1732
-
1733
- ### Bug Fixes
1734
-
1735
- * properly mock time in ruby ci tests ([3a0feb8](https://github.com/Increase/increase-ruby/commit/3a0feb8c07b9060f4d369c4a1ed9318cf0027b47))
1736
-
1737
- ## 1.214.0 (2026-02-24)
1738
-
1739
- Full Changelog: [v1.213.0...v1.214.0](https://github.com/Increase/increase-ruby/compare/v1.213.0...v1.214.0)
1740
-
1741
- ### Features
1742
-
1743
- * **api:** api update ([2532271](https://github.com/Increase/increase-ruby/commit/2532271ab9be5fa33c760602895a30277f5859b6))
1744
-
1745
- ## 1.213.0 (2026-02-23)
1746
-
1747
- Full Changelog: [v1.212.0...v1.213.0](https://github.com/Increase/increase-ruby/compare/v1.212.0...v1.213.0)
1748
-
1749
- ### Features
1750
-
1751
- * **api:** api update ([27ad253](https://github.com/Increase/increase-ruby/commit/27ad253d411648e5e305016495f73495c31ccb0d))
1752
-
1753
- ## 1.212.0 (2026-02-23)
1754
-
1755
- Full Changelog: [v1.211.0...v1.212.0](https://github.com/Increase/increase-ruby/compare/v1.211.0...v1.212.0)
1756
-
1757
- ### Features
1758
-
1759
- * **api:** api update ([5b533a4](https://github.com/Increase/increase-ruby/commit/5b533a43964e40c6f7668a6614ea8275ca5686ba))
1760
-
1761
- ## 1.211.0 (2026-02-23)
1762
-
1763
- Full Changelog: [v1.210.0...v1.211.0](https://github.com/Increase/increase-ruby/compare/v1.210.0...v1.211.0)
1764
-
1765
- ### Features
1766
-
1767
- * **api:** api update ([915d9cc](https://github.com/Increase/increase-ruby/commit/915d9ccf3b0ac96031d9dd60241ec7180317d9ad))
1768
-
1769
-
1770
- ### Chores
1771
-
1772
- * update mock server docs ([2647d67](https://github.com/Increase/increase-ruby/commit/2647d67787d9d4db2b5cb543ceadaaed9014e11b))
1773
-
1774
- ## 1.210.0 (2026-02-18)
1775
-
1776
- Full Changelog: [v1.209.0...v1.210.0](https://github.com/Increase/increase-ruby/compare/v1.209.0...v1.210.0)
1777
-
1778
- ### Features
1779
-
1780
- * **api:** api update ([94b287f](https://github.com/Increase/increase-ruby/commit/94b287fcab61f856bc45512b38346d33d943771f))
1781
-
1782
- ## 1.209.0 (2026-02-14)
1783
-
1784
- Full Changelog: [v1.208.0...v1.209.0](https://github.com/Increase/increase-ruby/compare/v1.208.0...v1.209.0)
1785
-
1786
- ### Features
1787
-
1788
- * **api:** api update ([6d4eb47](https://github.com/Increase/increase-ruby/commit/6d4eb473a5825b70b0acf61e0eaea8dbbb161b16))
1789
-
1790
- ## 1.208.0 (2026-02-10)
1791
-
1792
- Full Changelog: [v1.207.0...v1.208.0](https://github.com/Increase/increase-ruby/compare/v1.207.0...v1.208.0)
1793
-
1794
- ### Features
1795
-
1796
- * **api:** api update ([1df52dd](https://github.com/Increase/increase-ruby/commit/1df52dd9ceb238bbe0e9c9e85052199cb21658ee))
1797
-
1798
- ## 1.207.0 (2026-02-10)
1799
-
1800
- Full Changelog: [v1.206.0...v1.207.0](https://github.com/Increase/increase-ruby/compare/v1.206.0...v1.207.0)
1801
-
1802
- ### Features
1803
-
1804
- * **api:** api update ([85a2643](https://github.com/Increase/increase-ruby/commit/85a2643c9ae05bc8c9111e957ca524bed2ba07d0))
1805
-
1806
- ## 1.206.0 (2026-02-10)
1807
-
1808
- Full Changelog: [v1.205.0...v1.206.0](https://github.com/Increase/increase-ruby/compare/v1.205.0...v1.206.0)
1809
-
1810
- ### Features
1811
-
1812
- * **api:** api update ([e4c353a](https://github.com/Increase/increase-ruby/commit/e4c353a99606a2fdfda9238efa8a4209bd6e93ad))
1813
-
1814
- ## 1.205.0 (2026-02-07)
1815
-
1816
- Full Changelog: [v1.204.0...v1.205.0](https://github.com/Increase/increase-ruby/compare/v1.204.0...v1.205.0)
1817
-
1818
- ### Features
1819
-
1820
- * **api:** api update ([2cfbf48](https://github.com/Increase/increase-ruby/commit/2cfbf484dc0b54d67f94891c4f0894024a447d82))
1821
-
1822
- ## 1.204.0 (2026-02-07)
1823
-
1824
- Full Changelog: [v1.203.0...v1.204.0](https://github.com/Increase/increase-ruby/compare/v1.203.0...v1.204.0)
1825
-
1826
- ### Features
1827
-
1828
- * **api:** api update ([eb834f0](https://github.com/Increase/increase-ruby/commit/eb834f0ed9bfdec907c8c6e78fb5d102c9e24694))
1829
-
1830
- ## 1.203.0 (2026-02-06)
1831
-
1832
- Full Changelog: [v1.202.1...v1.203.0](https://github.com/Increase/increase-ruby/compare/v1.202.1...v1.203.0)
1833
-
1834
- ### Features
1835
-
1836
- * **api:** api update ([ee29957](https://github.com/Increase/increase-ruby/commit/ee299579540ba0ba073ff96eddc4525d514076ca))
1837
-
1838
- ## 1.202.1 (2026-02-06)
1839
-
1840
- Full Changelog: [v1.202.0...v1.202.1](https://github.com/Increase/increase-ruby/compare/v1.202.0...v1.202.1)
1841
-
1842
- ### Bug Fixes
1843
-
1844
- * **client:** loosen json header parsing ([3e86c14](https://github.com/Increase/increase-ruby/commit/3e86c148869c291677ffd1169c01629efcbd017c))
1845
-
1846
- ## 1.202.0 (2026-02-06)
1847
-
1848
- Full Changelog: [v1.201.0...v1.202.0](https://github.com/Increase/increase-ruby/compare/v1.201.0...v1.202.0)
1849
-
1850
- ### Features
1851
-
1852
- * **api:** api update ([058e184](https://github.com/Increase/increase-ruby/commit/058e184f8c2c5e21021e17bca856ac9731c5fc52))
1853
-
1854
- ## 1.201.0 (2026-02-05)
1855
-
1856
- Full Changelog: [v1.200.0...v1.201.0](https://github.com/Increase/increase-ruby/compare/v1.200.0...v1.201.0)
1857
-
1858
- ### Features
1859
-
1860
- * **api:** api update ([28f77cf](https://github.com/Increase/increase-ruby/commit/28f77cfa917e80b7e15d1b93b89deccf7d15d303))
1861
-
1862
- ## 1.200.0 (2026-02-05)
1863
-
1864
- Full Changelog: [v1.199.0...v1.200.0](https://github.com/Increase/increase-ruby/compare/v1.199.0...v1.200.0)
1865
-
1866
- ### Features
1867
-
1868
- * **api:** api update ([384b3e6](https://github.com/Increase/increase-ruby/commit/384b3e658511e0eae3e01aa17f5c59c32a013f44))
1869
-
1870
- ## 1.199.0 (2026-02-04)
1871
-
1872
- Full Changelog: [v1.198.0...v1.199.0](https://github.com/Increase/increase-ruby/compare/v1.198.0...v1.199.0)
1873
-
1874
- ### Features
1875
-
1876
- * **api:** api update ([de7b766](https://github.com/Increase/increase-ruby/commit/de7b766b843c02c8e043f8d298f77427ca7c3485))
1877
-
1878
-
1879
- ### Chores
1880
-
1881
- * **docs:** remove www prefix ([fa1ee72](https://github.com/Increase/increase-ruby/commit/fa1ee72b443b9f47e715ab1ef545b05fa027643a))
1882
-
1883
- ## 1.198.0 (2026-02-04)
1884
-
1885
- Full Changelog: [v1.197.0...v1.198.0](https://github.com/Increase/increase-ruby/compare/v1.197.0...v1.198.0)
1886
-
1887
- ### Features
1888
-
1889
- * **api:** api update ([65a0591](https://github.com/Increase/increase-ruby/commit/65a05912ac1d3f755f28826cd581f134bcf72c4d))
1890
-
1891
- ## 1.197.0 (2026-02-03)
1892
-
1893
- Full Changelog: [v1.196.0...v1.197.0](https://github.com/Increase/increase-ruby/compare/v1.196.0...v1.197.0)
1894
-
1895
- ### Features
1896
-
1897
- * **api:** api update ([afef769](https://github.com/Increase/increase-ruby/commit/afef769328f334db3ef6c88104753664da8ba3bc))
1898
-
1899
- ## 1.196.0 (2026-02-03)
1900
-
1901
- Full Changelog: [v1.195.0...v1.196.0](https://github.com/Increase/increase-ruby/compare/v1.195.0...v1.196.0)
1902
-
1903
- ### Features
1904
-
1905
- * **api:** api update ([f6a121d](https://github.com/Increase/increase-ruby/commit/f6a121df12f7c54dc6fa6581f8d84681e0e9a656))
1906
-
1907
- ## 1.195.0 (2026-02-03)
1908
-
1909
- Full Changelog: [v1.194.0...v1.195.0](https://github.com/Increase/increase-ruby/compare/v1.194.0...v1.195.0)
1910
-
1911
- ### Features
1912
-
1913
- * **api:** api update ([46e1324](https://github.com/Increase/increase-ruby/commit/46e13245b8d293cdcaf0b3f52dd2853b17c1bff9))
1914
-
1915
- ## 1.194.0 (2026-02-02)
1916
-
1917
- Full Changelog: [v1.193.0...v1.194.0](https://github.com/Increase/increase-ruby/compare/v1.193.0...v1.194.0)
1918
-
1919
- ### Features
1920
-
1921
- * **api:** api update ([327b2dd](https://github.com/Increase/increase-ruby/commit/327b2dd6a6aa75ce46e0488206781d0acbd2a4eb))
1922
-
1923
- ## 1.193.0 (2026-02-02)
1924
-
1925
- Full Changelog: [v1.192.1...v1.193.0](https://github.com/Increase/increase-ruby/compare/v1.192.1...v1.193.0)
1926
-
1927
- ### Features
1928
-
1929
- * **api:** api update ([1746e10](https://github.com/Increase/increase-ruby/commit/1746e109dcba41f5815eedadd2cff82808f0906f))
1930
- * **api:** api update ([8357e01](https://github.com/Increase/increase-ruby/commit/8357e01742ed70449019a2b488e429bf0d6560e3))
1931
- * **api:** api update ([130e648](https://github.com/Increase/increase-ruby/commit/130e64800d44fef9a082670ab9c54eabf921b290))
1932
-
1933
- ## 1.192.1 (2026-02-02)
1934
-
1935
- Full Changelog: [v1.192.0...v1.192.1](https://github.com/Increase/increase-ruby/compare/v1.192.0...v1.192.1)
1936
-
1937
- ### Bug Fixes
1938
-
1939
- * **client:** always add content-length to post body, even when empty ([3fca76b](https://github.com/Increase/increase-ruby/commit/3fca76b749a1836451c60452d86ffddc9bb8ce6c))
1940
-
1941
- ## 1.192.0 (2026-01-31)
1942
-
1943
- Full Changelog: [v1.191.0...v1.192.0](https://github.com/Increase/increase-ruby/compare/v1.191.0...v1.192.0)
1944
-
1945
- ### Features
1946
-
1947
- * **api:** api update ([a8ffb0d](https://github.com/Increase/increase-ruby/commit/a8ffb0d26def947f539725399b031fd018d46615))
1948
-
1949
- ## 1.191.0 (2026-01-30)
1950
-
1951
- Full Changelog: [v1.190.0...v1.191.0](https://github.com/Increase/increase-ruby/compare/v1.190.0...v1.191.0)
1952
-
1953
- ### Features
1954
-
1955
- * **api:** api update ([45b7378](https://github.com/Increase/increase-ruby/commit/45b7378628733d8461b9cb85b76e005823c2d03c))
1956
-
1957
- ## 1.190.0 (2026-01-30)
1958
-
1959
- Full Changelog: [v1.189.0...v1.190.0](https://github.com/Increase/increase-ruby/compare/v1.189.0...v1.190.0)
1960
-
1961
- ### Features
1962
-
1963
- * **api:** api update ([f7cc074](https://github.com/Increase/increase-ruby/commit/f7cc0747c6b88057f4d8cfa995b15069062d222c))
1964
-
1965
- ## 1.189.0 (2026-01-30)
1966
-
1967
- Full Changelog: [v1.188.0...v1.189.0](https://github.com/Increase/increase-ruby/compare/v1.188.0...v1.189.0)
1968
-
1969
- ### Features
1970
-
1971
- * **api:** api update ([e8708e4](https://github.com/Increase/increase-ruby/commit/e8708e4623934db6877f7fce9e49a908181dcaa1))
1972
-
1973
- ## 1.188.0 (2026-01-30)
1974
-
1975
- Full Changelog: [v1.187.0...v1.188.0](https://github.com/Increase/increase-ruby/compare/v1.187.0...v1.188.0)
1976
-
1977
- ### Features
1978
-
1979
- * **api:** api update ([edc7e8c](https://github.com/Increase/increase-ruby/commit/edc7e8c374bf5a108ea08346136ed22be11beca2))
1980
-
1981
- ## 1.187.0 (2026-01-30)
1982
-
1983
- Full Changelog: [v1.186.0...v1.187.0](https://github.com/Increase/increase-ruby/compare/v1.186.0...v1.187.0)
1984
-
1985
- ### Features
1986
-
1987
- * **api:** api update ([47c0b0d](https://github.com/Increase/increase-ruby/commit/47c0b0d6d71c02b51d865906d17e645302e68069))
1988
-
1989
- ## 1.186.0 (2026-01-28)
1990
-
1991
- Full Changelog: [v1.185.0...v1.186.0](https://github.com/Increase/increase-ruby/compare/v1.185.0...v1.186.0)
1992
-
1993
- ### Features
1994
-
1995
- * **api:** api update ([390da85](https://github.com/Increase/increase-ruby/commit/390da85a509b0b81f7fd823cc5b956765dc1ba80))
1996
-
1997
- ## 1.185.0 (2026-01-27)
1998
-
1999
- Full Changelog: [v1.184.0...v1.185.0](https://github.com/Increase/increase-ruby/compare/v1.184.0...v1.185.0)
2000
-
2001
- ### Features
2002
-
2003
- * **api:** api update ([e198c3e](https://github.com/Increase/increase-ruby/commit/e198c3e11f98040cfe817eaac4d5f9d3aa3124a5))
2004
-
2005
- ## 1.184.0 (2026-01-27)
2006
-
2007
- Full Changelog: [v1.183.0...v1.184.0](https://github.com/Increase/increase-ruby/compare/v1.183.0...v1.184.0)
2008
-
2009
- ### Features
2010
-
2011
- * **api:** api update ([87efb3c](https://github.com/Increase/increase-ruby/commit/87efb3c2769243404df336fbdefc331b6a18ba64))
2012
-
2013
- ## 1.183.0 (2026-01-26)
2014
-
2015
- Full Changelog: [v1.182.0...v1.183.0](https://github.com/Increase/increase-ruby/compare/v1.182.0...v1.183.0)
2016
-
2017
- ### Features
2018
-
2019
- * **api:** api update ([d53ca79](https://github.com/Increase/increase-ruby/commit/d53ca79caa9a76ffb59f966955cebda9536c9414))
2020
-
2021
- ## 1.182.0 (2026-01-23)
2022
-
2023
- Full Changelog: [v1.181.0...v1.182.0](https://github.com/Increase/increase-ruby/compare/v1.181.0...v1.182.0)
2024
-
2025
- ### Features
2026
-
2027
- * **api:** api update ([2716e55](https://github.com/Increase/increase-ruby/commit/2716e5520c441409cc52ee168796741d9d8e3fb2))
2028
-
2029
- ## 1.181.0 (2026-01-23)
2030
-
2031
- Full Changelog: [v1.180.0...v1.181.0](https://github.com/Increase/increase-ruby/compare/v1.180.0...v1.181.0)
2032
-
2033
- ### Features
2034
-
2035
- * **api:** api update ([2c2739e](https://github.com/Increase/increase-ruby/commit/2c2739ee824cba0971576e7d95b14073034527c6))
2036
-
2037
- ## 1.180.0 (2026-01-23)
2038
-
2039
- Full Changelog: [v1.179.0...v1.180.0](https://github.com/Increase/increase-ruby/compare/v1.179.0...v1.180.0)
2040
-
2041
- ### Features
2042
-
2043
- * **api:** api update ([d5d4377](https://github.com/Increase/increase-ruby/commit/d5d4377c1a31303f23e021568166f7cd03e88766))
2044
-
2045
- ## 1.179.0 (2026-01-22)
2046
-
2047
- Full Changelog: [v1.178.0...v1.179.0](https://github.com/Increase/increase-ruby/compare/v1.178.0...v1.179.0)
2048
-
2049
- ### Features
2050
-
2051
- * **api:** api update ([b34aeac](https://github.com/Increase/increase-ruby/commit/b34aeac0be84425219b9e30b15fcd3142acb1dd4))
2052
-
2053
- ## 1.178.0 (2026-01-21)
2054
-
2055
- Full Changelog: [v1.177.0...v1.178.0](https://github.com/Increase/increase-ruby/compare/v1.177.0...v1.178.0)
2056
-
2057
- ### Features
2058
-
2059
- * **api:** api update ([36361bc](https://github.com/Increase/increase-ruby/commit/36361bcbef8213d9aeb54e6f4b90dae74bcb21e0))
2060
-
2061
-
2062
- ### Chores
2063
-
2064
- * **internal:** update `actions/checkout` version ([3a61451](https://github.com/Increase/increase-ruby/commit/3a61451c76a17f7b56580c139e06db98bf4ea402))
2065
-
2066
- ## 1.177.0 (2026-01-16)
2067
-
2068
- Full Changelog: [v1.176.0...v1.177.0](https://github.com/Increase/increase-ruby/compare/v1.176.0...v1.177.0)
2069
-
2070
- ### Features
2071
-
2072
- * **api:** api update ([54f5759](https://github.com/Increase/increase-ruby/commit/54f5759085d04059ec9a9162bcd0b40a4257e040))
2073
-
2074
- ## 1.176.0 (2026-01-14)
2075
-
2076
- Full Changelog: [v1.175.0...v1.176.0](https://github.com/Increase/increase-ruby/compare/v1.175.0...v1.176.0)
2077
-
2078
- ### Features
2079
-
2080
- * **api:** api update ([24826b1](https://github.com/Increase/increase-ruby/commit/24826b1ba2ca802a5211618a873ca6ff3424b0b1))
2081
-
2082
-
2083
- ### Chores
2084
-
2085
- * move `cgi` into dependencies for ruby 4 ([0e8a6bc](https://github.com/Increase/increase-ruby/commit/0e8a6bc96473cf0540c8a0be18c4c4ef915de00e))
2086
-
2087
- ## 1.175.0 (2026-01-08)
2088
-
2089
- Full Changelog: [v1.174.0...v1.175.0](https://github.com/Increase/increase-ruby/compare/v1.174.0...v1.175.0)
2090
-
2091
- ### Features
2092
-
2093
- * **api:** api update ([ed14e6f](https://github.com/Increase/increase-ruby/commit/ed14e6fa7f59dd24228c316142c864b602d67bf6))
2094
-
2095
- ## 1.174.0 (2026-01-07)
2096
-
2097
- Full Changelog: [v1.173.0...v1.174.0](https://github.com/Increase/increase-ruby/compare/v1.173.0...v1.174.0)
2098
-
2099
- ### Features
2100
-
2101
- * **api:** api update ([4427e10](https://github.com/Increase/increase-ruby/commit/4427e10c4ce94f595c01781e0029a6062a63b2f4))
2102
-
2103
- ## 1.173.0 (2026-01-07)
2104
-
2105
- Full Changelog: [v1.172.0...v1.173.0](https://github.com/Increase/increase-ruby/compare/v1.172.0...v1.173.0)
2106
-
2107
- ### Features
2108
-
2109
- * **api:** api update ([ca3e263](https://github.com/Increase/increase-ruby/commit/ca3e2631c92ccf0a937d01ebe83dcc8f29e8b7cb))
2110
-
2111
- ## 1.172.0 (2026-01-06)
2112
-
2113
- Full Changelog: [v1.171.0...v1.172.0](https://github.com/Increase/increase-ruby/compare/v1.171.0...v1.172.0)
2114
-
2115
- ### Features
2116
-
2117
- * **api:** api update ([f7bc3df](https://github.com/Increase/increase-ruby/commit/f7bc3df6db78f863f763caf487a6ee1e0ae0d190))
2118
-
2119
- ## 1.171.0 (2026-01-05)
2120
-
2121
- Full Changelog: [v1.170.0...v1.171.0](https://github.com/Increase/increase-ruby/compare/v1.170.0...v1.171.0)
2122
-
2123
- ### Features
2124
-
2125
- * **api:** api update ([e98ec1a](https://github.com/Increase/increase-ruby/commit/e98ec1aa3cefbfe4f8afea6a893b6d0c11123b58))
2126
-
2127
- ## 1.170.0 (2026-01-01)
2128
-
2129
- Full Changelog: [v1.169.0...v1.170.0](https://github.com/Increase/increase-ruby/compare/v1.169.0...v1.170.0)
2130
-
2131
- ### Features
2132
-
2133
- * **api:** api update ([b2804c4](https://github.com/Increase/increase-ruby/commit/b2804c4a956655f52561596b0f4ebb06e06af1ff))
2134
-
2135
- ## 1.169.0 (2025-12-19)
2136
-
2137
- Full Changelog: [v1.168.0...v1.169.0](https://github.com/Increase/increase-ruby/compare/v1.168.0...v1.169.0)
2138
-
2139
- ### Features
2140
-
2141
- * **api:** api update ([b5d3038](https://github.com/Increase/increase-ruby/commit/b5d30383dc3af990034904caf966da33ea3ddb9a))
2142
-
2143
- ## 1.168.0 (2025-12-18)
2144
-
2145
- Full Changelog: [v1.167.0...v1.168.0](https://github.com/Increase/increase-ruby/compare/v1.167.0...v1.168.0)
2146
-
2147
- ### Features
2148
-
2149
- * **api:** api update ([f4ce01f](https://github.com/Increase/increase-ruby/commit/f4ce01fb3e3b0c52bf5079921ab01f3979de944f))
2150
-
2151
- ## 1.167.0 (2025-12-18)
2152
-
2153
- Full Changelog: [v1.166.1...v1.167.0](https://github.com/Increase/increase-ruby/compare/v1.166.1...v1.167.0)
2154
-
2155
- ### Features
2156
-
2157
- * **api:** api update ([8083993](https://github.com/Increase/increase-ruby/commit/80839936c4b528bb4c1070c5382196cba2206ad3))
2158
-
2159
- ## 1.166.1 (2025-12-18)
2160
-
2161
- Full Changelog: [v1.166.0...v1.166.1](https://github.com/Increase/increase-ruby/compare/v1.166.0...v1.166.1)
2162
-
2163
- ### Bug Fixes
2164
-
2165
- * issue where json.parse errors when receiving HTTP 204 with nobody ([35cc667](https://github.com/Increase/increase-ruby/commit/35cc6675facca611a5d519a87fa7affc8a0bbb8e))
2166
-
2167
- ## 1.166.0 (2025-12-17)
2168
-
2169
- Full Changelog: [v1.165.0...v1.166.0](https://github.com/Increase/increase-ruby/compare/v1.165.0...v1.166.0)
2170
-
2171
- ### Features
2172
-
2173
- * **api:** api update ([88bcbdb](https://github.com/Increase/increase-ruby/commit/88bcbdb902e7fb4c920d5e675385fb2a06a6ab96))
2174
-
2175
- ## 1.165.0 (2025-12-16)
2176
-
2177
- Full Changelog: [v1.164.1...v1.165.0](https://github.com/Increase/increase-ruby/compare/v1.164.1...v1.165.0)
2178
-
2179
- ### Features
2180
-
2181
- * **api:** api update ([cac70b5](https://github.com/Increase/increase-ruby/commit/cac70b5a0f8fde1778cdb05d8b2d284f3b9301b4))
2182
-
2183
- ## 1.164.1 (2025-12-16)
2184
-
2185
- Full Changelog: [v1.164.0...v1.164.1](https://github.com/Increase/increase-ruby/compare/v1.164.0...v1.164.1)
2186
-
2187
- ### Bug Fixes
2188
-
2189
- * calling `break` out of streams should be instantaneous ([23336c2](https://github.com/Increase/increase-ruby/commit/23336c2005c8dbb3784632e2295d6c4d13c737e7))
2190
-
2191
- ## 1.164.0 (2025-12-16)
2192
-
2193
- Full Changelog: [v1.163.0...v1.164.0](https://github.com/Increase/increase-ruby/compare/v1.163.0...v1.164.0)
2194
-
2195
- ### Features
2196
-
2197
- * **api:** api update ([3e521cc](https://github.com/Increase/increase-ruby/commit/3e521cc8fedee1b77c0a6b336b7317dfbcd26bed))
2198
-
2199
- ## 1.163.0 (2025-12-15)
2200
-
2201
- Full Changelog: [v1.162.0...v1.163.0](https://github.com/Increase/increase-ruby/compare/v1.162.0...v1.163.0)
2202
-
2203
- ### Features
2204
-
2205
- * **api:** api update ([e460bf9](https://github.com/Increase/increase-ruby/commit/e460bf9922c48bef47dc445ea2d40fd7da99c249))
2206
-
2207
- ## 1.162.0 (2025-12-15)
2208
-
2209
- Full Changelog: [v1.161.0...v1.162.0](https://github.com/Increase/increase-ruby/compare/v1.161.0...v1.162.0)
2210
-
2211
- ### Features
2212
-
2213
- * **api:** api update ([a8c7867](https://github.com/Increase/increase-ruby/commit/a8c7867005c29bc8b4da16f7ee57b22c3c4abde5))
2214
-
2215
- ## 1.161.0 (2025-12-15)
2216
-
2217
- Full Changelog: [v1.160.0...v1.161.0](https://github.com/Increase/increase-ruby/compare/v1.160.0...v1.161.0)
2218
-
2219
- ### Features
2220
-
2221
- * **api:** api update ([888afde](https://github.com/Increase/increase-ruby/commit/888afdeaee1e7c956b33c3de1861a8d735293a66))
2222
-
2223
- ## 1.160.0 (2025-12-15)
2224
-
2225
- Full Changelog: [v1.159.0...v1.160.0](https://github.com/Increase/increase-ruby/compare/v1.159.0...v1.160.0)
2226
-
2227
- ### Features
2228
-
2229
- * **api:** api update ([5d1d461](https://github.com/Increase/increase-ruby/commit/5d1d46157b5a707fc910c14e60061e4b89c1f52d))
2230
-
2231
- ## 1.159.0 (2025-12-09)
2232
-
2233
- Full Changelog: [v1.158.0...v1.159.0](https://github.com/Increase/increase-ruby/compare/v1.158.0...v1.159.0)
2234
-
2235
- ### Features
2236
-
2237
- * **api:** api update ([d0dd7a8](https://github.com/Increase/increase-ruby/commit/d0dd7a857cdca3db358aef4c46530944d606851f))
2238
-
2239
- ## 1.158.0 (2025-12-08)
2240
-
2241
- Full Changelog: [v1.157.0...v1.158.0](https://github.com/Increase/increase-ruby/compare/v1.157.0...v1.158.0)
2242
-
2243
- ### Features
2244
-
2245
- * **api:** api update ([e98a96d](https://github.com/Increase/increase-ruby/commit/e98a96d9cc37a5b233740a0fe7c60f14de1dcbf7))
2246
-
2247
- ## 1.157.0 (2025-12-08)
2248
-
2249
- Full Changelog: [v1.156.0...v1.157.0](https://github.com/Increase/increase-ruby/compare/v1.156.0...v1.157.0)
2250
-
2251
- ### Features
2252
-
2253
- * **api:** api update ([cf2e5f7](https://github.com/Increase/increase-ruby/commit/cf2e5f7ac3084a0a372d004ce292783bebd4bfcf))
2254
-
2255
- ## 1.156.0 (2025-12-08)
2256
-
2257
- Full Changelog: [v1.155.0...v1.156.0](https://github.com/Increase/increase-ruby/compare/v1.155.0...v1.156.0)
2258
-
2259
- ### Features
2260
-
2261
- * **api:** api update ([f2d2dd4](https://github.com/Increase/increase-ruby/commit/f2d2dd4266c3cc347ac0ec58dfa28451dc49449a))
2262
-
2263
- ## 1.155.0 (2025-12-06)
2264
-
2265
- Full Changelog: [v1.154.0...v1.155.0](https://github.com/Increase/increase-ruby/compare/v1.154.0...v1.155.0)
2266
-
2267
- ### Features
2268
-
2269
- * **api:** api update ([a988d72](https://github.com/Increase/increase-ruby/commit/a988d7210e3bc9b3f471655c2e6b407904049d5b))
2270
-
2271
- ## 1.154.0 (2025-12-05)
2272
-
2273
- Full Changelog: [v1.153.0...v1.154.0](https://github.com/Increase/increase-ruby/compare/v1.153.0...v1.154.0)
2274
-
2275
- ### Features
2276
-
2277
- * **api:** api update ([fa635c9](https://github.com/Increase/increase-ruby/commit/fa635c93a57dbbd88d0e64231cf0189364484e25))
2278
-
2279
- ## 1.153.0 (2025-12-04)
2280
-
2281
- Full Changelog: [v1.152.0...v1.153.0](https://github.com/Increase/increase-ruby/compare/v1.152.0...v1.153.0)
2282
-
2283
- ### Features
2284
-
2285
- * **api:** api update ([91788b0](https://github.com/Increase/increase-ruby/commit/91788b00fe683e5af6cdf6856a689c4238c2620c))
2286
-
2287
- ## 1.152.0 (2025-12-01)
2288
-
2289
- Full Changelog: [v1.151.0...v1.152.0](https://github.com/Increase/increase-ruby/compare/v1.151.0...v1.152.0)
2290
-
2291
- ### Features
2292
-
2293
- * **api:** api update ([1649f50](https://github.com/Increase/increase-ruby/commit/1649f50e5899a93e8a7cf2f262c15e6faae3cd13))
2294
-
2295
- ## 1.151.0 (2025-11-26)
2296
-
2297
- Full Changelog: [v1.150.0...v1.151.0](https://github.com/Increase/increase-ruby/compare/v1.150.0...v1.151.0)
2298
-
2299
- ### Features
2300
-
2301
- * **api:** api update ([482166c](https://github.com/Increase/increase-ruby/commit/482166c1ef656506c37cafb2585b0c9b3b8de2c7))
2302
-
2303
- ## 1.150.0 (2025-11-26)
2304
-
2305
- Full Changelog: [v1.149.0...v1.150.0](https://github.com/Increase/increase-ruby/compare/v1.149.0...v1.150.0)
2306
-
2307
- ### Features
2308
-
2309
- * **api:** api update ([f837860](https://github.com/Increase/increase-ruby/commit/f83786006c083bfc0a72c3982746194d73edb0b2))
2310
-
2311
- ## 1.149.0 (2025-11-24)
2312
-
2313
- Full Changelog: [v1.148.0...v1.149.0](https://github.com/Increase/increase-ruby/compare/v1.148.0...v1.149.0)
2314
-
2315
- ### Features
2316
-
2317
- * **api:** api update ([d27029d](https://github.com/Increase/increase-ruby/commit/d27029d6e3d7ba98ea5c378f9734487164820732))
2318
-
2319
- ## 1.148.0 (2025-11-24)
2320
-
2321
- Full Changelog: [v1.147.0...v1.148.0](https://github.com/Increase/increase-ruby/compare/v1.147.0...v1.148.0)
2322
-
2323
- ### Features
2324
-
2325
- * **api:** api update ([70549b5](https://github.com/Increase/increase-ruby/commit/70549b5f5c04bd68309c448849df43ced96e48c8))
2326
-
2327
- ## 1.147.0 (2025-11-21)
2328
-
2329
- Full Changelog: [v1.146.0...v1.147.0](https://github.com/Increase/increase-ruby/compare/v1.146.0...v1.147.0)
2330
-
2331
- ### Features
2332
-
2333
- * **api:** api update ([0a711f3](https://github.com/Increase/increase-ruby/commit/0a711f397e3751e296444459f1a2fe1720ffd1a5))
2334
-
2335
- ## 1.146.0 (2025-11-21)
2336
-
2337
- Full Changelog: [v1.145.0...v1.146.0](https://github.com/Increase/increase-ruby/compare/v1.145.0...v1.146.0)
2338
-
2339
- ### Features
2340
-
2341
- * **api:** api update ([36d98ac](https://github.com/Increase/increase-ruby/commit/36d98ac3cab20bfeac3e8d36297779bb75d1c155))
2342
-
2343
- ## 1.145.0 (2025-11-20)
2344
-
2345
- Full Changelog: [v1.144.0...v1.145.0](https://github.com/Increase/increase-ruby/compare/v1.144.0...v1.145.0)
2346
-
2347
- ### Features
2348
-
2349
- * **api:** api update ([23e90fa](https://github.com/Increase/increase-ruby/commit/23e90fabd425c1c2a443a37a2da93d95e946db28))
2350
-
2351
-
2352
- ### Chores
2353
-
2354
- * explicitly require "base64" gem ([c05d43e](https://github.com/Increase/increase-ruby/commit/c05d43e30d1cbc9139f453be1f347ef874659795))
2355
-
2356
- ## 1.144.0 (2025-11-18)
2357
-
2358
- Full Changelog: [v1.143.0...v1.144.0](https://github.com/Increase/increase-ruby/compare/v1.143.0...v1.144.0)
2359
-
2360
- ### Features
2361
-
2362
- * **api:** api update ([ef65e7e](https://github.com/Increase/increase-ruby/commit/ef65e7e040bba725360a271ddb61222b8fdd9276))
2363
-
2364
- ## 1.143.0 (2025-11-14)
2365
-
2366
- Full Changelog: [v1.142.0...v1.143.0](https://github.com/Increase/increase-ruby/compare/v1.142.0...v1.143.0)
2367
-
2368
- ### Features
2369
-
2370
- * **api:** api update ([d0d0539](https://github.com/Increase/increase-ruby/commit/d0d053907c0edb52a744265c0218be1c07d98e49))
2371
-
2372
- ## 1.142.0 (2025-11-14)
2373
-
2374
- Full Changelog: [v1.141.0...v1.142.0](https://github.com/Increase/increase-ruby/compare/v1.141.0...v1.142.0)
2375
-
2376
- ### Features
2377
-
2378
- * **api:** api update ([cb2ed86](https://github.com/Increase/increase-ruby/commit/cb2ed865efae0e15c8269c5ee94e94bfdd9e3e3c))
2379
-
2380
- ## 1.141.0 (2025-11-13)
2381
-
2382
- Full Changelog: [v1.140.0...v1.141.0](https://github.com/Increase/increase-ruby/compare/v1.140.0...v1.141.0)
2383
-
2384
- ### Features
2385
-
2386
- * **api:** api update ([b4956dd](https://github.com/Increase/increase-ruby/commit/b4956dddd9c330f39d53c4fe48b9249916b1db7a))
2387
-
2388
- ## 1.140.0 (2025-11-12)
2389
-
2390
- Full Changelog: [v1.139.0...v1.140.0](https://github.com/Increase/increase-ruby/compare/v1.139.0...v1.140.0)
2391
-
2392
- ### Features
2393
-
2394
- * **api:** api update ([ec8f079](https://github.com/Increase/increase-ruby/commit/ec8f0799545f42cf6c1ab2281669744f469514a8))
2395
-
2396
- ## 1.139.0 (2025-11-10)
2397
-
2398
- Full Changelog: [v1.138.0...v1.139.0](https://github.com/Increase/increase-ruby/compare/v1.138.0...v1.139.0)
2399
-
2400
- ### Features
2401
-
2402
- * **api:** api update ([4787a07](https://github.com/Increase/increase-ruby/commit/4787a07c3d59be5640c26ec61b7617ed2b13f2d4))
2403
-
2404
- ## 1.138.0 (2025-11-07)
2405
-
2406
- Full Changelog: [v1.137.0...v1.138.0](https://github.com/Increase/increase-ruby/compare/v1.137.0...v1.138.0)
2407
-
2408
- ### Features
2409
-
2410
- * **api:** api update ([66a5d25](https://github.com/Increase/increase-ruby/commit/66a5d25821ad616a45401f2cddd0fac13b89b091))
2411
-
2412
- ## 1.137.0 (2025-11-07)
2413
-
2414
- Full Changelog: [v1.136.0...v1.137.0](https://github.com/Increase/increase-ruby/compare/v1.136.0...v1.137.0)
2415
-
2416
- ### Features
2417
-
2418
- * **api:** api update ([8330df2](https://github.com/Increase/increase-ruby/commit/8330df29012e8f52ab048144dc1005ae35406dde))
2419
-
2420
- ## 1.136.0 (2025-11-07)
2421
-
2422
- Full Changelog: [v1.135.0...v1.136.0](https://github.com/Increase/increase-ruby/compare/v1.135.0...v1.136.0)
2423
-
2424
- ### Features
2425
-
2426
- * **api:** api update ([188ad55](https://github.com/Increase/increase-ruby/commit/188ad55dd47fb860041fea9bc87e7ba74efade09))
2427
-
2428
- ## 1.135.0 (2025-11-07)
2429
-
2430
- Full Changelog: [v1.134.0...v1.135.0](https://github.com/Increase/increase-ruby/compare/v1.134.0...v1.135.0)
2431
-
2432
- ### Features
2433
-
2434
- * **api:** api update ([be63516](https://github.com/Increase/increase-ruby/commit/be63516bf8582ce0bb6e44202324e4d7b504fc43))
2435
-
2436
- ## 1.134.0 (2025-11-07)
2437
-
2438
- Full Changelog: [v1.133.0...v1.134.0](https://github.com/Increase/increase-ruby/compare/v1.133.0...v1.134.0)
2439
-
2440
- ### Features
2441
-
2442
- * **api:** api update ([eda8aff](https://github.com/Increase/increase-ruby/commit/eda8afff6343175b8b8aa1558a8f225439622ebf))
2443
-
2444
- ## 1.133.0 (2025-11-06)
2445
-
2446
- Full Changelog: [v1.132.0...v1.133.0](https://github.com/Increase/increase-ruby/compare/v1.132.0...v1.133.0)
2447
-
2448
- ### Features
2449
-
2450
- * **api:** api update ([d6d8c4d](https://github.com/Increase/increase-ruby/commit/d6d8c4d6ca601cf6b8783448e1a1714dd9efcde0))
2451
-
2452
- ## 1.132.0 (2025-11-06)
2453
-
2454
- Full Changelog: [v1.131.0...v1.132.0](https://github.com/Increase/increase-ruby/compare/v1.131.0...v1.132.0)
2455
-
2456
- ### Features
2457
-
2458
- * **api:** api update ([7953810](https://github.com/Increase/increase-ruby/commit/79538102e81f8ec4156a2c5af06b128741a71d9c))
2459
-
2460
- ## 1.131.0 (2025-11-05)
2461
-
2462
- Full Changelog: [v1.130.0...v1.131.0](https://github.com/Increase/increase-ruby/compare/v1.130.0...v1.131.0)
2463
-
2464
- ### Features
2465
-
2466
- * **api:** api update ([9235591](https://github.com/Increase/increase-ruby/commit/92355915610a2299ba5efa5e2cf31c44a2187379))
2467
-
2468
- ## 1.130.0 (2025-11-05)
2469
-
2470
- Full Changelog: [v1.129.1...v1.130.0](https://github.com/Increase/increase-ruby/compare/v1.129.1...v1.130.0)
2471
-
2472
- ### Features
2473
-
2474
- * **api:** api update ([bc07ab3](https://github.com/Increase/increase-ruby/commit/bc07ab335a56f490734f2d01740b5df5d2da4ccf))
2475
-
2476
- ## 1.129.1 (2025-11-04)
2477
-
2478
- Full Changelog: [v1.129.0...v1.129.1](https://github.com/Increase/increase-ruby/compare/v1.129.0...v1.129.1)
2479
-
2480
- ### Bug Fixes
2481
-
2482
- * better thread safety via early initializing SSL store during HTTP client creation ([05a53e3](https://github.com/Increase/increase-ruby/commit/05a53e3f30b596d51e1e0c572ef239b0b9b8b018))
2483
-
2484
- ## 1.129.0 (2025-11-04)
2485
-
2486
- Full Changelog: [v1.128.0...v1.129.0](https://github.com/Increase/increase-ruby/compare/v1.128.0...v1.129.0)
2487
-
2488
- ### Features
2489
-
2490
- * **api:** api update ([4a2efb2](https://github.com/Increase/increase-ruby/commit/4a2efb2b33bd395db1c66e459ba895683dc91366))
2491
-
2492
-
2493
- ### Chores
2494
-
2495
- * bump dependency version and update sorbet types ([eab9d7e](https://github.com/Increase/increase-ruby/commit/eab9d7e7c99706e45739fe8b828ba6b5f8bfe88a))
2496
- * **client:** send user-agent header ([3fa3e13](https://github.com/Increase/increase-ruby/commit/3fa3e1396480c27aaae01a7533b59d3c3279a789))
2497
-
2498
- ## 1.128.0 (2025-10-31)
2499
-
2500
- Full Changelog: [v1.127.0...v1.128.0](https://github.com/Increase/increase-ruby/compare/v1.127.0...v1.128.0)
2501
-
2502
- ### Features
2503
-
2504
- * **api:** api update ([a0269b7](https://github.com/Increase/increase-ruby/commit/a0269b7249406610e90a84a2b2c3cc391f5896f9))
2505
-
2506
- ## 1.127.0 (2025-10-31)
2507
-
2508
- Full Changelog: [v1.126.0...v1.127.0](https://github.com/Increase/increase-ruby/compare/v1.126.0...v1.127.0)
2509
-
2510
- ### Features
2511
-
2512
- * **api:** api update ([9a07f39](https://github.com/Increase/increase-ruby/commit/9a07f39ddb7aa466e35b7dbb8c88a136baa2ab59))
2513
-
2514
- ## 1.126.0 (2025-10-31)
2515
-
2516
- Full Changelog: [v1.125.0...v1.126.0](https://github.com/Increase/increase-ruby/compare/v1.125.0...v1.126.0)
2517
-
2518
- ### Features
2519
-
2520
- * **api:** api update ([4875d87](https://github.com/Increase/increase-ruby/commit/4875d8772019de4cdbd528c277c2bf4b4b125570))
2521
-
2522
- ## 1.125.0 (2025-10-31)
2523
-
2524
- Full Changelog: [v1.124.0...v1.125.0](https://github.com/Increase/increase-ruby/compare/v1.124.0...v1.125.0)
2525
-
2526
- ### Features
2527
-
2528
- * **api:** api update ([c4fbf12](https://github.com/Increase/increase-ruby/commit/c4fbf127f45a7146bbbc2a3bdfc25fa94d1ee5be))
2529
-
2530
- ## 1.124.0 (2025-10-30)
2531
-
2532
- Full Changelog: [v1.123.0...v1.124.0](https://github.com/Increase/increase-ruby/compare/v1.123.0...v1.124.0)
2533
-
2534
- ### Features
2535
-
2536
- * **api:** api update ([47c2289](https://github.com/Increase/increase-ruby/commit/47c2289b57e327e94599112b37f716e6af2f5211))
2537
-
2538
- ## 1.123.0 (2025-10-30)
2539
-
2540
- Full Changelog: [v1.122.0...v1.123.0](https://github.com/Increase/increase-ruby/compare/v1.122.0...v1.123.0)
2541
-
2542
- ### Features
2543
-
2544
- * **api:** api update ([6628932](https://github.com/Increase/increase-ruby/commit/66289327b2c7f5a9c006ccb628d8d6ab4da8057d))
2545
- * **api:** api update ([87e5fe0](https://github.com/Increase/increase-ruby/commit/87e5fe0c02607735c9e1142f71bfa7f5bd85a610))
2546
-
2547
- ## 1.122.0 (2025-10-29)
2548
-
2549
- Full Changelog: [v1.121.0...v1.122.0](https://github.com/Increase/increase-ruby/compare/v1.121.0...v1.122.0)
2550
-
2551
- ### Features
2552
-
2553
- * **api:** api update ([77104e0](https://github.com/Increase/increase-ruby/commit/77104e0578897433f919507fafdcca3915c3db5a))
2554
-
2555
- ## 1.121.0 (2025-10-29)
2556
-
2557
- Full Changelog: [v1.120.0...v1.121.0](https://github.com/Increase/increase-ruby/compare/v1.120.0...v1.121.0)
2558
-
2559
- ### Features
2560
-
2561
- * **api:** api update ([afe739c](https://github.com/Increase/increase-ruby/commit/afe739c394b5bd452d9994b7c43d0ddc0385f466))
2562
-
2563
- ## 1.120.0 (2025-10-29)
2564
-
2565
- Full Changelog: [v1.119.0...v1.120.0](https://github.com/Increase/increase-ruby/compare/v1.119.0...v1.120.0)
2566
-
2567
- ### Features
2568
-
2569
- * **api:** api update ([50e4728](https://github.com/Increase/increase-ruby/commit/50e47280d36a4e8339026f810158a3b0ff127651))
2570
-
2571
- ## 1.119.0 (2025-10-28)
2572
-
2573
- Full Changelog: [v1.118.0...v1.119.0](https://github.com/Increase/increase-ruby/compare/v1.118.0...v1.119.0)
2574
-
2575
- ### Features
2576
-
2577
- * **api:** api update ([79f92ca](https://github.com/Increase/increase-ruby/commit/79f92caced5c476954660e4648ad6bd18a1034c2))
2578
-
2579
- ## 1.118.0 (2025-10-28)
2580
-
2581
- Full Changelog: [v1.117.0...v1.118.0](https://github.com/Increase/increase-ruby/compare/v1.117.0...v1.118.0)
2582
-
2583
- ### Features
2584
-
2585
- * **api:** api update ([97ce486](https://github.com/Increase/increase-ruby/commit/97ce486e58ed82b1066de55fd0fa9668bbe3bd55))
2586
-
2587
- ## 1.117.0 (2025-10-27)
2588
-
2589
- Full Changelog: [v1.116.0...v1.117.0](https://github.com/Increase/increase-ruby/compare/v1.116.0...v1.117.0)
2590
-
2591
- ### Features
2592
-
2593
- * **api:** api update ([fbcaddc](https://github.com/Increase/increase-ruby/commit/fbcaddc862376c22a713461f6babcc01cd1753d1))
2594
-
2595
- ## 1.116.0 (2025-10-27)
2596
-
2597
- Full Changelog: [v1.115.0...v1.116.0](https://github.com/Increase/increase-ruby/compare/v1.115.0...v1.116.0)
2598
-
2599
- ### Features
2600
-
2601
- * **api:** api update ([bcb588d](https://github.com/Increase/increase-ruby/commit/bcb588d1864aafbf4a1b99b65a02bc37005bf4d2))
2602
-
2603
- ## 1.115.0 (2025-10-26)
2604
-
2605
- Full Changelog: [v1.114.0...v1.115.0](https://github.com/Increase/increase-ruby/compare/v1.114.0...v1.115.0)
2606
-
2607
- ### Features
2608
-
2609
- * **api:** api update ([a6288c7](https://github.com/Increase/increase-ruby/commit/a6288c723f7a36646e399428d4be6b54d30488e8))
2610
-
2611
- ## 1.114.0 (2025-10-24)
2612
-
2613
- Full Changelog: [v1.113.0...v1.114.0](https://github.com/Increase/increase-ruby/compare/v1.113.0...v1.114.0)
2614
-
2615
- ### Features
2616
-
2617
- * **api:** api update ([67322ef](https://github.com/Increase/increase-ruby/commit/67322ef5131aee957a9fc9cb34b3d0ce89675409))
2618
-
2619
- ## 1.113.0 (2025-10-23)
2620
-
2621
- Full Changelog: [v1.112.0...v1.113.0](https://github.com/Increase/increase-ruby/compare/v1.112.0...v1.113.0)
2622
-
2623
- ### Features
2624
-
2625
- * **api:** api update ([f6e1c26](https://github.com/Increase/increase-ruby/commit/f6e1c262384c439eeeb7d9914b51d51e6aa5b89b))
2626
- * handle thread interrupts in the core HTTP client ([cbddb16](https://github.com/Increase/increase-ruby/commit/cbddb162a4273e627d3df4acde3a9eeac3652715))
2627
-
2628
- ## 1.112.0 (2025-10-22)
2629
-
2630
- Full Changelog: [v1.111.0...v1.112.0](https://github.com/Increase/increase-ruby/compare/v1.111.0...v1.112.0)
2631
-
2632
- ### Features
2633
-
2634
- * **api:** api update ([2ec0699](https://github.com/Increase/increase-ruby/commit/2ec06990de7616ef0a947ad2a4bd16f962dc6a2f))
2635
-
2636
- ## 1.111.0 (2025-10-22)
2637
-
2638
- Full Changelog: [v1.110.0...v1.111.0](https://github.com/Increase/increase-ruby/compare/v1.110.0...v1.111.0)
2639
-
2640
- ### Features
2641
-
2642
- * **api:** api update ([c01948c](https://github.com/Increase/increase-ruby/commit/c01948c26453851b126a8924618a0b8b345007ae))
2643
-
2644
- ## 1.110.0 (2025-10-16)
2645
-
2646
- Full Changelog: [v1.109.1...v1.110.0](https://github.com/Increase/increase-ruby/compare/v1.109.1...v1.110.0)
2647
-
2648
- ### Features
2649
-
2650
- * **api:** api update ([02c6564](https://github.com/Increase/increase-ruby/commit/02c65647901fd5f8951d68e6f6202e56f589e3bb))
2651
-
2652
- ## 1.109.1 (2025-10-15)
2653
-
2654
- Full Changelog: [v1.109.0...v1.109.1](https://github.com/Increase/increase-ruby/compare/v1.109.0...v1.109.1)
2655
-
2656
- ### Bug Fixes
2657
-
2658
- * absolutely qualified uris should always override the default ([f4ec8ac](https://github.com/Increase/increase-ruby/commit/f4ec8ac5b3ba72f23c53808f5cdfefaebd36eaef))
2659
-
2660
- ## 1.109.0 (2025-10-14)
2661
-
2662
- Full Changelog: [v1.108.0...v1.109.0](https://github.com/Increase/increase-ruby/compare/v1.108.0...v1.109.0)
2663
-
2664
- ### Features
2665
-
2666
- * **api:** api update ([a4bd69c](https://github.com/Increase/increase-ruby/commit/a4bd69cc63116410a180ab36d84a28b7612b0bdb))
2667
-
2668
- ## 1.108.0 (2025-10-14)
2669
-
2670
- Full Changelog: [v1.107.1...v1.108.0](https://github.com/Increase/increase-ruby/compare/v1.107.1...v1.108.0)
2671
-
2672
- ### Features
2673
-
2674
- * **api:** api update ([6ccf3d0](https://github.com/Increase/increase-ruby/commit/6ccf3d06f86ceb38b2102577fa126fcb3be51015))
2675
-
2676
- ## 1.107.1 (2025-10-14)
2677
-
2678
- Full Changelog: [v1.107.0...v1.107.1](https://github.com/Increase/increase-ruby/compare/v1.107.0...v1.107.1)
2679
-
2680
- ### Bug Fixes
2681
-
2682
- * should not reuse buffers for `IO.copy_stream` interop ([6057a7d](https://github.com/Increase/increase-ruby/commit/6057a7d98d7e3b95ff6358a73e30a4c7ca7109f8))
2683
-
2684
- ## 1.107.0 (2025-10-11)
2685
-
2686
- Full Changelog: [v1.106.0...v1.107.0](https://github.com/Increase/increase-ruby/compare/v1.106.0...v1.107.0)
2687
-
2688
- ### Features
2689
-
2690
- * **api:** api update ([bcec28e](https://github.com/Increase/increase-ruby/commit/bcec28ec2c44033b99b2b09cca169644c2360eb6))
2691
-
2692
- ## 1.106.0 (2025-10-10)
2693
-
2694
- Full Changelog: [v1.105.0...v1.106.0](https://github.com/Increase/increase-ruby/compare/v1.105.0...v1.106.0)
2695
-
2696
- ### Features
2697
-
2698
- * **api:** api update ([4a0fcf6](https://github.com/Increase/increase-ruby/commit/4a0fcf69c4aed89b0d7df75198bcb2c048e66999))
2699
-
2700
- ## 1.105.0 (2025-10-10)
2701
-
2702
- Full Changelog: [v1.104.0...v1.105.0](https://github.com/Increase/increase-ruby/compare/v1.104.0...v1.105.0)
2703
-
2704
- ### Features
2705
-
2706
- * **api:** api update ([1291c39](https://github.com/Increase/increase-ruby/commit/1291c3972b9528737b6f764e03f4171c54296927))
2707
-
2708
- ## 1.104.0 (2025-10-08)
2709
-
2710
- Full Changelog: [v1.103.0...v1.104.0](https://github.com/Increase/increase-ruby/compare/v1.103.0...v1.104.0)
2711
-
2712
- ### Features
2713
-
2714
- * **api:** api update ([5545b1f](https://github.com/Increase/increase-ruby/commit/5545b1f1c1a7e380c58188aeaf0f61ccd10ad6b1))
2715
-
2716
-
2717
- ### Chores
2718
-
2719
- * ignore linter error for tests having large collections ([406ab23](https://github.com/Increase/increase-ruby/commit/406ab231f510d6ac99e93568458b3d083b4130de))
2720
-
2721
- ## 1.103.0 (2025-10-07)
2722
-
2723
- Full Changelog: [v1.102.0...v1.103.0](https://github.com/Increase/increase-ruby/compare/v1.102.0...v1.103.0)
2724
-
2725
- ### Features
2726
-
2727
- * **api:** api update ([207fbb9](https://github.com/Increase/increase-ruby/commit/207fbb927ffcf3e900506fc28510d051ef5fa1ed))
2728
-
2729
- ## 1.102.0 (2025-10-06)
2730
-
2731
- Full Changelog: [v1.101.0...v1.102.0](https://github.com/Increase/increase-ruby/compare/v1.101.0...v1.102.0)
2732
-
2733
- ### Features
2734
-
2735
- * **api:** api update ([c26001f](https://github.com/Increase/increase-ruby/commit/c26001f4d6d634a08d4b29382e82964a21d165bf))
2736
-
2737
- ## 1.101.0 (2025-10-06)
2738
-
2739
- Full Changelog: [v1.100.1...v1.101.0](https://github.com/Increase/increase-ruby/compare/v1.100.1...v1.101.0)
2740
-
2741
- ### Features
2742
-
2743
- * **api:** api update ([1e0a06f](https://github.com/Increase/increase-ruby/commit/1e0a06fd18e7c6f3c8c81d2c18ab42589c5686bd))
2744
-
2745
- ## 1.100.1 (2025-10-06)
2746
-
2747
- Full Changelog: [v1.100.0...v1.100.1](https://github.com/Increase/increase-ruby/compare/v1.100.0...v1.100.1)
2748
-
2749
- ### Bug Fixes
2750
-
2751
- * **client:** handle some Dispute objects as empty rather than unknown ([c542446](https://github.com/Increase/increase-ruby/commit/c542446e2b0b7d60998f5d2fdada16ad2d889743))
2752
-
2753
- ## 1.100.0 (2025-10-03)
2754
-
2755
- Full Changelog: [v1.99.0...v1.100.0](https://github.com/Increase/increase-ruby/compare/v1.99.0...v1.100.0)
2756
-
2757
- ### Features
2758
-
2759
- * **api:** api update ([9b9ec77](https://github.com/Increase/increase-ruby/commit/9b9ec770c31cfb71d2e7d9de92da83aab4095bd8))
2760
-
2761
- ## 1.99.0 (2025-10-01)
2762
-
2763
- Full Changelog: [v1.98.0...v1.99.0](https://github.com/Increase/increase-ruby/compare/v1.98.0...v1.99.0)
2764
-
2765
- ### Features
2766
-
2767
- * **api:** api update ([466a8e3](https://github.com/Increase/increase-ruby/commit/466a8e318ca5b569852f8dc2bd2bc261b15ec20f))
2768
-
2769
- ## 1.98.0 (2025-10-01)
2770
-
2771
- Full Changelog: [v1.97.1...v1.98.0](https://github.com/Increase/increase-ruby/compare/v1.97.1...v1.98.0)
2772
-
2773
- ### Features
2774
-
2775
- * **api:** api update ([4fa817d](https://github.com/Increase/increase-ruby/commit/4fa817db198c0c75226d288d97957ebf58bd2cb1))
2776
-
2777
- ## 1.97.1 (2025-09-30)
2778
-
2779
- Full Changelog: [v1.97.0...v1.97.1](https://github.com/Increase/increase-ruby/compare/v1.97.0...v1.97.1)
2780
-
2781
- ### Bug Fixes
2782
-
2783
- * coroutine leaks from connection pool ([78dc815](https://github.com/Increase/increase-ruby/commit/78dc8152fc1d9ca7f849cf0d9cce6c49e5d80f96))
2784
-
2785
- ## 1.97.0 (2025-09-29)
2786
-
2787
- Full Changelog: [v1.96.0...v1.97.0](https://github.com/Increase/increase-ruby/compare/v1.96.0...v1.97.0)
2788
-
2789
- ### Features
2790
-
2791
- * **api:** api update ([f06a2da](https://github.com/Increase/increase-ruby/commit/f06a2da6b5ff662026549228b579a75001825fa1))
2792
-
2793
- ## 1.96.0 (2025-09-29)
2794
-
2795
- Full Changelog: [v1.95.1...v1.96.0](https://github.com/Increase/increase-ruby/compare/v1.95.1...v1.96.0)
2796
-
2797
- ### Features
2798
-
2799
- * **api:** api update ([45fc3a3](https://github.com/Increase/increase-ruby/commit/45fc3a389e67a98c786df6e0f8ab387fcdee209f))
2800
-
2801
- ## 1.95.1 (2025-09-29)
2802
-
2803
- Full Changelog: [v1.95.0...v1.95.1](https://github.com/Increase/increase-ruby/compare/v1.95.0...v1.95.1)
2804
-
2805
- ### Bug Fixes
2806
-
2807
- * always send `filename=...` for multipart requests where a file is expected ([990c13f](https://github.com/Increase/increase-ruby/commit/990c13f7c641c20586059d7991e197cb47f67e72))
2808
-
2809
- ## 1.95.0 (2025-09-26)
2810
-
2811
- Full Changelog: [v1.94.0...v1.95.0](https://github.com/Increase/increase-ruby/compare/v1.94.0...v1.95.0)
2812
-
2813
- ### Features
2814
-
2815
- * **api:** api update ([cdf0c13](https://github.com/Increase/increase-ruby/commit/cdf0c13ac798a43ade5f81e4e586cbd70fa6ec17))
2816
-
2817
- ## 1.94.0 (2025-09-26)
2818
-
2819
- Full Changelog: [v1.93.0...v1.94.0](https://github.com/Increase/increase-ruby/compare/v1.93.0...v1.94.0)
2820
-
2821
- ### Features
2822
-
2823
- * **api:** api update ([aa16efb](https://github.com/Increase/increase-ruby/commit/aa16efb8412fe7b6d5c61b9c7b541476dd0bd049))
2824
-
2825
- ## 1.93.0 (2025-09-26)
2826
-
2827
- Full Changelog: [v1.92.0...v1.93.0](https://github.com/Increase/increase-ruby/compare/v1.92.0...v1.93.0)
2828
-
2829
- ### Features
2830
-
2831
- * **api:** api update ([a760b8c](https://github.com/Increase/increase-ruby/commit/a760b8ca14265f2cd6c924f674b39257e79ce065))
2832
-
2833
-
2834
- ### Chores
2835
-
2836
- * allow fast-format to use bsd sed as well ([14b02a4](https://github.com/Increase/increase-ruby/commit/14b02a4f3007334c0cdb7728117529a8ef7f6002))
2837
-
2838
- ## 1.92.0 (2025-09-26)
2839
-
2840
- Full Changelog: [v1.91.1...v1.92.0](https://github.com/Increase/increase-ruby/compare/v1.91.1...v1.92.0)
2841
-
2842
- ### Features
2843
-
2844
- * **api:** api update ([8876735](https://github.com/Increase/increase-ruby/commit/8876735e69be9385ae6a534f48791511dbc9ae5b))
2845
-
2846
- ## 1.91.1 (2025-09-26)
2847
-
2848
- Full Changelog: [v1.91.0...v1.91.1](https://github.com/Increase/increase-ruby/compare/v1.91.0...v1.91.1)
2849
-
2850
- ### Bug Fixes
2851
-
2852
- * shorten multipart boundary sep to less than RFC specificed max length ([5cb2c65](https://github.com/Increase/increase-ruby/commit/5cb2c65146a070d5ecbe1e459858669e598449ad))
2853
-
2854
- ## 1.91.0 (2025-09-26)
2855
-
2856
- Full Changelog: [v1.90.0...v1.91.0](https://github.com/Increase/increase-ruby/compare/v1.90.0...v1.91.0)
2857
-
2858
- ### Features
2859
-
2860
- * **api:** api update ([cef39bf](https://github.com/Increase/increase-ruby/commit/cef39bf07ee95816d467d7424fe8f2ae7e19ea6b))
2861
-
2862
-
2863
- ### Bug Fixes
2864
-
2865
- * **internal:** use null byte as file separator in the fast formatting script ([43cc7df](https://github.com/Increase/increase-ruby/commit/43cc7df41e43ab4b28837fc157ee2adfc338f79d))
2866
-
2867
-
2868
- ### Performance Improvements
2869
-
2870
- * faster code formatting ([8d246f0](https://github.com/Increase/increase-ruby/commit/8d246f096d698f933202fbec1afc1f4a5ecc4e0a))
2871
-
2872
- ## 1.90.0 (2025-09-24)
2873
-
2874
- Full Changelog: [v1.89.0...v1.90.0](https://github.com/Increase/increase-ruby/compare/v1.89.0...v1.90.0)
2875
-
2876
- ### Features
2877
-
2878
- * **api:** api update ([1d66673](https://github.com/Increase/increase-ruby/commit/1d666739b4d2b06f94ee367cb34c6254b55ab137))
2879
-
2880
- ## 1.89.0 (2025-09-24)
2881
-
2882
- Full Changelog: [v1.88.0...v1.89.0](https://github.com/Increase/increase-ruby/compare/v1.88.0...v1.89.0)
2883
-
2884
- ### Features
2885
-
2886
- * **api:** api update ([603e760](https://github.com/Increase/increase-ruby/commit/603e760be76b7ef00f4f13c32e4f79b33a1753e2))
2887
-
2888
- ## 1.88.0 (2025-09-24)
2889
-
2890
- Full Changelog: [v1.87.0...v1.88.0](https://github.com/Increase/increase-ruby/compare/v1.87.0...v1.88.0)
2891
-
2892
- ### Features
2893
-
2894
- * **api:** api update ([3f9bdb7](https://github.com/Increase/increase-ruby/commit/3f9bdb780f32cc60a80b2db10cf3eea3f7872330))
2895
-
2896
- ## 1.87.0 (2025-09-23)
2897
-
2898
- Full Changelog: [v1.86.0...v1.87.0](https://github.com/Increase/increase-ruby/compare/v1.86.0...v1.87.0)
2899
-
2900
- ### Features
2901
-
2902
- * **api:** api update ([b463a26](https://github.com/Increase/increase-ruby/commit/b463a267127088062f458918ba41aeb178d27a23))
2903
-
2904
- ## 1.86.0 (2025-09-23)
2905
-
2906
- Full Changelog: [v1.85.0...v1.86.0](https://github.com/Increase/increase-ruby/compare/v1.85.0...v1.86.0)
2907
-
2908
- ### Features
2909
-
2910
- * **api:** api update ([0a92487](https://github.com/Increase/increase-ruby/commit/0a9248761bbc6ad799398a0b5ed62b255e44941b))
2911
-
2912
- ## 1.85.0 (2025-09-22)
2913
-
2914
- Full Changelog: [v1.84.0...v1.85.0](https://github.com/Increase/increase-ruby/compare/v1.84.0...v1.85.0)
2915
-
2916
- ### Features
2917
-
2918
- * **api:** api update ([7d76f12](https://github.com/Increase/increase-ruby/commit/7d76f12be729b9562229b247cbceccbd6cad419e))
2919
-
2920
-
2921
- ### Chores
2922
-
2923
- * improve example values ([e4208d1](https://github.com/Increase/increase-ruby/commit/e4208d1e474193ca1020be6e9cb292cdbb3c0958))
2924
-
2925
- ## 1.84.0 (2025-09-19)
2926
-
2927
- Full Changelog: [v1.83.0...v1.84.0](https://github.com/Increase/increase-ruby/compare/v1.83.0...v1.84.0)
2928
-
2929
- ### Features
2930
-
2931
- * **api:** api update ([600d7b0](https://github.com/Increase/increase-ruby/commit/600d7b07ab75fe2ea739860fb6af3749b3268164))
2932
-
2933
- ## 1.83.0 (2025-09-19)
2934
-
2935
- Full Changelog: [v1.82.0...v1.83.0](https://github.com/Increase/increase-ruby/compare/v1.82.0...v1.83.0)
2936
-
2937
- ### Features
2938
-
2939
- * **api:** api update ([e4382bb](https://github.com/Increase/increase-ruby/commit/e4382bb2fad1d76e20ff852aa75d8d819bd13d01))
2940
-
2941
-
2942
- ### Chores
2943
-
2944
- * do not install brew dependencies in ./scripts/bootstrap by default ([0173be9](https://github.com/Increase/increase-ruby/commit/0173be95cdbd2321196c60b385970c9b2520bcd8))
2945
-
2946
- ## 1.82.0 (2025-09-19)
2947
-
2948
- Full Changelog: [v1.81.0...v1.82.0](https://github.com/Increase/increase-ruby/compare/v1.81.0...v1.82.0)
2949
-
2950
- ### Features
2951
-
2952
- * **api:** api update ([624dfb0](https://github.com/Increase/increase-ruby/commit/624dfb082089270ae2431cda1b51e544366cf73c))
2953
-
2954
- ## 1.81.0 (2025-09-18)
2955
-
2956
- Full Changelog: [v1.80.0...v1.81.0](https://github.com/Increase/increase-ruby/compare/v1.80.0...v1.81.0)
2957
-
2958
- ### Features
2959
-
2960
- * **api:** api update ([a2eb3e1](https://github.com/Increase/increase-ruby/commit/a2eb3e1d515bf955aa6b761a3762357cd9395862))
2961
-
2962
- ## 1.80.0 (2025-09-17)
2963
-
2964
- Full Changelog: [v1.79.0...v1.80.0](https://github.com/Increase/increase-ruby/compare/v1.79.0...v1.80.0)
2965
-
2966
- ### Features
2967
-
2968
- * **api:** api update ([d16cb6a](https://github.com/Increase/increase-ruby/commit/d16cb6abc1e6f4ca71d86374cde091360d657602))
2969
- * expose response headers for both streams and errors ([17ddacf](https://github.com/Increase/increase-ruby/commit/17ddacf1c78a6f3e52a2f007d8efebab892db46e))
2970
-
2971
- ## 1.79.0 (2025-09-17)
2972
-
2973
- Full Changelog: [v1.78.0...v1.79.0](https://github.com/Increase/increase-ruby/compare/v1.78.0...v1.79.0)
2974
-
2975
- ### Features
2976
-
2977
- * **api:** api update ([c64de91](https://github.com/Increase/increase-ruby/commit/c64de918f9abb0fbe0eb7dfbaee91f3f773331c7))
2978
-
2979
- ## 1.78.0 (2025-09-16)
2980
-
2981
- Full Changelog: [v1.77.0...v1.78.0](https://github.com/Increase/increase-ruby/compare/v1.77.0...v1.78.0)
2982
-
2983
- ### Features
2984
-
2985
- * **api:** api update ([a643e15](https://github.com/Increase/increase-ruby/commit/a643e1536b7cdfb7e311d9f6cfd18eaef9a4db7d))
2986
-
2987
- ## 1.77.0 (2025-09-16)
2988
-
2989
- Full Changelog: [v1.76.0...v1.77.0](https://github.com/Increase/increase-ruby/compare/v1.76.0...v1.77.0)
2990
-
2991
- ### Features
2992
-
2993
- * **api:** api update ([a8e931a](https://github.com/Increase/increase-ruby/commit/a8e931a8673e9c3899021b4de1ea21300d6435ac))
2994
-
2995
- ## 1.76.0 (2025-09-15)
2996
-
2997
- Full Changelog: [v1.75.0...v1.76.0](https://github.com/Increase/increase-ruby/compare/v1.75.0...v1.76.0)
2998
-
2999
- ### Features
3000
-
3001
- * **api:** api update ([f8dc0a1](https://github.com/Increase/increase-ruby/commit/f8dc0a1234a0ab8a7fde7e0a254f490cc3187959))
3002
-
3003
- ## 1.75.0 (2025-09-12)
3004
-
3005
- Full Changelog: [v1.74.0...v1.75.0](https://github.com/Increase/increase-ruby/compare/v1.74.0...v1.75.0)
3006
-
3007
- ### Features
3008
-
3009
- * **api:** api update ([21b0ffb](https://github.com/Increase/increase-ruby/commit/21b0ffbca60d9fabfde03cec0620a98e39bffe19))
3010
-
3011
- ## 1.74.0 (2025-09-12)
3012
-
3013
- Full Changelog: [v1.73.0...v1.74.0](https://github.com/Increase/increase-ruby/compare/v1.73.0...v1.74.0)
3014
-
3015
- ### Features
3016
-
3017
- * **api:** api update ([a039096](https://github.com/Increase/increase-ruby/commit/a039096e79751ab557fae350119599801bcebb1c))
3018
-
3019
- ## 1.73.0 (2025-09-09)
3020
-
3021
- Full Changelog: [v1.72.0...v1.73.0](https://github.com/Increase/increase-ruby/compare/v1.72.0...v1.73.0)
3022
-
3023
- ### Features
3024
-
3025
- * **api:** api update ([93fc5a7](https://github.com/Increase/increase-ruby/commit/93fc5a740da198d4814e4bbc1165c7168c7db734))
3026
-
3027
- ## 1.72.0 (2025-09-08)
3028
-
3029
- Full Changelog: [v1.71.0...v1.72.0](https://github.com/Increase/increase-ruby/compare/v1.71.0...v1.72.0)
3030
-
3031
- ### Features
3032
-
3033
- * **api:** api update ([a403346](https://github.com/Increase/increase-ruby/commit/a4033467d8e63b6a28308ee936f44052c26ad6a1))
3034
-
3035
- ## 1.71.0 (2025-09-08)
3036
-
3037
- Full Changelog: [v1.70.0...v1.71.0](https://github.com/Increase/increase-ruby/compare/v1.70.0...v1.71.0)
3038
-
3039
- ### Features
3040
-
3041
- * **api:** api update ([7c069c1](https://github.com/Increase/increase-ruby/commit/7c069c1f6567eb6eb38eafbc9baafe454d621dea))
3042
-
3043
- ## 1.70.0 (2025-09-08)
3044
-
3045
- Full Changelog: [v1.69.0...v1.70.0](https://github.com/Increase/increase-ruby/compare/v1.69.0...v1.70.0)
3046
-
3047
- ### Features
3048
-
3049
- * **api:** api update ([2bcd14c](https://github.com/Increase/increase-ruby/commit/2bcd14c3c9056a995fdc7dc4e96d48bb2c2f06f0))
3050
-
3051
- ## 1.69.0 (2025-09-08)
3052
-
3053
- Full Changelog: [v1.68.0...v1.69.0](https://github.com/Increase/increase-ruby/compare/v1.68.0...v1.69.0)
3054
-
3055
- ### Features
3056
-
3057
- * **api:** api update ([02897b2](https://github.com/Increase/increase-ruby/commit/02897b2a6ead3059648d4be9cde81454c9a35eee))
3058
-
3059
- ## 1.68.0 (2025-09-07)
3060
-
3061
- Full Changelog: [v1.67.0...v1.68.0](https://github.com/Increase/increase-ruby/compare/v1.67.0...v1.68.0)
3062
-
3063
- ### Features
3064
-
3065
- * **api:** api update ([89e4d03](https://github.com/Increase/increase-ruby/commit/89e4d038f966f4d797cd83249df91a6fb6ee992c))
3066
-
3067
- ## 1.67.0 (2025-09-05)
3068
-
3069
- Full Changelog: [v1.66.0...v1.67.0](https://github.com/Increase/increase-ruby/compare/v1.66.0...v1.67.0)
3070
-
3071
- ### Features
3072
-
3073
- * **api:** api update ([d2435db](https://github.com/Increase/increase-ruby/commit/d2435dbe228b43ad2a5169303898d45f09005908))
3074
-
3075
- ## 1.66.0 (2025-09-05)
3076
-
3077
- Full Changelog: [v1.65.0...v1.66.0](https://github.com/Increase/increase-ruby/compare/v1.65.0...v1.66.0)
3078
-
3079
- ### Features
3080
-
3081
- * **api:** api update ([a456344](https://github.com/Increase/increase-ruby/commit/a456344ef7dd123a819153711709dec13edc30ef))
3082
-
3083
- ## 1.65.0 (2025-09-05)
3084
-
3085
- Full Changelog: [v1.64.0...v1.65.0](https://github.com/Increase/increase-ruby/compare/v1.64.0...v1.65.0)
3086
-
3087
- ### Features
3088
-
3089
- * **api:** api update ([ebb31b6](https://github.com/Increase/increase-ruby/commit/ebb31b6d4f44e5148de250a6231a96bdd2d978bd))
3090
-
3091
- ## 1.64.0 (2025-09-04)
3092
-
3093
- Full Changelog: [v1.63.0...v1.64.0](https://github.com/Increase/increase-ruby/compare/v1.63.0...v1.64.0)
3094
-
3095
- ### Features
3096
-
3097
- * **api:** api update ([8a7c3b9](https://github.com/Increase/increase-ruby/commit/8a7c3b9792f9aa78a9193f3594ab20f3793de872))
3098
-
3099
- ## 1.63.0 (2025-09-04)
3100
-
3101
- Full Changelog: [v1.62.0...v1.63.0](https://github.com/Increase/increase-ruby/compare/v1.62.0...v1.63.0)
3102
-
3103
- ### Features
3104
-
3105
- * **api:** api update ([76b55a5](https://github.com/Increase/increase-ruby/commit/76b55a5d0254bf59bd03e72bb5db7b828d9dbd4c))
3106
-
3107
- ## 1.62.0 (2025-08-29)
3108
-
3109
- Full Changelog: [v1.61.0...v1.62.0](https://github.com/Increase/increase-ruby/compare/v1.61.0...v1.62.0)
3110
-
3111
- ### Features
3112
-
3113
- * **api:** api update ([356b373](https://github.com/Increase/increase-ruby/commit/356b373ee000da480050236864e5a9bc4cdc113a))
3114
-
3115
- ## 1.61.0 (2025-08-29)
3116
-
3117
- Full Changelog: [v1.60.0...v1.61.0](https://github.com/Increase/increase-ruby/compare/v1.60.0...v1.61.0)
3118
-
3119
- ### Features
3120
-
3121
- * **api:** api update ([c0ff18c](https://github.com/Increase/increase-ruby/commit/c0ff18c03231449f0ca49b9902e606528d4a8c3d))
3122
-
3123
- ## 1.60.0 (2025-08-29)
3124
-
3125
- Full Changelog: [v1.59.0...v1.60.0](https://github.com/Increase/increase-ruby/compare/v1.59.0...v1.60.0)
3126
-
3127
- ### Features
3128
-
3129
- * **api:** api update ([c4222d8](https://github.com/Increase/increase-ruby/commit/c4222d890092bb99d6c7226667dcc73f3ecea48c))
3130
-
3131
- ## 1.59.0 (2025-08-28)
3132
-
3133
- Full Changelog: [v1.58.0...v1.59.0](https://github.com/Increase/increase-ruby/compare/v1.58.0...v1.59.0)
3134
-
3135
- ### Features
3136
-
3137
- * **api:** api update ([281534f](https://github.com/Increase/increase-ruby/commit/281534fd972e76bc08d4ef4bfbce7665bfeca852))
3138
-
3139
- ## 1.58.0 (2025-08-28)
3140
-
3141
- Full Changelog: [v1.57.0...v1.58.0](https://github.com/Increase/increase-ruby/compare/v1.57.0...v1.58.0)
3142
-
3143
- ### Features
3144
-
3145
- * **api:** api update ([3a6c7be](https://github.com/Increase/increase-ruby/commit/3a6c7bef748bcdbb6e9f97503887754bc980d7b4))
3146
-
3147
- ## 1.57.0 (2025-08-28)
3148
-
3149
- Full Changelog: [v1.56.0...v1.57.0](https://github.com/Increase/increase-ruby/compare/v1.56.0...v1.57.0)
3150
-
3151
- ### Features
3152
-
3153
- * **api:** api update ([6fecbaa](https://github.com/Increase/increase-ruby/commit/6fecbaa98e58a09d93fc2c094bda00f2f8d5cc43))
3154
-
3155
- ## 1.56.0 (2025-08-28)
3156
-
3157
- Full Changelog: [v1.55.0...v1.56.0](https://github.com/Increase/increase-ruby/compare/v1.55.0...v1.56.0)
3158
-
3159
- ### Features
3160
-
3161
- * **api:** api update ([cbaeb33](https://github.com/Increase/increase-ruby/commit/cbaeb3304174c05c0a3fffd559d44019974c2afb))
3162
-
3163
- ## 1.55.0 (2025-08-27)
3164
-
3165
- Full Changelog: [v1.54.0...v1.55.0](https://github.com/Increase/increase-ruby/compare/v1.54.0...v1.55.0)
3166
-
3167
- ### Features
3168
-
3169
- * **api:** api update ([bdce0eb](https://github.com/Increase/increase-ruby/commit/bdce0ebe7749fa2f49c308a08953544842da41cb))
3170
-
3171
- ## 1.54.0 (2025-08-27)
3172
-
3173
- Full Changelog: [v1.53.0...v1.54.0](https://github.com/Increase/increase-ruby/compare/v1.53.0...v1.54.0)
3174
-
3175
- ### Features
3176
-
3177
- * **api:** api update ([026528a](https://github.com/Increase/increase-ruby/commit/026528a9a30444a21d264201273ce190fc30f3e9))
3178
-
3179
- ## 1.53.0 (2025-08-26)
3180
-
3181
- Full Changelog: [v1.52.0...v1.53.0](https://github.com/Increase/increase-ruby/compare/v1.52.0...v1.53.0)
3182
-
3183
- ### Features
3184
-
3185
- * **api:** api update ([0978f47](https://github.com/Increase/increase-ruby/commit/0978f470ead5ad55589045b5f9317e7aff10cb65))
3186
-
3187
- ## 1.52.0 (2025-08-26)
3188
-
3189
- Full Changelog: [v1.51.0...v1.52.0](https://github.com/Increase/increase-ruby/compare/v1.51.0...v1.52.0)
3190
-
3191
- ### Features
3192
-
3193
- * **api:** api update ([d7242c9](https://github.com/Increase/increase-ruby/commit/d7242c9324279e98e91c12da50e85a330e83c149))
3194
-
3195
- ## 1.51.0 (2025-08-26)
3196
-
3197
- Full Changelog: [v1.50.0...v1.51.0](https://github.com/Increase/increase-ruby/compare/v1.50.0...v1.51.0)
3198
-
3199
- ### Features
3200
-
3201
- * **api:** api update ([fe80d84](https://github.com/Increase/increase-ruby/commit/fe80d84ae9ab5a11bd2e4cabd44f7cdb79af8e50))
3202
-
3203
- ## 1.50.0 (2025-08-26)
3204
-
3205
- Full Changelog: [v1.49.0...v1.50.0](https://github.com/Increase/increase-ruby/compare/v1.49.0...v1.50.0)
3206
-
3207
- ### Features
3208
-
3209
- * **api:** api update ([88b4f70](https://github.com/Increase/increase-ruby/commit/88b4f7054b67bac26c4d60b4c0d782733259eca3))
3210
-
3211
- ## 1.49.0 (2025-08-25)
3212
-
3213
- Full Changelog: [v1.48.0...v1.49.0](https://github.com/Increase/increase-ruby/compare/v1.48.0...v1.49.0)
3214
-
3215
- ### Features
3216
-
3217
- * **api:** api update ([3d186a4](https://github.com/Increase/increase-ruby/commit/3d186a4d0c5af826417f3cf8c821bd8e46991f00))
3218
-
3219
- ## 1.48.0 (2025-08-25)
3220
-
3221
- Full Changelog: [v1.47.0...v1.48.0](https://github.com/Increase/increase-ruby/compare/v1.47.0...v1.48.0)
3222
-
3223
- ### Features
3224
-
3225
- * **api:** api update ([5bf108b](https://github.com/Increase/increase-ruby/commit/5bf108b6bb1dfa41a6d2e0e981edd099ffb13ef6))
3226
-
3227
-
3228
- ### Chores
3229
-
3230
- * add json schema comment for rubocop.yml ([aabb92c](https://github.com/Increase/increase-ruby/commit/aabb92ccae37972783253afb3506ff429cbedfb5))
3231
-
3232
- ## 1.47.0 (2025-08-22)
3233
-
3234
- Full Changelog: [v1.46.0...v1.47.0](https://github.com/Increase/increase-ruby/compare/v1.46.0...v1.47.0)
3235
-
3236
- ### Features
3237
-
3238
- * **api:** api update ([bde025b](https://github.com/Increase/increase-ruby/commit/bde025b5a1b255929e2a409fd6581d2db4f0ffe0))
3239
-
3240
- ## 1.46.0 (2025-08-22)
3241
-
3242
- Full Changelog: [v1.45.0...v1.46.0](https://github.com/Increase/increase-ruby/compare/v1.45.0...v1.46.0)
3243
-
3244
- ### Features
3245
-
3246
- * **api:** api update ([ebaaba1](https://github.com/Increase/increase-ruby/commit/ebaaba1df36545cf5983eed1efa47bc4576ef690))
3247
-
3248
- ## 1.45.0 (2025-08-21)
3249
-
3250
- Full Changelog: [v1.44.0...v1.45.0](https://github.com/Increase/increase-ruby/compare/v1.44.0...v1.45.0)
3251
-
3252
- ### Features
3253
-
3254
- * **api:** api update ([080fb56](https://github.com/Increase/increase-ruby/commit/080fb56c431f8d633420675e0a22759401d22b85))
3255
-
3256
- ## 1.44.0 (2025-08-21)
3257
-
3258
- Full Changelog: [v1.43.0...v1.44.0](https://github.com/Increase/increase-ruby/compare/v1.43.0...v1.44.0)
3259
-
3260
- ### Features
3261
-
3262
- * **api:** api update ([fa432d1](https://github.com/Increase/increase-ruby/commit/fa432d119fbd419cfe50893ed6e2609ebef760cb))
3263
-
3264
- ## 1.43.0 (2025-08-20)
3265
-
3266
- Full Changelog: [v1.42.0...v1.43.0](https://github.com/Increase/increase-ruby/compare/v1.42.0...v1.43.0)
3267
-
3268
- ### Features
3269
-
3270
- * **api:** api update ([833acde](https://github.com/Increase/increase-ruby/commit/833acdeac127dc43d05dfe725fd2e2d5e7b52d6f))
3271
-
3272
- ## 1.42.0 (2025-08-20)
3273
-
3274
- Full Changelog: [v1.41.0...v1.42.0](https://github.com/Increase/increase-ruby/compare/v1.41.0...v1.42.0)
3275
-
3276
- ### Features
3277
-
3278
- * **api:** api update ([e975675](https://github.com/Increase/increase-ruby/commit/e9756757032d120e4a778dc5ce990386e03f05bf))
3279
- * **api:** api update ([965f3c0](https://github.com/Increase/increase-ruby/commit/965f3c0470e25fb0be5eafe1d0d3ae339bafa72a))
3280
-
3281
- ## 1.41.0 (2025-08-20)
3282
-
3283
- Full Changelog: [v1.40.0...v1.41.0](https://github.com/Increase/increase-ruby/compare/v1.40.0...v1.41.0)
3284
-
3285
- ### Features
3286
-
3287
- * **api:** api update ([94299db](https://github.com/Increase/increase-ruby/commit/94299db1b856eb40e9a504c7e0cbd582bdf1936b))
3288
-
3289
- ## 1.40.0 (2025-08-20)
3290
-
3291
- Full Changelog: [v1.39.0...v1.40.0](https://github.com/Increase/increase-ruby/compare/v1.39.0...v1.40.0)
3292
-
3293
- ### Features
3294
-
3295
- * **api:** api update ([6f2b4ab](https://github.com/Increase/increase-ruby/commit/6f2b4ab35ffbb974911ac85740af55836f9609e1))
3296
-
3297
- ## 1.39.0 (2025-08-20)
3298
-
3299
- Full Changelog: [v1.38.0...v1.39.0](https://github.com/Increase/increase-ruby/compare/v1.38.0...v1.39.0)
3300
-
3301
- ### Features
3302
-
3303
- * **api:** api update ([ada8b1d](https://github.com/Increase/increase-ruby/commit/ada8b1db94b95aeb27396d65c0971007845a2105))
3304
-
3305
- ## 1.38.0 (2025-08-19)
3306
-
3307
- Full Changelog: [v1.37.1...v1.38.0](https://github.com/Increase/increase-ruby/compare/v1.37.1...v1.38.0)
3308
-
3309
- ### Features
3310
-
3311
- * **api:** api update ([e013ac0](https://github.com/Increase/increase-ruby/commit/e013ac0b0862670e3cb4052dc5a4a14722beed4e))
3312
-
3313
- ## 1.37.1 (2025-08-19)
3314
-
3315
- Full Changelog: [v1.37.0...v1.37.1](https://github.com/Increase/increase-ruby/compare/v1.37.0...v1.37.1)
3316
-
3317
- ### Bug Fixes
3318
-
3319
- * bump sorbet version and fix new type errors from the breaking change ([0b9b4ea](https://github.com/Increase/increase-ruby/commit/0b9b4eaee891bbbd8fe56fa7da8b54b6b94c0172))
3320
-
3321
- ## 1.37.0 (2025-08-18)
3322
-
3323
- Full Changelog: [v1.36.0...v1.37.0](https://github.com/Increase/increase-ruby/compare/v1.36.0...v1.37.0)
3324
-
3325
- ### Features
3326
-
3327
- * **api:** api update ([b3c42ec](https://github.com/Increase/increase-ruby/commit/b3c42ec0d1ec8abf17b73b3e5e53a0945593f219))
3328
-
3329
- ## 1.36.0 (2025-08-18)
3330
-
3331
- Full Changelog: [v1.35.0...v1.36.0](https://github.com/Increase/increase-ruby/compare/v1.35.0...v1.36.0)
3332
-
3333
- ### Features
3334
-
3335
- * **api:** api update ([f4a3611](https://github.com/Increase/increase-ruby/commit/f4a3611e6b295f9527cb3b0b0670e4e88c582a6e))
3336
-
3337
- ## 1.35.0 (2025-08-15)
3338
-
3339
- Full Changelog: [v1.34.0...v1.35.0](https://github.com/Increase/increase-ruby/compare/v1.34.0...v1.35.0)
3340
-
3341
- ### Features
3342
-
3343
- * **api:** api update ([ca8b776](https://github.com/Increase/increase-ruby/commit/ca8b7769f961fc457087f239a1790390caae245a))
3344
-
3345
- ## 1.34.0 (2025-08-14)
3346
-
3347
- Full Changelog: [v1.33.0...v1.34.0](https://github.com/Increase/increase-ruby/compare/v1.33.0...v1.34.0)
3348
-
3349
- ### Features
3350
-
3351
- * **api:** api update ([d93934a](https://github.com/Increase/increase-ruby/commit/d93934aa75ab7bc1b15240f5727f41fc6a0ef110))
3352
-
3353
- ## 1.33.0 (2025-08-14)
3354
-
3355
- Full Changelog: [v1.32.0...v1.33.0](https://github.com/Increase/increase-ruby/compare/v1.32.0...v1.33.0)
3356
-
3357
- ### Features
3358
-
3359
- * **api:** api update ([3a7dff1](https://github.com/Increase/increase-ruby/commit/3a7dff16065381bd9a3f2e8d49e87749679d9409))
3360
-
3361
- ## 1.32.0 (2025-08-13)
3362
-
3363
- Full Changelog: [v1.31.0...v1.32.0](https://github.com/Increase/increase-ruby/compare/v1.31.0...v1.32.0)
3364
-
3365
- ### Features
3366
-
3367
- * **api:** api update ([638ef4f](https://github.com/Increase/increase-ruby/commit/638ef4ffd5129aa4ddb501e6ca399143e03365b6))
3368
-
3369
- ## 1.31.0 (2025-08-12)
3370
-
3371
- Full Changelog: [v1.30.0...v1.31.0](https://github.com/Increase/increase-ruby/compare/v1.30.0...v1.31.0)
3372
-
3373
- ### Features
3374
-
3375
- * **api:** api update ([9a6f2f9](https://github.com/Increase/increase-ruby/commit/9a6f2f989e619361be3e6178cf83830501af7722))
3376
-
3377
- ## 1.30.0 (2025-08-11)
3378
-
3379
- Full Changelog: [v1.29.0...v1.30.0](https://github.com/Increase/increase-ruby/compare/v1.29.0...v1.30.0)
3380
-
3381
- ### Features
3382
-
3383
- * **api:** api update ([815c58c](https://github.com/Increase/increase-ruby/commit/815c58c15e47ab866a7b7506cad299796ca8761d))
3384
-
3385
- ## 1.29.0 (2025-08-11)
3386
-
3387
- Full Changelog: [v1.28.0...v1.29.0](https://github.com/Increase/increase-ruby/compare/v1.28.0...v1.29.0)
3388
-
3389
- ### Features
3390
-
3391
- * **api:** api update ([8067d85](https://github.com/Increase/increase-ruby/commit/8067d8591d4f0a2f5a33b796a3f50fe6b5fb6c48))
3392
-
3393
-
3394
- ### Chores
3395
-
3396
- * collect metadata from type DSL ([175f631](https://github.com/Increase/increase-ruby/commit/175f6319788a5ddb8576871ce2e7db5f87474c57))
3397
- * **internal:** update comment in script ([a4ab2aa](https://github.com/Increase/increase-ruby/commit/a4ab2aa028a24748cde9280d83e4457e966b6aac))
3398
- * update @stainless-api/prism-cli to v5.15.0 ([663a03e](https://github.com/Increase/increase-ruby/commit/663a03e20f29203afbb2b8ff06aa63a0391b3afc))
3399
-
3400
- ## 1.28.0 (2025-08-07)
3401
-
3402
- Full Changelog: [v1.27.0...v1.28.0](https://github.com/Increase/increase-ruby/compare/v1.27.0...v1.28.0)
3403
-
3404
- ### Features
3405
-
3406
- * **api:** api update ([e3cfc2d](https://github.com/Increase/increase-ruby/commit/e3cfc2d3f8b3d0927f21d78ebde304ae99a4c8bd))
3407
-
3408
- ## 1.27.0 (2025-08-07)
3409
-
3410
- Full Changelog: [v1.26.0...v1.27.0](https://github.com/Increase/increase-ruby/compare/v1.26.0...v1.27.0)
3411
-
3412
- ### Features
3413
-
3414
- * **api:** api update ([44729b9](https://github.com/Increase/increase-ruby/commit/44729b9363b7c96a58f9e5bf77ffdbd981dc7a3e))
3415
-
3416
- ## 1.26.0 (2025-08-06)
3417
-
3418
- Full Changelog: [v1.25.0...v1.26.0](https://github.com/Increase/increase-ruby/compare/v1.25.0...v1.26.0)
3419
-
3420
- ### Features
3421
-
3422
- * **api:** api update ([ead23ff](https://github.com/Increase/increase-ruby/commit/ead23ffebd18c71e3ae34fbec6ecbe20a0805586))
3423
-
3424
- ## 1.25.0 (2025-08-06)
3425
-
3426
- Full Changelog: [v1.24.0...v1.25.0](https://github.com/Increase/increase-ruby/compare/v1.24.0...v1.25.0)
3427
-
3428
- ### Features
3429
-
3430
- * **api:** api update ([4df799b](https://github.com/Increase/increase-ruby/commit/4df799b8e62c9c406aec3ff033fa514b6180275b))
3431
-
3432
- ## 1.24.0 (2025-08-04)
3433
-
3434
- Full Changelog: [v1.23.0...v1.24.0](https://github.com/Increase/increase-ruby/compare/v1.23.0...v1.24.0)
3435
-
3436
- ### Features
3437
-
3438
- * **api:** api update ([12b5f26](https://github.com/Increase/increase-ruby/commit/12b5f266a069ef40b017526dedab92f47a326216))
3439
-
3440
- ## 1.23.0 (2025-08-01)
3441
-
3442
- Full Changelog: [v1.22.0...v1.23.0](https://github.com/Increase/increase-ruby/compare/v1.22.0...v1.23.0)
3443
-
3444
- ### Features
3445
-
3446
- * **api:** api update ([16fe155](https://github.com/Increase/increase-ruby/commit/16fe1558aeff7263c3cb1cf49cf42e919dd55a73))
3447
-
3448
- ## 1.22.0 (2025-08-01)
3449
-
3450
- Full Changelog: [v1.21.0...v1.22.0](https://github.com/Increase/increase-ruby/compare/v1.21.0...v1.22.0)
3451
-
3452
- ### Features
3453
-
3454
- * **api:** api update ([7be51b2](https://github.com/Increase/increase-ruby/commit/7be51b29bbd7029482f6048e2fefc70fbf2b4163))
3455
-
3456
-
3457
- ### Chores
3458
-
3459
- * **internal:** increase visibility of internal helper method ([ac6bbf0](https://github.com/Increase/increase-ruby/commit/ac6bbf06ad0adedc4d3ad1e6549ddf437db09995))
3460
-
3461
- ## 1.21.0 (2025-07-29)
3462
-
3463
- Full Changelog: [v1.20.0...v1.21.0](https://github.com/Increase/increase-ruby/compare/v1.20.0...v1.21.0)
3464
-
3465
- ### Features
3466
-
3467
- * **api:** api update ([8aa37f3](https://github.com/Increase/increase-ruby/commit/8aa37f3f48a32970bb8b33df798b30deaf30db2c))
3468
-
3469
- ## 1.20.0 (2025-07-29)
3470
-
3471
- Full Changelog: [v1.19.0...v1.20.0](https://github.com/Increase/increase-ruby/compare/v1.19.0...v1.20.0)
3472
-
3473
- ### Features
3474
-
3475
- * **api:** api update ([a305243](https://github.com/Increase/increase-ruby/commit/a305243b97483889ea225182d92bb9ecd6c6f2e0))
3476
- * **api:** api update ([d7208d2](https://github.com/Increase/increase-ruby/commit/d7208d2033e0cab1197b430876302fc132688459))
3477
-
3478
- ## 1.19.0 (2025-07-29)
3479
-
3480
- Full Changelog: [v1.18.1...v1.19.0](https://github.com/Increase/increase-ruby/compare/v1.18.1...v1.19.0)
3481
-
3482
- ### Features
3483
-
3484
- * **api:** api update ([20c3bcb](https://github.com/Increase/increase-ruby/commit/20c3bcbf49471dabea24969e2c926b1288318d80))
3485
-
3486
- ## 1.18.1 (2025-07-28)
3487
-
3488
- Full Changelog: [v1.18.0...v1.18.1](https://github.com/Increase/increase-ruby/compare/v1.18.0...v1.18.1)
3489
-
3490
- ### Bug Fixes
3491
-
3492
- * **internal:** ensure sorbet test always runs serially ([3fadad9](https://github.com/Increase/increase-ruby/commit/3fadad9784a466584e85aefa67b223010d1d2437))
3493
-
3494
-
3495
- ### Chores
3496
-
3497
- * update contribute.md ([123999a](https://github.com/Increase/increase-ruby/commit/123999a695d9b5c4b895f6743c8657a29fc4ef5b))
3498
-
3499
- ## 1.18.0 (2025-07-23)
3500
-
3501
- Full Changelog: [v1.17.0...v1.18.0](https://github.com/Increase/increase-ruby/compare/v1.17.0...v1.18.0)
3502
-
3503
- ### Features
3504
-
3505
- * **api:** api update ([74be015](https://github.com/Increase/increase-ruby/commit/74be0150a34f7236337cfff9de194670e9f7b7d4))
3506
-
3507
- ## 1.17.0 (2025-07-22)
3508
-
3509
- Full Changelog: [v1.16.0...v1.17.0](https://github.com/Increase/increase-ruby/compare/v1.16.0...v1.17.0)
3510
-
3511
- ### Features
3512
-
3513
- * **api:** api update ([c97cfd4](https://github.com/Increase/increase-ruby/commit/c97cfd42049607113b683af73cca4c3dad439d7d))
3514
-
3515
- ## 1.16.0 (2025-07-22)
3516
-
3517
- Full Changelog: [v1.15.0...v1.16.0](https://github.com/Increase/increase-ruby/compare/v1.15.0...v1.16.0)
3518
-
3519
- ### Features
3520
-
3521
- * **api:** api update ([3ab5ee5](https://github.com/Increase/increase-ruby/commit/3ab5ee553ac93933b48ba84ca19f0ee3097e0af8))
3522
-
3523
- ## 1.15.0 (2025-07-21)
3524
-
3525
- Full Changelog: [v1.14.0...v1.15.0](https://github.com/Increase/increase-ruby/compare/v1.14.0...v1.15.0)
3526
-
3527
- ### Features
3528
-
3529
- * **api:** api update ([0370864](https://github.com/Increase/increase-ruby/commit/03708647f4f70800c3b9660e50f00632f679d7fa))
3530
- * **api:** api update ([43fed27](https://github.com/Increase/increase-ruby/commit/43fed27a519cb50ec581647f691ea66b566a2107))
3531
-
3532
- ## 1.14.0 (2025-07-18)
3533
-
3534
- Full Changelog: [v1.13.0...v1.14.0](https://github.com/Increase/increase-ruby/compare/v1.13.0...v1.14.0)
3535
-
3536
- ### Features
3537
-
3538
- * **api:** api update ([aff39de](https://github.com/Increase/increase-ruby/commit/aff39de155a064d2c7b2640a6d31fcb400caf63b))
3539
-
3540
- ## 1.13.0 (2025-07-11)
3541
-
3542
- Full Changelog: [v1.12.0...v1.13.0](https://github.com/Increase/increase-ruby/compare/v1.12.0...v1.13.0)
3543
-
3544
- ### Features
3545
-
3546
- * **api:** api update ([f7dd43e](https://github.com/Increase/increase-ruby/commit/f7dd43e2ddb588d2b2d837caee579ae1ba3c92a4))
3547
-
3548
- ## 1.12.0 (2025-07-10)
3549
-
3550
- Full Changelog: [v1.11.0...v1.12.0](https://github.com/Increase/increase-ruby/compare/v1.11.0...v1.12.0)
3551
-
3552
- ### Features
3553
-
3554
- * **api:** api update ([1765f74](https://github.com/Increase/increase-ruby/commit/1765f74c0125b1b3eab3faf9f03d3498a5daffa4))
3555
-
3556
- ## 1.11.0 (2025-07-09)
3557
-
3558
- Full Changelog: [v1.10.0...v1.11.0](https://github.com/Increase/increase-ruby/compare/v1.10.0...v1.11.0)
3559
-
3560
- ### Features
3561
-
3562
- * **api:** api update ([2e487ee](https://github.com/Increase/increase-ruby/commit/2e487ee62d833362c3d080953d68c164d08c6bf9))
3563
-
3564
- ## 1.10.0 (2025-07-08)
3565
-
3566
- Full Changelog: [v1.9.0...v1.10.0](https://github.com/Increase/increase-ruby/compare/v1.9.0...v1.10.0)
3567
-
3568
- ### Features
3569
-
3570
- * **api:** api update ([2e57642](https://github.com/Increase/increase-ruby/commit/2e576426eaf44efb61af1d5012820b83ed36d059))
3571
- * **api:** api update ([c873f32](https://github.com/Increase/increase-ruby/commit/c873f32a202b3db985d36d07a933467c7c45f472))
3572
-
3573
- ## 1.9.0 (2025-07-04)
3574
-
3575
- Full Changelog: [v1.8.0...v1.9.0](https://github.com/Increase/increase-ruby/compare/v1.8.0...v1.9.0)
3576
-
3577
- ### Features
3578
-
3579
- * **api:** api update ([39cfff5](https://github.com/Increase/increase-ruby/commit/39cfff5f5bbb36f2ac638c05b3259c3a76a9fe08))
3580
-
3581
- ## 1.8.0 (2025-07-04)
3582
-
3583
- Full Changelog: [v1.7.0...v1.8.0](https://github.com/Increase/increase-ruby/compare/v1.7.0...v1.8.0)
3584
-
3585
- ### Features
3586
-
3587
- * **api:** api update ([ac9c398](https://github.com/Increase/increase-ruby/commit/ac9c3980decb85870a47773a347507176d40981e))
3588
-
3589
- ## 1.7.0 (2025-07-02)
3590
-
3591
- Full Changelog: [v1.6.0...v1.7.0](https://github.com/Increase/increase-ruby/compare/v1.6.0...v1.7.0)
3592
-
3593
- ### Features
3594
-
3595
- * **api:** api update ([c7a416e](https://github.com/Increase/increase-ruby/commit/c7a416e30dc10a9245015f3e5da55142831d0112))
3596
-
3597
- ## 1.6.0 (2025-07-01)
3598
-
3599
- Full Changelog: [v1.5.3...v1.6.0](https://github.com/Increase/increase-ruby/compare/v1.5.3...v1.6.0)
3600
-
3601
- ### Features
3602
-
3603
- * **api:** api update ([f558750](https://github.com/Increase/increase-ruby/commit/f55875048421a837a8cd9cff86e163cbb6501c7a))
3604
-
3605
- ## 1.5.3 (2025-06-30)
3606
-
3607
- Full Changelog: [v1.5.2...v1.5.3](https://github.com/Increase/increase-ruby/compare/v1.5.2...v1.5.3)
3608
-
3609
- ### Chores
3610
-
3611
- * **ci:** only run for pushes and fork pull requests ([3260c91](https://github.com/Increase/increase-ruby/commit/3260c917c1e4f2d3686f3487256c358699998f74))
3612
- * **internal:** allow streams to also be unwrapped on a per-row basis ([dacddf0](https://github.com/Increase/increase-ruby/commit/dacddf00f49e317641f0b4a855d32f00cf4b6aed))
3613
-
3614
- ## 1.5.2 (2025-06-27)
3615
-
3616
- Full Changelog: [v1.5.1...v1.5.2](https://github.com/Increase/increase-ruby/compare/v1.5.1...v1.5.2)
3617
-
3618
- ### Bug Fixes
3619
-
3620
- * sorbet type annotation on client's `environ` settings ([d9f2aaa](https://github.com/Increase/increase-ruby/commit/d9f2aaa0973e9f1b79fe3c9ffcfd1c3be5f0a395))
3621
-
3622
- ## 1.5.1 (2025-06-26)
3623
-
3624
- Full Changelog: [v1.5.0...v1.5.1](https://github.com/Increase/increase-ruby/compare/v1.5.0...v1.5.1)
3625
-
3626
- ### Bug Fixes
3627
-
3628
- * **ci:** release-doctor — report correct token name ([0b4d159](https://github.com/Increase/increase-ruby/commit/0b4d15981b94bb9b8d4debe1af14899bee48385a))
3629
-
3630
- ## 1.5.0 (2025-06-26)
3631
-
3632
- Full Changelog: [v1.4.0...v1.5.0](https://github.com/Increase/increase-ruby/compare/v1.4.0...v1.5.0)
3633
-
3634
- ### Features
3635
-
3636
- * **api:** api update ([c5054f1](https://github.com/Increase/increase-ruby/commit/c5054f152ece6c990269c83a7c7537fc137ac665))
3637
- * **api:** api update ([dbddbd3](https://github.com/Increase/increase-ruby/commit/dbddbd30aae44f3600916e4e0bef10d35f866a45))
3638
-
3639
- ## 1.4.0 (2025-06-25)
3640
-
3641
- Full Changelog: [v1.3.0...v1.4.0](https://github.com/Increase/increase-ruby/compare/v1.3.0...v1.4.0)
3642
-
3643
- ### Features
3644
-
3645
- * **api:** api update ([5e84760](https://github.com/Increase/increase-ruby/commit/5e847601520f15c05af732d75fc3836a0db58e11))
3646
- * **api:** api update ([05ab542](https://github.com/Increase/increase-ruby/commit/05ab5422b9a7ca0fef94405a930ca991ae2b7b34))
3647
-
3648
- ## 1.3.0 (2025-06-24)
3649
-
3650
- Full Changelog: [v1.2.0...v1.3.0](https://github.com/Increase/increase-ruby/compare/v1.2.0...v1.3.0)
3651
-
3652
- ### Features
3653
-
3654
- * **api:** api update ([4bc56cc](https://github.com/Increase/increase-ruby/commit/4bc56cc2a93fddc9d94c6ddc6fb885915cc74c99))
3655
-
3656
- ## 1.2.0 (2025-06-24)
3657
-
3658
- Full Changelog: [v1.1.0...v1.2.0](https://github.com/Increase/increase-ruby/compare/v1.1.0...v1.2.0)
3659
-
3660
- ### Features
3661
-
3662
- * **api:** api update ([2b5da1c](https://github.com/Increase/increase-ruby/commit/2b5da1c10f75b8a65c2370858c08eadf4268b044))
3663
-
3664
- ## 1.1.0 (2025-06-23)
3665
-
3666
- Full Changelog: [v1.0.0...v1.1.0](https://github.com/Increase/increase-ruby/compare/v1.0.0...v1.1.0)
3667
-
3668
- ### Features
3669
-
3670
- * **api:** api update ([0f5e84f](https://github.com/Increase/increase-ruby/commit/0f5e84f8b0592dd7aceb782205d6001b88899729))
3671
- * **api:** api update ([0bca37e](https://github.com/Increase/increase-ruby/commit/0bca37e04d7c3d25db73ac6d04b83bafc0871981))
3672
- * **api:** api update ([af7da72](https://github.com/Increase/increase-ruby/commit/af7da7244c3be50d3324c81b45250de8dece0d66))
3673
- * **api:** api update ([da619e1](https://github.com/Increase/increase-ruby/commit/da619e1bbda845ebdb6e947b31aa2f42680427b4))
3674
- * **api:** api update ([448a80e](https://github.com/Increase/increase-ruby/commit/448a80e2f8d328b75f6d2f7e853b6ca3deca0a18))
3675
- * **api:** api update ([fb4e2d4](https://github.com/Increase/increase-ruby/commit/fb4e2d4946295fa4d5d027ad82a06ee11f9002c5))
3676
- * **api:** api update ([a1e1715](https://github.com/Increase/increase-ruby/commit/a1e17156bdd69cae745635ca7b6aa2aa290c5e54))
3677
- * **api:** api update ([305a386](https://github.com/Increase/increase-ruby/commit/305a38617d22becf2b86bcae6beec3e95e5ca069))
3678
-
3679
-
3680
- ### Bug Fixes
3681
-
3682
- * issue where we cannot mutate arrays on base model derivatives ([52fb1fb](https://github.com/Increase/increase-ruby/commit/52fb1fbfae48eeb4431d5ed57969b9a4a24efe6d))
3683
-
3684
-
3685
- ### Chores
3686
-
3687
- * **ci:** enable for pull requests ([7002a0a](https://github.com/Increase/increase-ruby/commit/7002a0a60f51908f98e39f4daae7cb7af99fe98e))
3688
-
3689
- ## 1.0.0 (2025-06-16)
3690
-
3691
- Full Changelog: [v0.1.0-alpha.34...v1.0.0](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.34...v1.0.0)
3692
-
3693
- ## 0.1.0-alpha.34 (2025-06-13)
3694
-
3695
- Full Changelog: [v0.1.0-alpha.33...v0.1.0-alpha.34](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.33...v0.1.0-alpha.34)
3696
-
3697
- ### Features
3698
-
3699
- * **api:** api update ([7cc9b38](https://github.com/Increase/increase-ruby/commit/7cc9b38ab4242f628beabcd2b087860897dcbb9e))
3700
-
3701
- ## 0.1.0-alpha.33 (2025-06-12)
3702
-
3703
- Full Changelog: [v0.1.0-alpha.32...v0.1.0-alpha.33](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.32...v0.1.0-alpha.33)
3704
-
3705
- ### Features
3706
-
3707
- * **api:** api update ([68187fc](https://github.com/Increase/increase-ruby/commit/68187fce49e249a80b2e0c6246ff80d176c9a399))
3708
-
3709
- ## 0.1.0-alpha.32 (2025-06-11)
3710
-
3711
- Full Changelog: [v0.1.0-alpha.31...v0.1.0-alpha.32](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.31...v0.1.0-alpha.32)
3712
-
3713
- ### Features
3714
-
3715
- * **api:** api update ([9c520ae](https://github.com/Increase/increase-ruby/commit/9c520aec8a6ef3507d816a8bc27c0c17766220a4))
3716
-
3717
-
3718
- ### Chores
3719
-
3720
- * **ci:** link to correct github repo ([50e7095](https://github.com/Increase/increase-ruby/commit/50e70954b15bd52f627163148865d0fc53e78f87))
3721
-
3722
- ## 0.1.0-alpha.31 (2025-06-08)
3723
-
3724
- Full Changelog: [v0.1.0-alpha.30...v0.1.0-alpha.31](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.30...v0.1.0-alpha.31)
3725
-
3726
- ### Features
3727
-
3728
- * **api:** api update ([381598e](https://github.com/Increase/increase-ruby/commit/381598ee6a15e75c4a33a1f27b4e5930f4f9e744))
3729
- * **api:** api update ([901ff94](https://github.com/Increase/increase-ruby/commit/901ff949f455288cd8f902e7bcf14b720376e27a))
3730
- * **api:** api update ([b21fa1c](https://github.com/Increase/increase-ruby/commit/b21fa1ca020cec0ba8e704474e5d726cdbc34b3c))
3731
- * **api:** api update ([cda80e7](https://github.com/Increase/increase-ruby/commit/cda80e71e5adcef9e2db23380c8750a1854c7675))
3732
-
3733
-
3734
- ### Bug Fixes
3735
-
3736
- * default content-type for text in multi-part formdata uploads should be text/plain ([6008528](https://github.com/Increase/increase-ruby/commit/60085285e33b4259d2c02332ced3b0436ebdae5e))
3737
-
3738
-
3739
- ### Chores
3740
-
3741
- * fix idempotency header ([3e72dbd](https://github.com/Increase/increase-ruby/commit/3e72dbdfa637e7c0eeb9c821fd6ff12c3cc2c13a))
3742
- * Update SECURITY.md ([692d69b](https://github.com/Increase/increase-ruby/commit/692d69bf188e7735ee58289f6d9c4cdbcec303ab))
3743
-
3744
- ## 0.1.0-alpha.30 (2025-06-03)
3745
-
3746
- Full Changelog: [v0.1.0-alpha.29...v0.1.0-alpha.30](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.29...v0.1.0-alpha.30)
3747
-
3748
- ### Features
3749
-
3750
- * **api:** api update ([bb7f9d3](https://github.com/Increase/increase-ruby/commit/bb7f9d31c20555ba9391376680a6efdbb667e81d))
3751
- * **api:** api update ([6211a95](https://github.com/Increase/increase-ruby/commit/6211a959e8612d7974fcdbc0076f068bc1a90025))
3752
- * **api:** api update ([39d9b4c](https://github.com/Increase/increase-ruby/commit/39d9b4c8731658a5568bb974cd9334f07c83bb4f))
3753
- * **api:** api update ([4f9aad6](https://github.com/Increase/increase-ruby/commit/4f9aad6968a09f1549b32d98d19dddced537403f))
3754
-
3755
-
3756
- ### Bug Fixes
3757
-
3758
- * `to_sorbet_type` should not return branded types ([4dd5dff](https://github.com/Increase/increase-ruby/commit/4dd5dffdb9d333152cb5d759c763f4b0cfd15afd))
3759
-
3760
- ## 0.1.0-alpha.29 (2025-05-28)
3761
-
3762
- Full Changelog: [v0.1.0-alpha.28...v0.1.0-alpha.29](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.28...v0.1.0-alpha.29)
3763
-
3764
- ### Features
3765
-
3766
- * **api:** api update ([8870066](https://github.com/Increase/increase-ruby/commit/887006677b9780dfed78b0d05a136fec06e52072))
3767
-
3768
- ## 0.1.0-alpha.28 (2025-05-27)
3769
-
3770
- Full Changelog: [v0.1.0-alpha.27...v0.1.0-alpha.28](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.27...v0.1.0-alpha.28)
3771
-
3772
- ### Features
3773
-
3774
- * **api:** api update ([22c484f](https://github.com/Increase/increase-ruby/commit/22c484f13d1e81041c1d07f28aacd858314755e8))
3775
-
3776
-
3777
- ### Bug Fixes
3778
-
3779
- * sorbet types for enums, and make tapioca detection ignore `tapioca dsl` ([bf4354d](https://github.com/Increase/increase-ruby/commit/bf4354d9eda8ed1b0a114ac319d3e62b357049e6))
3780
-
3781
- ## 0.1.0-alpha.27 (2025-05-23)
3782
-
3783
- Full Changelog: [v0.1.0-alpha.26...v0.1.0-alpha.27](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.26...v0.1.0-alpha.27)
3784
-
3785
- ### Bug Fixes
3786
-
3787
- * prevent rubocop from mangling `===` to `is_a?` check ([b0fc6ac](https://github.com/Increase/increase-ruby/commit/b0fc6ac4326dc7a7ab598af3652be29e357590df))
3788
-
3789
- ## 0.1.0-alpha.26 (2025-05-22)
3790
-
3791
- Full Changelog: [v0.1.0-alpha.25...v0.1.0-alpha.26](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.25...v0.1.0-alpha.26)
3792
-
3793
- ### Features
3794
-
3795
- * **api:** api update ([02d1d7a](https://github.com/Increase/increase-ruby/commit/02d1d7a9743f2fa636c1f7c5da1239651942e84f))
3796
- * **api:** api update ([0048087](https://github.com/Increase/increase-ruby/commit/004808756c486b90f9d3bbac352d209c77fc0044))
3797
-
3798
-
3799
- ### Chores
3800
-
3801
- * **docs:** grammar improvements ([7528787](https://github.com/Increase/increase-ruby/commit/752878761b5cd474fe3f751b33b8a66f360ca2e3))
3802
- * force utf-8 locale via `RUBYOPT` when formatting ([9836cc4](https://github.com/Increase/increase-ruby/commit/9836cc43f50da4049117fd2724bfbcf41a2c3283))
3803
- * refine Yard and Sorbet types and ensure linting is turned on for examples ([3846f08](https://github.com/Increase/increase-ruby/commit/3846f08fefcddec7cefbf86e3a3fbfa535318d94))
3804
- * use fully qualified names for yard annotations and rbs aliases ([7a81744](https://github.com/Increase/increase-ruby/commit/7a81744d65096fc1af4b633f04f85f0d01c90617))
3805
-
3806
- ## 0.1.0-alpha.25 (2025-05-20)
3807
-
3808
- Full Changelog: [v0.1.0-alpha.24...v0.1.0-alpha.25](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.24...v0.1.0-alpha.25)
3809
-
3810
- ### Features
3811
-
3812
- * **api:** api update ([e0ff4dc](https://github.com/Increase/increase-ruby/commit/e0ff4dc3724a0afac1fe6b232f319752dd0503f3))
3813
-
3814
-
3815
- ### Bug Fixes
3816
-
3817
- * correctly instantiate sorbet type aliases for enums and unions ([dbf0949](https://github.com/Increase/increase-ruby/commit/dbf094958b6e2f50f82252018dbc7d44380be1e1))
3818
-
3819
-
3820
- ### Chores
3821
-
3822
- * whitespaces ([67b9c0d](https://github.com/Increase/increase-ruby/commit/67b9c0d67f049bc1db8c0adb32320479aa48b4e5))
3823
-
3824
- ## 0.1.0-alpha.24 (2025-05-15)
3825
-
3826
- Full Changelog: [v0.1.0-alpha.23...v0.1.0-alpha.24](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.23...v0.1.0-alpha.24)
3827
-
3828
- ### Features
3829
-
3830
- * **api:** api update ([3afcf27](https://github.com/Increase/increase-ruby/commit/3afcf27617485341a7bacdf0ce80d7cfdb047684))
3831
- * **api:** api update ([bd63d1d](https://github.com/Increase/increase-ruby/commit/bd63d1d70c9bd7709a1f09e3183ddfc861a53729))
3832
- * bump default connection pool size limit to minimum of 99 ([2742b21](https://github.com/Increase/increase-ruby/commit/2742b21734e33f6e6a3f10d74276e558345db8e0))
3833
-
3834
-
3835
- ### Documentation
3836
-
3837
- * rewrite much of README.md for readability ([30d40de](https://github.com/Increase/increase-ruby/commit/30d40de36a7c3f591ad793490f0bd09ada0343b7))
3838
-
3839
- ## 0.1.0-alpha.23 (2025-05-13)
3840
-
3841
- Full Changelog: [v0.1.0-alpha.22...v0.1.0-alpha.23](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.22...v0.1.0-alpha.23)
3842
-
3843
- ### Features
3844
-
3845
- * expose base client options as read only attributes ([22199bc](https://github.com/Increase/increase-ruby/commit/22199bc7e21f1c545662ae0da9934598f8c190e5))
3846
- * expose recursive `#to_h` conversion ([bc9b4f3](https://github.com/Increase/increase-ruby/commit/bc9b4f3e3063d52a4454084832f3b12a052a4af8))
3847
-
3848
-
3849
- ### Bug Fixes
3850
-
3851
- * **internal:** update gemspec name ([4323fb5](https://github.com/Increase/increase-ruby/commit/4323fb58792ad85fe9109898bbf47f578cb3f43a))
3852
-
3853
-
3854
- ### Chores
3855
-
3856
- * fix misc linting / minor issues ([730b149](https://github.com/Increase/increase-ruby/commit/730b14968b92319ce539148582bfe9e968fe07f3))
3857
-
3858
- ## 0.1.0-alpha.22 (2025-05-12)
3859
-
3860
- Full Changelog: [v0.1.0-alpha.21...v0.1.0-alpha.22](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.21...v0.1.0-alpha.22)
3861
-
3862
- ### Features
3863
-
3864
- * **api:** api update ([e9058dd](https://github.com/Increase/increase-ruby/commit/e9058dd6b8bf03cca193810a0973ffb0cd242b51))
3865
- * support sorbet aliases at the runtime ([38e39cf](https://github.com/Increase/increase-ruby/commit/38e39cfce387746d743d13133b2d1e17c3b5fa86))
3866
-
3867
- ## 0.1.0-alpha.21 (2025-05-09)
3868
-
3869
- Full Changelog: [v0.1.0-alpha.20...v0.1.0-alpha.21](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.20...v0.1.0-alpha.21)
3870
-
3871
- ### Features
3872
-
3873
- * **api:** api update ([486b925](https://github.com/Increase/increase-ruby/commit/486b925d5c4fe163253854853dc6b656e4838c51))
3874
-
3875
- ## 0.1.0-alpha.20 (2025-05-08)
3876
-
3877
- Full Changelog: [v0.1.0-alpha.19...v0.1.0-alpha.20](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.19...v0.1.0-alpha.20)
3878
-
3879
- ### Features
3880
-
3881
- * **api:** api update ([11d10fa](https://github.com/Increase/increase-ruby/commit/11d10fadaf87159363f61318935bc5f2f303dcfa))
3882
-
3883
-
3884
- ### Documentation
3885
-
3886
- * remove or fix invalid readme examples ([a396397](https://github.com/Increase/increase-ruby/commit/a3963973a51da3cca92b1bf2bfc18402bb2bd78f))
3887
-
3888
- ## 0.1.0-alpha.19 (2025-05-07)
3889
-
3890
- Full Changelog: [v0.1.0-alpha.18...v0.1.0-alpha.19](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.18...v0.1.0-alpha.19)
3891
-
3892
- ### Bug Fixes
3893
-
3894
- * **internal:** ensure formatting always uses c.utf-8 locale ([9b69402](https://github.com/Increase/increase-ruby/commit/9b6940250bbe4cac50ac5acf1028c8019c8cf17f))
3895
-
3896
-
3897
- ### Chores
3898
-
3899
- * revert ignoring Gemfile.lock ([a73e4a5](https://github.com/Increase/increase-ruby/commit/a73e4a5c4a6b85016baee8259e8cea95acc01d7d))
3900
-
3901
- ## 0.1.0-alpha.18 (2025-05-06)
3902
-
3903
- Full Changelog: [v0.1.0-alpha.17...v0.1.0-alpha.18](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.17...v0.1.0-alpha.18)
3904
-
3905
- ### Bug Fixes
3906
-
3907
- * **internal:** fix formatting script for macos ([f2e55ff](https://github.com/Increase/increase-ruby/commit/f2e55ff7c3829a5f95209b4f5b6d1c69d8310e1d))
3908
-
3909
- ## 0.1.0-alpha.17 (2025-05-06)
3910
-
3911
- Full Changelog: [v0.1.0-alpha.16...v0.1.0-alpha.17](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.16...v0.1.0-alpha.17)
3912
-
3913
- ### Features
3914
-
3915
- * **api:** api update ([8b2b2cd](https://github.com/Increase/increase-ruby/commit/8b2b2cd1ccd949365a86684edc106f892576fa54))
3916
-
3917
-
3918
- ### Chores
3919
-
3920
- * **internal:** codegen related update ([622d726](https://github.com/Increase/increase-ruby/commit/622d7260de885573acdbe1f890830f3759bbf852))
3921
-
3922
- ## 0.1.0-alpha.16 (2025-05-06)
3923
-
3924
- Full Changelog: [v0.1.0-alpha.15...v0.1.0-alpha.16](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.15...v0.1.0-alpha.16)
3925
-
3926
- ### Features
3927
-
3928
- * **api:** api update ([33dfc93](https://github.com/Increase/increase-ruby/commit/33dfc9358d19c889fb6170b0edebe6e2017d4bd8))
3929
- * **api:** api update ([62c70eb](https://github.com/Increase/increase-ruby/commit/62c70eb08625d9a4396b58cd0dea4cf99e2deac6))
3930
-
3931
-
3932
- ### Chores
3933
-
3934
- * accept all nd-json mimetype variants ([a95607e](https://github.com/Increase/increase-ruby/commit/a95607ee17b41cf983cb98de4a12500aeb9a5924))
3935
- * **internal:** codegen related update ([bc632be](https://github.com/Increase/increase-ruby/commit/bc632bed68cf33328523a222c51d400b359a8912))
3936
-
3937
-
3938
- ### Documentation
3939
-
3940
- * illustrate environmental defaults for auth variables ([9373e3c](https://github.com/Increase/increase-ruby/commit/9373e3cac9df6b3838d036a8c495bcd737c66d50))
3941
-
3942
- ## 0.1.0-alpha.15 (2025-05-04)
3943
-
3944
- Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)
3945
-
3946
- ### Features
3947
-
3948
- * **api:** api update ([89abf48](https://github.com/Increase/increase-ruby/commit/89abf48eead7502727530d6f705dea0a1e564b99))
3949
-
3950
-
3951
- ### Chores
3952
-
3953
- * always check if current page is empty in `next_page?` ([1d2d192](https://github.com/Increase/increase-ruby/commit/1d2d19232fa43a2db751e4e2f325c5c16b17d342))
3954
- * **internal:** codegen related update ([88c79df](https://github.com/Increase/increase-ruby/commit/88c79dfce934bf6b6a3d010b1f8bfd6f4b546501))
3955
- * migrate away from deprecated `JSON#fast_generate` ([4156e8b](https://github.com/Increase/increase-ruby/commit/4156e8bf730abbfcf84030b622c934642f0d6e38))
3956
- * re-export top level models under library namespace ([f94cbdc](https://github.com/Increase/increase-ruby/commit/f94cbdc60fd5457005558261e852b576720048d5))
3957
- * remove Gemfile.lock during bootstrap ([9dc594a](https://github.com/Increase/increase-ruby/commit/9dc594a282783ca34d713df072c6e06712a92e57))
3958
- * validate request option coercion correctness ([210a5b1](https://github.com/Increase/increase-ruby/commit/210a5b1890bc8ccedf959085a2e18f745d8850bc))
3959
-
3960
-
3961
- ### Documentation
3962
-
3963
- * **readme:** fix typo ([e6db2fe](https://github.com/Increase/increase-ruby/commit/e6db2fe4055f4d2bbd1b93a090aa34bc200264d7))
3964
-
3965
- ## 0.1.0-alpha.14 (2025-04-29)
3966
-
3967
- Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.13...v0.1.0-alpha.14)
3968
-
3969
- ### Features
3970
-
3971
- * **api:** api update ([0cd0cfd](https://github.com/Increase/increase-ruby/commit/0cd0cfdcbdbe39c7e9c530d8cfa4f5ccf523fef9))
3972
-
3973
-
3974
- ### Chores
3975
-
3976
- * loosen rubocop rules that don't always make sense ([1823b91](https://github.com/Increase/increase-ruby/commit/1823b91f3a55222a2b78c2df10b73e1949f134e4))
3977
-
3978
- ## 0.1.0-alpha.13 (2025-04-28)
3979
-
3980
- Full Changelog: [v0.1.0-alpha.12...v0.1.0-alpha.13](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.12...v0.1.0-alpha.13)
3981
-
3982
- ### Features
3983
-
3984
- * **api:** api update ([45fc551](https://github.com/Increase/increase-ruby/commit/45fc551b875600bfcd2dea9cfad233e932937c60))
3985
-
3986
-
3987
- ### Chores
3988
-
3989
- * add generator safe directory ([cb8b110](https://github.com/Increase/increase-ruby/commit/cb8b1101240abd6d05da7e20d0dd9d03cc8f0d31))
3990
- * **internal:** annotate request options with type aliases in sorbet ([2c2ec21](https://github.com/Increase/increase-ruby/commit/2c2ec21376e7acc7554e8ac99a36682479ee8930))
3991
- * **internal:** remove unnecessary `rbi/lib` folder ([7826238](https://github.com/Increase/increase-ruby/commit/7826238a53b6c07a3c256f88c9f1bcd8ea29c92c))
3992
- * more accurate type annotations and aliases ([4a22b74](https://github.com/Increase/increase-ruby/commit/4a22b7498e85103d2a393b4930c49a200141b27c))
3993
-
3994
- ## 0.1.0-alpha.12 (2025-04-25)
3995
-
3996
- Full Changelog: [v0.1.0-alpha.11...v0.1.0-alpha.12](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.11...v0.1.0-alpha.12)
3997
-
3998
- ### Features
3999
-
4000
- * **api:** api update ([666183d](https://github.com/Increase/increase-ruby/commit/666183d2e524186260dcca5505a794c545840183))
4001
- * **api:** api update ([f7348dc](https://github.com/Increase/increase-ruby/commit/f7348dc4328a7e2111a67be09dc77843c83b2e49))
4002
- * **api:** api update ([7d7ab72](https://github.com/Increase/increase-ruby/commit/7d7ab72a46faa7274855639846a130f2a9e0ad41))
4003
- * support specifying content-type with FilePart class ([05afd72](https://github.com/Increase/increase-ruby/commit/05afd7274f7881cdef4bc4292d9c7eb8104f0c27))
4004
- * support webmock for testing ([995c8ba](https://github.com/Increase/increase-ruby/commit/995c8baa67995d921ea02054f120e9bdaebe01ad))
4005
-
4006
-
4007
- ### Bug Fixes
4008
-
4009
- * ensure gem release is unaffected by renaming ([c0a0fb7](https://github.com/Increase/increase-ruby/commit/c0a0fb79e9b89a36d3dfbcb0dac08919e4eea8c4))
4010
- * make a typo for `FilePart.content` ([a080024](https://github.com/Increase/increase-ruby/commit/a080024a471808e2fb1cf1eade231d93c652e411))
4011
-
4012
-
4013
- ### Chores
4014
-
4015
- * broadly detect json family of content-type headers ([6ce04be](https://github.com/Increase/increase-ruby/commit/6ce04be506ecb273342936ed47e4996cd2173fef))
4016
- * **ci:** only use depot for staging repos ([0ab95d5](https://github.com/Increase/increase-ruby/commit/0ab95d54a80ef309144a61b51543bfb298f44f22))
4017
- * **ci:** run on more branches and use depot runners ([81e1f3a](https://github.com/Increase/increase-ruby/commit/81e1f3ac48fe1e256ae0f203b902a1b3e87901f9))
4018
- * consistently use string in examples, even for enums ([e87d2db](https://github.com/Increase/increase-ruby/commit/e87d2db29255f5f9372f82a2e9ecd5da02cc2ca6))
4019
- * **internal:** codegen related update ([79b309d](https://github.com/Increase/increase-ruby/commit/79b309d21bf855bdd27c7822cf6735e83d3cb484))
4020
- * **internal:** improve response envelope unwrap functionality ([b3f18d4](https://github.com/Increase/increase-ruby/commit/b3f18d4820ff1d2a1f3b4b551f3abd0530a5b77c))
4021
- * show truncated parameter docs in yard ([294b347](https://github.com/Increase/increase-ruby/commit/294b3473dff35162a9f5e64552579261b1babed6))
4022
-
4023
- ## 0.1.0-alpha.11 (2025-04-21)
4024
-
4025
- Full Changelog: [v0.1.0-alpha.10...v0.1.0-alpha.11](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.10...v0.1.0-alpha.11)
4026
-
4027
- ### Features
4028
-
4029
- * **api:** api update ([ae80e4b](https://github.com/Increase/increase-ruby/commit/ae80e4b0f18695b8056770456cb1e95cc3eae719))
4030
- * **api:** api update ([7983dd2](https://github.com/Increase/increase-ruby/commit/7983dd2191954ebccf1e547cc78a4bd2f47e279d))
4031
- * **api:** api update ([084fafd](https://github.com/Increase/increase-ruby/commit/084fafd7be0db3b6a1b04b54163a2d38aebacfd5))
4032
- * **api:** api update ([b0dcacf](https://github.com/Increase/increase-ruby/commit/b0dcacfc8219d7ae549a79a40f57c1af5a94b208))
4033
- * **client:** enable setting base URL from environment variable ([eecc22b](https://github.com/Increase/increase-ruby/commit/eecc22b9c93398f185f15bfe9f435df94c3c6f6f))
4034
- * implement `#hash` for data containers ([68c733d](https://github.com/Increase/increase-ruby/commit/68c733d16baadd5f069a1fc13760bb6d1f22dfa7))
4035
-
4036
-
4037
- ### Bug Fixes
4038
-
4039
- * always send idempotency header when specified as a request option ([fda1fee](https://github.com/Increase/increase-ruby/commit/fda1fee2190a625869e4fd512c0174c904bdf90d))
4040
- * **client:** send correct HTTP path ([5bec964](https://github.com/Increase/increase-ruby/commit/5bec9649252fed72bbca45f1c692552419b1813f))
4041
- * restore ability to configure server environment as string during client construction ([e4764d3](https://github.com/Increase/increase-ruby/commit/e4764d326a2ffee3c344cd63d805a47bfbb0829f))
4042
-
4043
-
4044
- ### Chores
4045
-
4046
- * documentation improvements ([e6dfa3b](https://github.com/Increase/increase-ruby/commit/e6dfa3b4b14575590012703b80fe03e4f1f5d15e))
4047
- * explicitly mark apis public under `Internal` module ([9f0a5dd](https://github.com/Increase/increase-ruby/commit/9f0a5dd4027d4d9a88f6b390e30fbda0820a262b))
4048
- * **internal:** contribute.md and contributor QoL improvements ([314324d](https://github.com/Increase/increase-ruby/commit/314324d41279d0d25657d0fc8d962c2d66341537))
4049
- * **internal:** minor type annotation improvements ([d9594f8](https://github.com/Increase/increase-ruby/commit/d9594f81d8e9e287f9a31427306b9706fde19216))
4050
- * **internal:** protect SSE parsing pipeline from broken UTF-8 characters ([5a94369](https://github.com/Increase/increase-ruby/commit/5a943694f406e0fcb99497eb587dd4d3cd0452cf))
4051
- * make sorbet enums easier to read ([e819d32](https://github.com/Increase/increase-ruby/commit/e819d322bc12b2e83396965dbd600d2ed2cf9a76))
4052
- * refine `#inspect` and `#to_s` for model classes ([f19c447](https://github.com/Increase/increase-ruby/commit/f19c4478427850bbe790c8735ffeb1ee7bc5b562))
4053
- * simplify yard annotations by removing most `@!parse` directives ([f02e474](https://github.com/Increase/increase-ruby/commit/f02e474bb85778b66357450e5b0c2c0d6d34ca8c))
4054
- * update README with recommended editor plugins ([3c7848c](https://github.com/Increase/increase-ruby/commit/3c7848ce9d097c79e47204029b1c916f0cb864e2))
4055
- * use `@!method` instead of `@!parse` for virtual method type definitions ([214dd6b](https://github.com/Increase/increase-ruby/commit/214dd6bc8aaef7e3a5aab216d6a22be1001beb54))
4056
-
4057
- ## 0.1.0-alpha.10 (2025-04-15)
4058
-
4059
- Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.9...v0.1.0-alpha.10)
4060
-
4061
- ### Features
4062
-
4063
- * **api:** api update ([f6c5568](https://github.com/Increase/increase-ruby/commit/f6c5568f67ff3b44fa3c27569cafbb99e48cc71d))
4064
-
4065
-
4066
- ### Chores
4067
-
4068
- * **internal:** always run post-processing when formatting when syntax_tree ([0ee8912](https://github.com/Increase/increase-ruby/commit/0ee8912f81636d5f74a736e4c8d1707b204e395a))
4069
- * **internal:** loosen internal type restrictions ([56e169c](https://github.com/Increase/increase-ruby/commit/56e169c9fcc2a898d8671e591dec0c606f4ce24c))
4070
- * **internal:** minor touch ups on sdk internals ([ed29ff6](https://github.com/Increase/increase-ruby/commit/ed29ff6868a89b11bea12c07b6cd834b6769cb41))
4071
- * **internal:** mostly README touch ups ([23519d3](https://github.com/Increase/increase-ruby/commit/23519d3197bf59ba73812fda30d28101a6c5f40f))
4072
- * make internal types pretty print ([18c33c5](https://github.com/Increase/increase-ruby/commit/18c33c5f6fe4bb1a0e0fac9083dac8b1f063fdd1))
4073
-
4074
-
4075
- ### Documentation
4076
-
4077
- * update documentation links to be more uniform ([b1f42d9](https://github.com/Increase/increase-ruby/commit/b1f42d9ef89f3a8d3db9f97e9267690e49826d2e))
4078
-
4079
- ## 0.1.0-alpha.9 (2025-04-12)
4080
-
4081
- Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)
4082
-
4083
- ### Features
4084
-
4085
- * **api:** api update ([5a4e9ba](https://github.com/Increase/increase-ruby/commit/5a4e9bacb00277a52798301a3c9c5e38ceb6e5d9))
4086
- * **api:** api update ([f79ff29](https://github.com/Increase/increase-ruby/commit/f79ff298e7be0c13803b9b2f4575f75f1550a286))
4087
- * **api:** api update ([327f605](https://github.com/Increase/increase-ruby/commit/327f605b8456aa8b0761989c863839c83dc1482d))
4088
- * **api:** api update ([55e7b4c](https://github.com/Increase/increase-ruby/commit/55e7b4c83502d2adf46d473b8d0bc7367ad5d0dc))
4089
- * **api:** api update ([e53e9d7](https://github.com/Increase/increase-ruby/commit/e53e9d7a656b9c5de1a8b977282e09f7630b8faa))
4090
-
4091
-
4092
- ### Bug Fixes
4093
-
4094
- * inaccuracies in the README.md ([1c01f71](https://github.com/Increase/increase-ruby/commit/1c01f711875bb2ea64fede9350d916c2a942dbc7))
4095
- * **internal:** update release-please to use ruby strategy for README.md ([#50](https://github.com/Increase/increase-ruby/issues/50)) ([3bd9441](https://github.com/Increase/increase-ruby/commit/3bd9441cafc861e86bed22b903f5a1d4ffa66d43))
4096
-
4097
-
4098
- ### Chores
4099
-
4100
- * ensure readme.md is bumped when release please updates versions ([#49](https://github.com/Increase/increase-ruby/issues/49)) ([b524b98](https://github.com/Increase/increase-ruby/commit/b524b987ed001e01ee3ca2a6cce4afa6521573f9))
4101
- * fix readme typo ([#52](https://github.com/Increase/increase-ruby/issues/52)) ([b2d7d10](https://github.com/Increase/increase-ruby/commit/b2d7d1006be912f2009aab5da9f0121696b83485))
4102
- * **internal:** expand CI branch coverage ([#51](https://github.com/Increase/increase-ruby/issues/51)) ([46c1641](https://github.com/Increase/increase-ruby/commit/46c1641d60271c5dd068704973db35446c6b1ae3))
4103
- * **internal:** reduce CI branch coverage ([ebda740](https://github.com/Increase/increase-ruby/commit/ebda740837d8c68da8a5526178bf62b1ba059d7e))
4104
- * **internal:** version bump ([ad35cfd](https://github.com/Increase/increase-ruby/commit/ad35cfd373e451b0c1d0b063229e731c139c4b3b))
4105
- * loosen const and integer coercion rules ([#48](https://github.com/Increase/increase-ruby/issues/48)) ([ef3dc18](https://github.com/Increase/increase-ruby/commit/ef3dc18eac859aa3e37dd829c93ae2d337e2524c))
4106
-
4107
- ## 0.1.0-alpha.8 (2025-04-08)
4108
-
4109
- Full Changelog: [v0.1.0-alpha.7...v0.1.0-alpha.8](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.7...v0.1.0-alpha.8)
4110
-
4111
- ### Bug Fixes
4112
-
4113
- * raise connection error for errors that result from HTTP transports ([#46](https://github.com/Increase/increase-ruby/issues/46)) ([222ee88](https://github.com/Increase/increase-ruby/commit/222ee88fee656b29fe650a58a67976356071d716))
4114
-
4115
-
4116
- ### Chores
4117
-
4118
- * **internal:** version bump ([6dbed32](https://github.com/Increase/increase-ruby/commit/6dbed32e0dd9dc6b16377f2663f1e3332687cd86))
4119
-
4120
- ## 0.1.0-alpha.7 (2025-04-08)
4121
-
4122
- Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)
4123
-
4124
- ### Features
4125
-
4126
- * **api:** api update ([#44](https://github.com/Increase/increase-ruby/issues/44)) ([92c8b29](https://github.com/Increase/increase-ruby/commit/92c8b29ed870e456af870786d46f47f94dd3e088))
4127
-
4128
-
4129
- ### Chores
4130
-
4131
- * **internal:** version bump ([5a572e1](https://github.com/Increase/increase-ruby/commit/5a572e10e503e68ca50ce6c30d20b7a5cb851c18))
4132
-
4133
- ## 0.1.0-alpha.6 (2025-04-08)
4134
-
4135
- Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.5...v0.1.0-alpha.6)
4136
-
4137
- ### Features
4138
-
4139
- * **api:** api update ([#42](https://github.com/Increase/increase-ruby/issues/42)) ([20108ce](https://github.com/Increase/increase-ruby/commit/20108ce07794eaec00dd89e66c5bea8a16c91f2f))
4140
- * use Pathname alongside raw IO handles for file uploads ([#41](https://github.com/Increase/increase-ruby/issues/41)) ([b7e2430](https://github.com/Increase/increase-ruby/commit/b7e2430aab96fb90550164b521aec7108282d35f))
4141
-
4142
-
4143
- ### Chores
4144
-
4145
- * add README docs for using solargraph when installing gem from git ([#40](https://github.com/Increase/increase-ruby/issues/40)) ([d68da15](https://github.com/Increase/increase-ruby/commit/d68da15415f8a0e76cb0f6befcb8c18b358f11c4))
4146
- * always fold up method bodies in sorbet type definitions ([#34](https://github.com/Increase/increase-ruby/issues/34)) ([1d073b1](https://github.com/Increase/increase-ruby/commit/1d073b100ba23d28304bfa5fbcb6b021dccbeaf9))
4147
- * easier to read examples in README.md ([#37](https://github.com/Increase/increase-ruby/issues/37)) ([b7e210a](https://github.com/Increase/increase-ruby/commit/b7e210a2b4abc745579b9f688b7c207a6ad9a25f))
4148
- * **internal:** misc small improvements ([#31](https://github.com/Increase/increase-ruby/issues/31)) ([51871b0](https://github.com/Increase/increase-ruby/commit/51871b0593ca9ba889978c1cbbf06410fca2251b))
4149
- * **internal:** more concise handling of parameter naming conflicts ([#36](https://github.com/Increase/increase-ruby/issues/36)) ([1eb565b](https://github.com/Increase/increase-ruby/commit/1eb565bab5b01fb9a4f306b697e6b8148b444dbb))
4150
- * **internal:** rubocop rules ([#33](https://github.com/Increase/increase-ruby/issues/33)) ([fdf49af](https://github.com/Increase/increase-ruby/commit/fdf49aff062233facde7a19e85e988d097c83d9f))
4151
- * **internal:** run rubocop linter in parallel ([#32](https://github.com/Increase/increase-ruby/issues/32)) ([f28a7d0](https://github.com/Increase/increase-ruby/commit/f28a7d0c3cff243b6bb81a4383883326384b2bf3))
4152
- * **internal:** version bump ([#29](https://github.com/Increase/increase-ruby/issues/29)) ([131900e](https://github.com/Increase/increase-ruby/commit/131900e26a21f7d708358735f239b50011f0abaa))
4153
- * make client tests look prettier ([#39](https://github.com/Increase/increase-ruby/issues/39)) ([39145e0](https://github.com/Increase/increase-ruby/commit/39145e0032a6b3a316b522fa4458d7ceebd78384))
4154
- * **tests:** improve enum examples ([#38](https://github.com/Increase/increase-ruby/issues/38)) ([0d69f9f](https://github.com/Increase/increase-ruby/commit/0d69f9f79636c51dd8445b5b9d91d486d7051569))
4155
- * update yard comment formatting ([#35](https://github.com/Increase/increase-ruby/issues/35)) ([dc047f3](https://github.com/Increase/increase-ruby/commit/dc047f399cc11b6d58f295f5c8a8856ca3c30acb))
4156
-
4157
- ## 0.1.0-alpha.5 (2025-04-05)
4158
-
4159
- Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)
4160
-
4161
- ### Features
4162
-
4163
- * allow all valid `JSON` types to be encoded ([#26](https://github.com/Increase/increase-ruby/issues/26)) ([92760b3](https://github.com/Increase/increase-ruby/commit/92760b3aba92abca8c6b4d6550d75b94c1a8fbc2))
4164
- * support query, header, and body params that have identical names ([#25](https://github.com/Increase/increase-ruby/issues/25)) ([def73dd](https://github.com/Increase/increase-ruby/commit/def73dd349fa2aec3074e16bdfa2a165bf4fc1e1))
4165
-
4166
-
4167
- ### Bug Fixes
4168
-
4169
- * converter should transform stringio into string where applicable ([#28](https://github.com/Increase/increase-ruby/issues/28)) ([68e4e9d](https://github.com/Increase/increase-ruby/commit/68e4e9df4a5938442eb890da6f1918f04d34e333))
4170
-
4171
-
4172
- ### Chores
4173
-
4174
- * document LSP support in read me ([#24](https://github.com/Increase/increase-ruby/issues/24)) ([778538d](https://github.com/Increase/increase-ruby/commit/778538da18c49156d45c68c9370c3628fd7e594a))
4175
- * **internal:** version bump ([#19](https://github.com/Increase/increase-ruby/issues/19)) ([fd9e8ad](https://github.com/Increase/increase-ruby/commit/fd9e8ada315a49377dbb2aa8ec6af48a180fb651))
4176
- * misc sdk polish ([#23](https://github.com/Increase/increase-ruby/issues/23)) ([e056d8a](https://github.com/Increase/increase-ruby/commit/e056d8a96d3da4568daf30d68f980a81c69ab5dc))
4177
- * rename confusing `Type::BooleanModel` to `Type::Boolean` ([#27](https://github.com/Increase/increase-ruby/issues/27)) ([ae0a5ee](https://github.com/Increase/increase-ruby/commit/ae0a5ee0e1c0177ab6aa08032f29655b5412b37d))
4178
- * simplify internal utils ([#22](https://github.com/Increase/increase-ruby/issues/22)) ([da6ec29](https://github.com/Increase/increase-ruby/commit/da6ec29d5dd5ad6bfea0f3461221f3a80259738d))
4179
-
4180
- ## 0.1.0-alpha.4 (2025-04-04)
4181
-
4182
- Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)
4183
-
4184
- ### Features
4185
-
4186
- * **api:** api update ([#17](https://github.com/Increase/increase-ruby/issues/17)) ([a3f4158](https://github.com/Increase/increase-ruby/commit/a3f415870ca066d5a5554351d4aebffdefe6535e))
4187
- * support solargraph generics ([#15](https://github.com/Increase/increase-ruby/issues/15)) ([8555967](https://github.com/Increase/increase-ruby/commit/8555967605a0c2fdc50660beb8e6bea1d3434cf8))
4188
-
4189
-
4190
- ### Chores
4191
-
4192
- * do not use literals for version in type definitions ([#18](https://github.com/Increase/increase-ruby/issues/18)) ([d88128c](https://github.com/Increase/increase-ruby/commit/d88128c03e8171ba2803eeb53548ddd5db4ecc0d))
4193
- * **internal:** version bump ([#13](https://github.com/Increase/increase-ruby/issues/13)) ([2a3a20f](https://github.com/Increase/increase-ruby/commit/2a3a20f1966c32215616997de572c2e3ef9c743d))
4194
-
4195
- ## 0.1.0-alpha.3 (2025-04-03)
4196
-
4197
- Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)
4198
-
4199
- ### ⚠ BREAKING CHANGES
4200
-
4201
- * bump min supported ruby version to 3.1 (oldest non-EOL) ([#10](https://github.com/Increase/increase-ruby/issues/10))
4202
- * remove top level type aliases to relocated classes ([#9](https://github.com/Increase/increase-ruby/issues/9))
4203
-
4204
- ### Features
4205
-
4206
- * bump min supported ruby version to 3.1 (oldest non-EOL) ([#10](https://github.com/Increase/increase-ruby/issues/10)) ([6bdbf40](https://github.com/Increase/increase-ruby/commit/6bdbf40be7f88549fdac9c50958a876b8bc21319))
4207
- * remove top level type aliases to relocated classes ([#9](https://github.com/Increase/increase-ruby/issues/9)) ([21e1d7f](https://github.com/Increase/increase-ruby/commit/21e1d7f50eeca18069b3f32cb7f1872dfc3ca8f6))
4208
-
4209
-
4210
- ### Bug Fixes
4211
-
4212
- * pre-release version string should match ruby, not semver conventions ([#12](https://github.com/Increase/increase-ruby/issues/12)) ([fda09d8](https://github.com/Increase/increase-ruby/commit/fda09d8fb2b491f9b893c340ea20d2f1d3f3e21c))
4213
-
4214
-
4215
- ### Chores
4216
-
4217
- * demonstrate how to make undocumented requests in README ([#11](https://github.com/Increase/increase-ruby/issues/11)) ([3a4e543](https://github.com/Increase/increase-ruby/commit/3a4e543eeb9b6b72559e4c7193a54f27fe006f49))
4218
- * **internal:** version bump ([#6](https://github.com/Increase/increase-ruby/issues/6)) ([99ee517](https://github.com/Increase/increase-ruby/commit/99ee5170448bca36d7773f7a443c27a4028da439))
4219
- * move private classes into internal module ([#8](https://github.com/Increase/increase-ruby/issues/8)) ([13f35d4](https://github.com/Increase/increase-ruby/commit/13f35d46ee4677f7f034afd91c6a911ec71e1ae7))
4220
-
4221
- ## 0.1.0-alpha.2 (2025-04-02)
4222
-
4223
- Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
4224
-
4225
- ### Features
4226
-
4227
- * **api:** api update ([#5](https://github.com/Increase/increase-ruby/issues/5)) ([33688e6](https://github.com/Increase/increase-ruby/commit/33688e6f59773d138b6f33c50d8ed9316e7cbf37))
4228
-
4229
-
4230
- ### Chores
4231
-
4232
- * update SDK settings ([#3](https://github.com/Increase/increase-ruby/issues/3)) ([b179c38](https://github.com/Increase/increase-ruby/commit/b179c383e7f1f750111cc2f393f55d1b81751a8c))
4233
-
4234
- ## 0.1.0-alpha.1 (2025-04-02)
4235
-
4236
- Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/Increase/increase-ruby/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)
4237
-
4238
- ### ⚠ BREAKING CHANGES
4239
-
4240
- * use tagged enums in sorbet type definitions
4241
- * support `for item in stream` style iteration on `Stream`s
4242
- * **model:** base model should recursively store coerced base models
4243
- * base page should be module instead of class
4244
- * breaking change - improved request options signatures
4245
- * (breaking change) introduce nesting for models under deeply nested resources
4246
-
4247
- ### Features
4248
-
4249
- * ! (breaking change) pull path params not in the last position into the params argument ([147911a](https://github.com/Increase/increase-ruby/commit/147911a823c5496c1bd86c6b378c9f2f0430d6cd))
4250
- * (breaking change) introduce nesting for models under deeply nested resources ([60581c1](https://github.com/Increase/increase-ruby/commit/60581c147a220ab06991e371d9b81f360f531d32))
4251
- * add deprecation notice to enum members and resources ([ae2ffa2](https://github.com/Increase/increase-ruby/commit/ae2ffa298fa2c5fd4c29bf78d79e5ca8ca3ef02a))
4252
- * add jsonl support ([3098169](https://github.com/Increase/increase-ruby/commit/30981697b94652ef9e04019fce6cd476b9704c5a))
4253
- * add reference links in yard ([f8b665b](https://github.com/Increase/increase-ruby/commit/f8b665b46ad39a324a16d54771895cd8c0ea495a))
4254
- * add SKIP_BREW env var to ./scripts/bootstrap ([3e521af](https://github.com/Increase/increase-ruby/commit/3e521afb46da4f4110afb280f29cb99d35a817e6))
4255
- * **api:** api update ([52e8980](https://github.com/Increase/increase-ruby/commit/52e8980cf7c8c3c059ebfdec9fad9d88fb1faf39))
4256
- * **api:** api update ([ca571e0](https://github.com/Increase/increase-ruby/commit/ca571e03cc6587ba1697636f27645d7f814e2d8c))
4257
- * **api:** api update ([6cf4b04](https://github.com/Increase/increase-ruby/commit/6cf4b04189f40a2c352db84b2eee073dd79cf1e5))
4258
- * **api:** api update ([e4eaaa8](https://github.com/Increase/increase-ruby/commit/e4eaaa873a573e602482c8ce912bca4c363efb7b))
4259
- * **api:** api update ([6dc98cf](https://github.com/Increase/increase-ruby/commit/6dc98cf2b76744adbb2323f98106f4492af3a23b))
4260
- * **api:** api update ([cd7164e](https://github.com/Increase/increase-ruby/commit/cd7164e847e04ae7499e7fdb2408afb1e51c5b28))
4261
- * **api:** api update ([6643fa5](https://github.com/Increase/increase-ruby/commit/6643fa5bc1a842c35209a348807e6dbc0fc5ebc9))
4262
- * **api:** api update ([c4d5da8](https://github.com/Increase/increase-ruby/commit/c4d5da87aba222f5b6950bdb3770979171ec6edb))
4263
- * **api:** api update ([fc2106d](https://github.com/Increase/increase-ruby/commit/fc2106d0f62367183efcd374a19537bb5d74596b))
4264
- * **api:** api update ([39532f5](https://github.com/Increase/increase-ruby/commit/39532f5be617c22204ed4d279ceeb45982fd4caf))
4265
- * **api:** api update ([1d9d9f7](https://github.com/Increase/increase-ruby/commit/1d9d9f7e6c1a251d24275c1c454842974ee7587a))
4266
- * **api:** api update ([bc02929](https://github.com/Increase/increase-ruby/commit/bc02929ffa76f683ce3575bf93be54cbe088bd09))
4267
- * **api:** api update ([78d0c3f](https://github.com/Increase/increase-ruby/commit/78d0c3f9cb68edf1a23c9d9be3b223703f042a71))
4268
- * **api:** api update ([fbf8ba1](https://github.com/Increase/increase-ruby/commit/fbf8ba17b9341cefb3c10f017af098a37bfc865d))
4269
- * **api:** api update ([3b835d0](https://github.com/Increase/increase-ruby/commit/3b835d077374d5f5ede970a8bcb6bfa021e0e536))
4270
- * **api:** api update ([45be1dc](https://github.com/Increase/increase-ruby/commit/45be1dc43d5cd06da162aa3ec0c2924d1c135c23))
4271
- * **api:** api update ([2afb9cd](https://github.com/Increase/increase-ruby/commit/2afb9cd5b295ba072263fa5d5acb6f037b5f26a7))
4272
- * **api:** api update ([0789479](https://github.com/Increase/increase-ruby/commit/0789479a3e2a4b86866a18bc77aaa192557d64db))
4273
- * **api:** api update ([9a02113](https://github.com/Increase/increase-ruby/commit/9a02113e70d1310a572dae84dc8ed2815c12a09e))
4274
- * **api:** api update ([41c257e](https://github.com/Increase/increase-ruby/commit/41c257e1b684668d22368ef93aba4b81a5d9d561))
4275
- * **api:** api update ([dcad7e7](https://github.com/Increase/increase-ruby/commit/dcad7e7e1bf2f901f2924ed61c823ef4cd846692))
4276
- * **api:** api update ([550188f](https://github.com/Increase/increase-ruby/commit/550188f35545800fc03a14a95acc4b7d7235811f))
4277
- * **api:** api update ([040b9e1](https://github.com/Increase/increase-ruby/commit/040b9e1954224701e56deb117886e1543922c4b3))
4278
- * **api:** api update ([6794aa4](https://github.com/Increase/increase-ruby/commit/6794aa40605d82ec12e3f09766a75af26bea111f))
4279
- * **api:** api update ([26d41da](https://github.com/Increase/increase-ruby/commit/26d41da373586c957d8823707ad1376e80d975a7))
4280
- * **api:** api update ([bdafadd](https://github.com/Increase/increase-ruby/commit/bdafaddd97e2a1954b6786991b2d649b174abd7f))
4281
- * **api:** api update ([2fc3b37](https://github.com/Increase/increase-ruby/commit/2fc3b3721eb5fa9f75c8b7d14c88e5f8d2cbfce5))
4282
- * **api:** api update ([d51504b](https://github.com/Increase/increase-ruby/commit/d51504bc51b8582d132eb0a09399541b6f79cbe3))
4283
- * **api:** api update ([291a628](https://github.com/Increase/increase-ruby/commit/291a6280734f60770a8e6f1360848b52eda0b057))
4284
- * **api:** api update ([7e3325d](https://github.com/Increase/increase-ruby/commit/7e3325ddc08b4ccc49254e3eb6afa5c9c2a49cfc))
4285
- * **api:** api update ([4c298a9](https://github.com/Increase/increase-ruby/commit/4c298a931150599d57f3c5cf13d5356bffb36ac2))
4286
- * **api:** api update ([1a59501](https://github.com/Increase/increase-ruby/commit/1a595015f9edaffcb36dbd6a5defb3a1b97b71a3))
4287
- * **api:** api update ([a0d9cb9](https://github.com/Increase/increase-ruby/commit/a0d9cb9dc542ee2ed266fd109c8c97ed07ea1df7))
4288
- * **api:** api update ([a412b50](https://github.com/Increase/increase-ruby/commit/a412b50a1ad053ff642d1165fe0d6cda0ba087b0))
4289
- * **api:** api update ([fb6888c](https://github.com/Increase/increase-ruby/commit/fb6888cb62862d5c4fc2242e8b399fee700bdda1))
4290
- * **api:** api update ([a4e49d5](https://github.com/Increase/increase-ruby/commit/a4e49d50e481d9d853ac734c4e4e911a824a09fc))
4291
- * **api:** api update ([497745a](https://github.com/Increase/increase-ruby/commit/497745a8c2a0b8b63cd61ef03f7ae92de0456d39))
4292
- * **api:** api update ([2cd6df1](https://github.com/Increase/increase-ruby/commit/2cd6df1a999bf8aa87eb167036a73f9faf90b76e))
4293
- * **api:** api update ([783a5df](https://github.com/Increase/increase-ruby/commit/783a5df1b44a497ac6c228b9eeccfeecd43a201f))
4294
- * **api:** api update ([2ea5f50](https://github.com/Increase/increase-ruby/commit/2ea5f50317061ad1e14a47e21ea10fab70c97dd8))
4295
- * **api:** api update ([c3751e5](https://github.com/Increase/increase-ruby/commit/c3751e5f2651542f8ce6105fd0ea68616a978541))
4296
- * **api:** api update ([6c72e15](https://github.com/Increase/increase-ruby/commit/6c72e156479288fa54e5882b44b601e326bc6ea9))
4297
- * **api:** api update ([e43d1ac](https://github.com/Increase/increase-ruby/commit/e43d1ac6c5a39b960f0e979d5883e31ab5158e99))
4298
- * **api:** api update ([073b27f](https://github.com/Increase/increase-ruby/commit/073b27f6fac54dacee7028fee53684aba2264f34))
4299
- * **api:** api update ([3a5af19](https://github.com/Increase/increase-ruby/commit/3a5af199975c50969d4e3387a7ba2bb1a9f9695f))
4300
- * **api:** api update ([0ce9550](https://github.com/Increase/increase-ruby/commit/0ce955019f5cb4b2df8716c81a1afd4f9738a588))
4301
- * **api:** api update ([0a1800f](https://github.com/Increase/increase-ruby/commit/0a1800f137923b1222d52f61b360d5b3bda6f0d6))
4302
- * **api:** api update ([e481117](https://github.com/Increase/increase-ruby/commit/e4811171ce9fb3bdc59b139ac2a9dad936af343d))
4303
- * **api:** api update ([626091d](https://github.com/Increase/increase-ruby/commit/626091dca6618692fdbb65d682d17191699459ed))
4304
- * **api:** api update ([d67aecb](https://github.com/Increase/increase-ruby/commit/d67aecbbdcd8b6669b2f58245bdc89af86f0514a))
4305
- * **api:** api update ([c722fdf](https://github.com/Increase/increase-ruby/commit/c722fdf9481978d68eb520328b214a0f0f24cef7))
4306
- * **api:** api update ([097be9d](https://github.com/Increase/increase-ruby/commit/097be9d442dd790cc8710d7e78eea305cbbc531d))
4307
- * **api:** api update ([b1bf5ba](https://github.com/Increase/increase-ruby/commit/b1bf5baa1c22f8dcd12c148b3ca3220d6458d528))
4308
- * **api:** api update ([503f0d1](https://github.com/Increase/increase-ruby/commit/503f0d141d7ca6d1bef35a7b2eaca9e3a1355ffb))
4309
- * **api:** api update ([c22b95b](https://github.com/Increase/increase-ruby/commit/c22b95b3864af391f7aa60a7f361ce3f40fea688))
4310
- * **api:** api update ([083814e](https://github.com/Increase/increase-ruby/commit/083814e96921f1782e1f007a597778e8b93e2ad7))
4311
- * **api:** api update ([e51f3f0](https://github.com/Increase/increase-ruby/commit/e51f3f02edc0a5b320b272ccf9a0a864db3f3f5c))
4312
- * **api:** api update ([40360be](https://github.com/Increase/increase-ruby/commit/40360bed7d49d1136458423607004b3d557362d3))
4313
- * **api:** api update ([3384f10](https://github.com/Increase/increase-ruby/commit/3384f10ca1ed1e5998962b2503198643481f378b))
4314
- * **api:** api update ([ab0f690](https://github.com/Increase/increase-ruby/commit/ab0f6906da3efbbba5062e8f7d5a1d985fd23da9))
4315
- * **api:** api update ([2b8f969](https://github.com/Increase/increase-ruby/commit/2b8f96957290ac25d5812008d6d7b0a5ae363597))
4316
- * **api:** api update ([8ee437a](https://github.com/Increase/increase-ruby/commit/8ee437aad0e89fac6ea0f6f5dfa0cfba28088e37))
4317
- * **api:** api update ([ec1ab79](https://github.com/Increase/increase-ruby/commit/ec1ab7912a8923f8a838d68b44751e2f5144d3c3))
4318
- * **api:** api update ([b6a1f14](https://github.com/Increase/increase-ruby/commit/b6a1f1472a83fd5e51e478c17cdd70cb44387e21))
4319
- * **api:** api update ([860f151](https://github.com/Increase/increase-ruby/commit/860f15138dd2c55daed8e4a24944088e71c70a24))
4320
- * **api:** api update ([6a28edc](https://github.com/Increase/increase-ruby/commit/6a28edc6479be4b486179b924ee1728bacb8cfba))
4321
- * **api:** api update ([df29f6f](https://github.com/Increase/increase-ruby/commit/df29f6f47a0dcab485f38610dfbf92644c67ed66))
4322
- * **api:** api update ([525d98d](https://github.com/Increase/increase-ruby/commit/525d98d628c1a9ea07c220df956e45e9e078e2fc))
4323
- * **api:** api update ([90d2d86](https://github.com/Increase/increase-ruby/commit/90d2d860984e843b9359f9c6db6ae184781f03b6))
4324
- * **api:** api update ([6814340](https://github.com/Increase/increase-ruby/commit/681434095c647060999aea91efc6ae3880fa800d))
4325
- * **api:** api update ([2ab186f](https://github.com/Increase/increase-ruby/commit/2ab186f1c28870a5e61ee2e83df4bf98b2503495))
4326
- * **api:** api update ([421c53d](https://github.com/Increase/increase-ruby/commit/421c53dfabe1e13bc3cbe8d6308faadbc811d027))
4327
- * **api:** api update ([a3ef804](https://github.com/Increase/increase-ruby/commit/a3ef804fa86eb86295216b12555ec40fe2b600ac))
4328
- * **api:** api update ([a1ddec9](https://github.com/Increase/increase-ruby/commit/a1ddec9a7cd6ace5b97f61400b36265e50c350d7))
4329
- * **api:** api update ([76d5c9c](https://github.com/Increase/increase-ruby/commit/76d5c9c3ae8349940f19a2908c78704fea81b8c6))
4330
- * **api:** api update ([4d96974](https://github.com/Increase/increase-ruby/commit/4d96974ce39970f605867e4c9f6a9e184845be49))
4331
- * **api:** OpenAPI spec update via Stainless API ([44336e5](https://github.com/Increase/increase-ruby/commit/44336e50c4ad04f83d64419b20244402de687a71))
4332
- * **api:** OpenAPI spec update via Stainless API ([adde9a8](https://github.com/Increase/increase-ruby/commit/adde9a8202502bb745b213a467efe1258d10c92f))
4333
- * **api:** OpenAPI spec update via Stainless API ([49b13bc](https://github.com/Increase/increase-ruby/commit/49b13bcd940422db20b88f4fe4cd501d85d66814))
4334
- * **api:** OpenAPI spec update via Stainless API ([b0df4e3](https://github.com/Increase/increase-ruby/commit/b0df4e3d384cbbcbc75da961618bb2ee016be244))
4335
- * **api:** OpenAPI spec update via Stainless API ([487435e](https://github.com/Increase/increase-ruby/commit/487435e782ef006e6e7f5fcfb28a896a00b86eb8))
4336
- * **api:** OpenAPI spec update via Stainless API ([45a96d7](https://github.com/Increase/increase-ruby/commit/45a96d755efbecaebab2e458f6bdfa608ec2328a))
4337
- * **api:** OpenAPI spec update via Stainless API ([8ec4ea6](https://github.com/Increase/increase-ruby/commit/8ec4ea64543c56b660b113ed66e9b9e365841b6c))
4338
- * **api:** OpenAPI spec update via Stainless API ([35bd275](https://github.com/Increase/increase-ruby/commit/35bd275fc8fa21b998e0e83ad95e1f3ebbfef943))
4339
- * **api:** OpenAPI spec update via Stainless API ([4589572](https://github.com/Increase/increase-ruby/commit/458957201deb3329666e5f7ce26c4d0656b9685c))
4340
- * **api:** OpenAPI spec update via Stainless API ([d725b9a](https://github.com/Increase/increase-ruby/commit/d725b9a7c10ed517e951cb7c0725fa31225a13bb))
4341
- * **api:** OpenAPI spec update via Stainless API ([02e6edf](https://github.com/Increase/increase-ruby/commit/02e6edf791d9a765554b5f8189585647aa697531))
4342
- * **api:** OpenAPI spec update via Stainless API ([38035e6](https://github.com/Increase/increase-ruby/commit/38035e63498e3fdc614ca34a868137114d0f8809))
4343
- * **api:** OpenAPI spec update via Stainless API ([999dff9](https://github.com/Increase/increase-ruby/commit/999dff909c5450976fd9855c69bf1bbd42c88d3c))
4344
- * **api:** OpenAPI spec update via Stainless API ([ffbe950](https://github.com/Increase/increase-ruby/commit/ffbe95083345a63516b5b3cf662a643f1188e757))
4345
- * **api:** OpenAPI spec update via Stainless API ([abaf258](https://github.com/Increase/increase-ruby/commit/abaf25851fa0aece7722486139783774421c5ed9))
4346
- * **api:** OpenAPI spec update via Stainless API ([d92ac92](https://github.com/Increase/increase-ruby/commit/d92ac92c42bcaa6f3cdbf1e0342fd93bafeb98f7))
4347
- * **api:** OpenAPI spec update via Stainless API ([bd6744b](https://github.com/Increase/increase-ruby/commit/bd6744b13f3d4d55277147cd27b8614ba10c2a7d))
4348
- * **api:** OpenAPI spec update via Stainless API ([ca00ca0](https://github.com/Increase/increase-ruby/commit/ca00ca00198f5a160cc3aa48b3df68453a5d900b))
4349
- * **api:** OpenAPI spec update via Stainless API ([eabd8dd](https://github.com/Increase/increase-ruby/commit/eabd8dd29d23285ca81cc9e41ead39141e7d2cc3))
4350
- * **api:** OpenAPI spec update via Stainless API ([2916e27](https://github.com/Increase/increase-ruby/commit/2916e2737bbcc090f83db5cbdc1380124de726fc))
4351
- * **api:** OpenAPI spec update via Stainless API ([a519d87](https://github.com/Increase/increase-ruby/commit/a519d870eadd209025581ab879dd365cf6042db9))
4352
- * **api:** OpenAPI spec update via Stainless API ([5653e70](https://github.com/Increase/increase-ruby/commit/5653e706152d206329cd2b0d4a1bb077fc08a451))
4353
- * **api:** OpenAPI spec update via Stainless API ([3466f74](https://github.com/Increase/increase-ruby/commit/3466f74f6b8cd87b07faf27601afeceb473391a3))
4354
- * **api:** OpenAPI spec update via Stainless API ([e1e99c9](https://github.com/Increase/increase-ruby/commit/e1e99c94060d6d2c0eb990b7bfa6e4b2bfa1f014))
4355
- * **api:** OpenAPI spec update via Stainless API ([5f372cf](https://github.com/Increase/increase-ruby/commit/5f372cf7f8a977df272c777b004fd0a35be00ffb))
4356
- * **api:** OpenAPI spec update via Stainless API ([93d9325](https://github.com/Increase/increase-ruby/commit/93d9325c9a0692ed9de3cb8bbd5844950ae310a3))
4357
- * **api:** OpenAPI spec update via Stainless API ([772b392](https://github.com/Increase/increase-ruby/commit/772b392a702eabcb8dbdcbaa8db83833bf248ee2))
4358
- * **api:** OpenAPI spec update via Stainless API ([1ce72a7](https://github.com/Increase/increase-ruby/commit/1ce72a7207ebdaf829b4d733f5fe68efbb91d26d))
4359
- * **api:** OpenAPI spec update via Stainless API ([64bf021](https://github.com/Increase/increase-ruby/commit/64bf021bca215241fac793f5975f58831e04b440))
4360
- * **api:** OpenAPI spec update via Stainless API ([236ff58](https://github.com/Increase/increase-ruby/commit/236ff584e3bd220ae686fd2ea46e384a19717503))
4361
- * **api:** OpenAPI spec update via Stainless API ([2797d46](https://github.com/Increase/increase-ruby/commit/2797d469657e40875bc0e1fa81bca94b1fb09d31))
4362
- * **api:** OpenAPI spec update via Stainless API ([b691612](https://github.com/Increase/increase-ruby/commit/b69161286de55649d52fd1dea349f15b35e1afd5))
4363
- * **api:** OpenAPI spec update via Stainless API ([f6e39ea](https://github.com/Increase/increase-ruby/commit/f6e39ea83fa89c3b7cedff6d0f7ba1795acbff84))
4364
- * **api:** OpenAPI spec update via Stainless API ([c6082b6](https://github.com/Increase/increase-ruby/commit/c6082b6f7c323573a676a64571f5209a2c4f1648))
4365
- * **api:** OpenAPI spec update via Stainless API ([9fe10a8](https://github.com/Increase/increase-ruby/commit/9fe10a8726fe38c52dcdb1f6dd2acd31d52cb230))
4366
- * **api:** OpenAPI spec update via Stainless API ([9d2db14](https://github.com/Increase/increase-ruby/commit/9d2db147af2d53d8e39788bb5e516da625ab054b))
4367
- * **api:** OpenAPI spec update via Stainless API ([3b9e3b1](https://github.com/Increase/increase-ruby/commit/3b9e3b102c8ce99c0c254a36a16a5fad4589b15b))
4368
- * **api:** OpenAPI spec update via Stainless API ([865f4e2](https://github.com/Increase/increase-ruby/commit/865f4e22de7cc21ed817212729f6ceec9db9a389))
4369
- * **api:** OpenAPI spec update via Stainless API ([7b27861](https://github.com/Increase/increase-ruby/commit/7b27861452bd309e7eb26bff3baff71302a23b74))
4370
- * **api:** OpenAPI spec update via Stainless API ([85557e7](https://github.com/Increase/increase-ruby/commit/85557e78af93eef87158ea22a42b9495ebc2effa))
4371
- * **api:** OpenAPI spec update via Stainless API ([878705b](https://github.com/Increase/increase-ruby/commit/878705bf9db20e171e4242f1c1d4e9d62a1e1bbd))
4372
- * breaking change - improved request options signatures ([38a8360](https://github.com/Increase/increase-ruby/commit/38a836099cbba0f34da972fa57f79633c9dbb9be))
4373
- * bundle typing manifests with gem release ([66a02a8](https://github.com/Increase/increase-ruby/commit/66a02a82c7afe3d120e486967b2e4be63f8044cd))
4374
- * **client:** follow redirects ([49f1693](https://github.com/Increase/increase-ruby/commit/49f1693ee6d698e467ac32994f0808396dc1b816))
4375
- * **client:** generate classes for enums ([fe1b758](https://github.com/Increase/increase-ruby/commit/fe1b7589c61c6d8e10472ff5a0363ba4aac3228d))
4376
- * **client:** parse dates in responses ([d0d29c0](https://github.com/Increase/increase-ruby/commit/d0d29c01639b89207a1205d3a9512a3cf87547c2))
4377
- * **client:** public model initializer ([876cc83](https://github.com/Increase/increase-ruby/commit/876cc838170e8cc78beaf652da9ee172c08bb433))
4378
- * consistently accept `AnyHash` types in parameter positions in sorbet ([ff5ce81](https://github.com/Increase/increase-ruby/commit/ff5ce813290e323bd6a55f04826be42615478493))
4379
- * fix `to_enum` and `enum_for` built-ins for pagination classes ([63a2bea](https://github.com/Increase/increase-ruby/commit/63a2bea4dd779090e38fb806f2af5a56ad0b47b0))
4380
- * implement `to_json` for base model ([b727bb3](https://github.com/Increase/increase-ruby/commit/b727bb3d1a8b89ff32c1f6cacdb754960683c656))
4381
- * **internal:** converter interface should recurse without schema ([f4508e7](https://github.com/Increase/increase-ruby/commit/f4508e74acdf88f446dffb4d6f1f08ec0c3dcb63))
4382
- * **internal:** modified tests for thread and fiber safety ([5c9af5b](https://github.com/Increase/increase-ruby/commit/5c9af5bdbe35f27de1e1e1c8a5d832dfa1450b01))
4383
- * isolate platform headers ([a7b5932](https://github.com/Increase/increase-ruby/commit/a7b5932d6333193f134f410b14017916b09c674e))
4384
- * link response models to their methods in yard doc ([0919ab2](https://github.com/Increase/increase-ruby/commit/0919ab2460d5e1fb5b97f092fc8b3c764b4ae1cc))
4385
- * make `build_request` overridable ([4694ebb](https://github.com/Increase/increase-ruby/commit/4694ebb2510aab16db574c9d9ed480e038a69594))
4386
- * prevent tapioca from introspecting the gem internals ([98440bf](https://github.com/Increase/increase-ruby/commit/98440bf2578f3363a6c193013f989a11af0c71e0))
4387
- * ruby add nilability annotations ([4194c83](https://github.com/Increase/increase-ruby/commit/4194c837c7b03bb9b1e2b877d9e47185dc7ed22a))
4388
- * run rubocop in multiple processes when formatting ([5c9cc2a](https://github.com/Increase/increase-ruby/commit/5c9cc2a5f7de38ae5f6b2f3de9ede9117447d22b))
4389
- * support `for item in stream` style iteration on `Stream`s ([6fee12c](https://github.com/Increase/increase-ruby/commit/6fee12c99a7aabf80ba1dd9509c89b858800a5a3))
4390
- * support client level methods ([4996010](https://github.com/Increase/increase-ruby/commit/4996010019fb813508d0f104ea55a76c53cd2499))
4391
- * support const enums ([5bc660a](https://github.com/Increase/increase-ruby/commit/5bc660ab15424637f111fbef532a4dac99475016))
4392
- * support jsonl uploads ([29f419b](https://github.com/Increase/increase-ruby/commit/29f419bf5f2b150e43a013628e25d84751655a3f))
4393
- * support overlapping HTTP requests in same Fiber ([50fb02b](https://github.com/Increase/increase-ruby/commit/50fb02b25f177425eecd50dccde0003841a1fd6c))
4394
- * support streaming uploads ([b81f8da](https://github.com/Increase/increase-ruby/commit/b81f8da7dcd228e3b57212f25e03696e047f6505))
4395
- * unify param & return types in yard ([6af0904](https://github.com/Increase/increase-ruby/commit/6af0904a6d8b2f4373c15e2d570510ff2efd3e44))
4396
- * use tagged enums in sorbet type definitions ([11feab2](https://github.com/Increase/increase-ruby/commit/11feab25ad42d24b90de84ad5dacb80affe1a9f0))
4397
-
4398
-
4399
- ### Bug Fixes
4400
-
4401
- * bad documentation url for gemdocs.org ([303b154](https://github.com/Increase/increase-ruby/commit/303b1548522b3cbbe99f9de55fdd93b3b529734f))
4402
- * base page should be module instead of class ([c2535fb](https://github.com/Increase/increase-ruby/commit/c2535fbea54a1a58af3a385bb74d07a04ed9f277))
4403
- * better support header parameters ([7c1aa2c](https://github.com/Increase/increase-ruby/commit/7c1aa2cc5d0269d44b9049e147b9d1ddf9f8af7e))
4404
- * enums should only coerce matching symbols into strings ([5293405](https://github.com/Increase/increase-ruby/commit/52934050e2560f1a0ddd62cc086f3f9d5af3da81))
4405
- * label optional keyword arguments in *.rbs type definitions ([febf36c](https://github.com/Increase/increase-ruby/commit/febf36c59de99eb1195e073d4c12b4b9baf894bf))
4406
- * **model:** base model should recursively store coerced base models ([2bdcd0b](https://github.com/Increase/increase-ruby/commit/2bdcd0b2a2ffd42c13f53f070e56d18515d01fee))
4407
- * pages should be able to accept non-converter models ([28884d5](https://github.com/Increase/increase-ruby/commit/28884d564078b1a2977a3415d6409cfde8383c0b))
4408
- * path interpolation template strings ([0cee778](https://github.com/Increase/increase-ruby/commit/0cee778042664c56a07aec052eaa22854d4e249a))
4409
- * rectify a mistake where wrong lines were chosen during rebase ([e9c4c41](https://github.com/Increase/increase-ruby/commit/e9c4c416ffcd319051d69ad761743261e41ade52))
4410
- * resolve tapioca derived sorbet errors ([ef0ba2d](https://github.com/Increase/increase-ruby/commit/ef0ba2dcf2845a163eb3afa526ad7918acc5ac17))
4411
- * ssl timeout not required when TCP socket open timeout specified ([963a4dd](https://github.com/Increase/increase-ruby/commit/963a4dd7932fab72c6647651ad39d6d5133c9dad))
4412
- * switch to github compatible markdown engine ([ceb15fc](https://github.com/Increase/increase-ruby/commit/ceb15fc7b8efc719e9a3b6f266ccfb6fcc5cdc6b))
4413
- * temporarily run CI without bundler cache ([401bc94](https://github.com/Increase/increase-ruby/commit/401bc9459d2cb00887b98311f10fc36a888b398f))
4414
- * yard example tag formatting ([1893a30](https://github.com/Increase/increase-ruby/commit/1893a300a366bdd6795f34cdb24b3c430cafc708))
4415
-
4416
-
4417
- ### Chores
4418
-
4419
- * `BaseModel` fields that are `BaseModel` typed should also accept `Hash` ([b6904d9](https://github.com/Increase/increase-ruby/commit/b6904d9b20822a82358183c0a27d168803ed9c40))
4420
- * add `[@yieldparam](https://github.com/yieldparam)` to yard doc ([a918fbe](https://github.com/Increase/increase-ruby/commit/a918fbe0eb47923c730448aaab57738ce8d4b57a))
4421
- * add `sorbet` section to README ([8215400](https://github.com/Increase/increase-ruby/commit/8215400416499fc427ea13a9a0e14287859830cd))
4422
- * add example directory ([80510db](https://github.com/Increase/increase-ruby/commit/80510db0f9f3c1687ac93cad0afaefee7c49c8f9))
4423
- * add more examples to README.md ([f742764](https://github.com/Increase/increase-ruby/commit/f742764fe64a49af2ab56d51a961d5d3dd6ff375))
4424
- * add most doc strings to rbi type definitions ([f3215a9](https://github.com/Increase/increase-ruby/commit/f3215a932a14a45d0211052c314c3e390b28b9ef))
4425
- * add type annotations for enum and union member listing methods ([e2ea486](https://github.com/Increase/increase-ruby/commit/e2ea486bcab090301370dcffd8132bd673fc0c30))
4426
- * add type annotations for requester ([5f7b034](https://github.com/Increase/increase-ruby/commit/5f7b03465a822595055bd5451ce6d52f09fe6c50))
4427
- * be consistent and use lower case headers everywhere ([c64c945](https://github.com/Increase/increase-ruby/commit/c64c9459ad495805d5f68c29b1a60a60e9daf3da))
4428
- * bump lockfile ([289eef7](https://github.com/Increase/increase-ruby/commit/289eef7a2b3602856c7a252dd9749b528d88aee7))
4429
- * bump lockfile ([c96a8b1](https://github.com/Increase/increase-ruby/commit/c96a8b1cf59be7986fb649984eba42a34b076d80))
4430
- * **ci:** bump prism mock server version ([3ca54d5](https://github.com/Increase/increase-ruby/commit/3ca54d56c1b282fcd5c34ede1ab4ea347e72ae37))
4431
- * clean up client tests ([647d52f](https://github.com/Increase/increase-ruby/commit/647d52f62b25384edb27ea9ed08585df835b5b89))
4432
- * disable dangerous rubocop auto correct rule ([54ee90e](https://github.com/Increase/increase-ruby/commit/54ee90e2c0cf56d744a9b813497406770d1f839a))
4433
- * disable overloads in `*.rbs` definitions for readable LSP errors ([add41d9](https://github.com/Increase/increase-ruby/commit/add41d95d5923d1286cf83b5df7b983c5e08077c))
4434
- * disable unnecessary linter rules for sorbet manifests ([90fea23](https://github.com/Increase/increase-ruby/commit/90fea23ae22256394528761370e30c93cf15d31f))
4435
- * do not git ignore `bin/` ([c1f2539](https://github.com/Increase/increase-ruby/commit/c1f2539322b26a7085e3d672ebb6e53744509e28))
4436
- * do not label modules as abstract ([3454e56](https://github.com/Increase/increase-ruby/commit/3454e564a81f4d529e8bd74e3de41bdc1fcddcf4))
4437
- * document Client's concurrency capability ([aa28822](https://github.com/Increase/increase-ruby/commit/aa2882260641a5a5ca8d159ca7f63a7f59ece4b1))
4438
- * document union variants in yard doc ([b3dc9e1](https://github.com/Increase/increase-ruby/commit/b3dc9e196276c0015b12f0d1807d77c625e2a1ae))
4439
- * enable full pagination tests ([07c36ab](https://github.com/Increase/increase-ruby/commit/07c36abcdf4fa3aa00980d200836a39dcc90d583))
4440
- * enable full pagination tests ([61193bb](https://github.com/Increase/increase-ruby/commit/61193bb02b78affd9c2e04b6ffbaf85ffd73d938))
4441
- * ensure doc strings for rbi method arguments ([fc029c6](https://github.com/Increase/increase-ruby/commit/fc029c6d469a6906721623f33f7bba010fa122e8))
4442
- * error fields are now mutable in keeping with rest of SDK ([4766cae](https://github.com/Increase/increase-ruby/commit/4766caec3bab7fb030dc5cc5cb057fae865f113d))
4443
- * extract error classes into own module ([4334218](https://github.com/Increase/increase-ruby/commit/4334218a572ee48872c1e33d4013b7c63d83c6ea))
4444
- * fix a yard doc comment ([8cd97fd](https://github.com/Increase/increase-ruby/commit/8cd97fd5f4a73c97ea92fe26f7504832e9906ab4))
4445
- * fix misc rubocop errors ([42734c9](https://github.com/Increase/increase-ruby/commit/42734c9ce607c4a6d574428129c1355948ceccb0))
4446
- * fix repo names ([eb6a5cd](https://github.com/Increase/increase-ruby/commit/eb6a5cd0e6dc787e2066eb5b0c290779596ab1bc))
4447
- * fully qualify `Array` and `Hash` in rbs files to avoid collisions ([39ce5aa](https://github.com/Increase/increase-ruby/commit/39ce5aa74a7e9bf2d12694b7e94dffd33498cb57))
4448
- * fused enum should use faster internal iteration by default ([5b3000c](https://github.com/Increase/increase-ruby/commit/5b3000c07c2ae2636173a870ec2f703b8ba1bbae))
4449
- * generate better supported rbi signatures ([23a0909](https://github.com/Increase/increase-ruby/commit/23a09091a159ae7d6f644e9ffc4855f141e3641c))
4450
- * go live ([#1](https://github.com/Increase/increase-ruby/issues/1)) ([f013e29](https://github.com/Increase/increase-ruby/commit/f013e292e080785111a8c261385b470fd6958a34))
4451
- * ignore some spurious linter warnings and formatting changes ([a9f97a7](https://github.com/Increase/increase-ruby/commit/a9f97a7f6107eb92044d700fb20aa8dc6949a280))
4452
- * improve documentation ([2b7f6d3](https://github.com/Increase/increase-ruby/commit/2b7f6d30eec0e2b23bd39e07e3ed4ea9e18a45ae))
4453
- * improve rbi typedef for page classes ([6ff3fa0](https://github.com/Increase/increase-ruby/commit/6ff3fa03a3ff7060d795641de31dd93b603cbdc3))
4454
- * improve yard doc folding and reduce repetition ([2b9cee0](https://github.com/Increase/increase-ruby/commit/2b9cee09c821eb7f9d8cf6e60a81d430e287dfe2))
4455
- * improve yard docs readability ([5dc8d93](https://github.com/Increase/increase-ruby/commit/5dc8d937a2f2c4bca5fea70fd12cd7da1738fcd5))
4456
- * **internal:** add sorbet config for SDK local development ([bba1099](https://github.com/Increase/increase-ruby/commit/bba1099e66a3c171cc5774725df9d581d7accde5))
4457
- * **internal:** add utils methods for parsing SSE ([631097b](https://github.com/Increase/increase-ruby/commit/631097b3fc09c124c849a1c5877aacc80c4bdc07))
4458
- * **internal:** codegen related update ([79efe59](https://github.com/Increase/increase-ruby/commit/79efe59fee012003857b99ed70c151482745cc60))
4459
- * **internal:** codegen related update ([b605942](https://github.com/Increase/increase-ruby/commit/b60594243fd25ab52ebba7347b1e78b4f647480c))
4460
- * **internal:** codegen related update ([818700b](https://github.com/Increase/increase-ruby/commit/818700b283ac3b6ae7e80fcb6cd4b0ceb18129b6))
4461
- * **internal:** codegen related update ([7e0cc97](https://github.com/Increase/increase-ruby/commit/7e0cc974c7c2b03896eacf518c820c78b2554c10))
4462
- * **internal:** codegen related update ([ff640aa](https://github.com/Increase/increase-ruby/commit/ff640aa40a267fd959f6ed41c7e6b33f29f0d151))
4463
- * **internal:** codegen related update ([19d4386](https://github.com/Increase/increase-ruby/commit/19d43863411a8519607b3b175030026748f783b3))
4464
- * **internal:** codegen related update ([20b0b2b](https://github.com/Increase/increase-ruby/commit/20b0b2b9340752091784b0574f766fc55cf9def1))
4465
- * **internal:** codegen related update ([f99885b](https://github.com/Increase/increase-ruby/commit/f99885bb92a7a415dd6c6c06b4720324da6b34c6))
4466
- * **internal:** codegen related update ([185fe44](https://github.com/Increase/increase-ruby/commit/185fe44d4ede731cd1234ffdbd7c35884a549420))
4467
- * **internal:** codegen related update ([1df9e9a](https://github.com/Increase/increase-ruby/commit/1df9e9aaea743518f65d0febbef835b25a395c80))
4468
- * **internal:** codegen related update ([0c5a979](https://github.com/Increase/increase-ruby/commit/0c5a97973ea6ba25b2a77903c4739c8d7ed1268d))
4469
- * **internal:** dependency updates ([3012533](https://github.com/Increase/increase-ruby/commit/30125336da92c27eca7302f33de3aa1682f4d62a))
4470
- * **internal:** formatting ([c19c68d](https://github.com/Increase/increase-ruby/commit/c19c68de5ebee248bb9e76bb762a0df38553d315))
4471
- * **internal:** group related utils together ([a8fd7d1](https://github.com/Increase/increase-ruby/commit/a8fd7d1e8f30d55311ef4153a1a8828f64e2a389))
4472
- * **internal:** make lint rules more strict ([074ac7f](https://github.com/Increase/increase-ruby/commit/074ac7fffc597c5218f2678464c3a9106c24517d))
4473
- * **internal:** minor refactoring of utils ([b108061](https://github.com/Increase/increase-ruby/commit/b10806108c477b7a83fe12e586afe10631ba84e9))
4474
- * **internal:** prune unused `extern` references ([967342d](https://github.com/Increase/increase-ruby/commit/967342d58749305161ae5fd70b4b4e0fb5344c1e))
4475
- * **internal:** refactor request stack ([ef2aa71](https://github.com/Increase/increase-ruby/commit/ef2aa712ecdd68b061468fb5f5919cfa18d73f75))
4476
- * **internal:** remove extra empty newlines ([93ed3cd](https://github.com/Increase/increase-ruby/commit/93ed3cd76c7b12c8c19015db6adb94fe195edacb))
4477
- * **internal:** temporary docs change ([30d8b8a](https://github.com/Increase/increase-ruby/commit/30d8b8a381ce869bfe0bc0f39dd240b7f143af02))
4478
- * make MFA optional depending on token ([4f408c4](https://github.com/Increase/increase-ruby/commit/4f408c431ebdfa216d56c2a1c22d04b8ae463e92))
4479
- * mark non-inheritable SDK internal classes as final ([becca0d](https://github.com/Increase/increase-ruby/commit/becca0d11713ee6c0826d7d780c290ec6c412080))
4480
- * minor formatting changes ([54c3568](https://github.com/Increase/increase-ruby/commit/54c3568b566f24f800c160377c8aa13005ae9d04))
4481
- * modify sorbet initializers to better support auto-completion ([c38343c](https://github.com/Increase/increase-ruby/commit/c38343c75694cf1f778017a0cc31c85290b19c84))
4482
- * more accurate type annotations for SDK internals ([743b918](https://github.com/Increase/increase-ruby/commit/743b918bf9bba600b8ce999455aaf76f5b48ff14))
4483
- * more aggressive tapioca detection logic for skipping compiler introspection ([1ed897f](https://github.com/Increase/increase-ruby/commit/1ed897f7983a17906e962e652e96e340b479d840))
4484
- * more detailed yard docs for base client ([49fbe39](https://github.com/Increase/increase-ruby/commit/49fbe3967d128bfadddb31eb6f54717d9d3e0aeb))
4485
- * more detailed yard docs for sdk utils ([5f1ed50](https://github.com/Increase/increase-ruby/commit/5f1ed50d930d4a0a9dbd01708c7c53d41556c230))
4486
- * more readable output when tests fail ([39071ee](https://github.com/Increase/increase-ruby/commit/39071eee219a1894b3e3e2d5454a3bbf55d602d1))
4487
- * move basemodel examples into tests ([02c2992](https://github.com/Increase/increase-ruby/commit/02c29926239b1e9724703238dbc5d2ed63692b1d))
4488
- * move examples into tests ([04f620f](https://github.com/Increase/increase-ruby/commit/04f620f835ffbda995962a9536f79bdf07248ca3))
4489
- * order client variables by "importance" ([15699e9](https://github.com/Increase/increase-ruby/commit/15699e99a329b40cdfb21b337a74042a05afe0bb))
4490
- * pagination ([f052396](https://github.com/Increase/increase-ruby/commit/f052396772aa518676d3f1a77304aca4ab548d55))
4491
- * re-order init params in accordance with their optionality ([5f7dc2a](https://github.com/Increase/increase-ruby/commit/5f7dc2aca6193500cb39de4f47f5af4df7557c2e))
4492
- * re-order resource classes constructor position ([df27132](https://github.com/Increase/increase-ruby/commit/df27132bb90c2d396efa1c184cec72d1580924cb))
4493
- * rebuild project due to codegen change ([1e1e5e8](https://github.com/Increase/increase-ruby/commit/1e1e5e8bddb943247e209ce327e65634c35a46f1))
4494
- * rebuild project due to codegen change ([d91986b](https://github.com/Increase/increase-ruby/commit/d91986bee5eda324e929e35876543de729ed7743))
4495
- * rebuild project due to codegen change ([92d5a73](https://github.com/Increase/increase-ruby/commit/92d5a737626fe806a882828817aa3cb6eee24366))
4496
- * rebuild project due to codegen change ([2207858](https://github.com/Increase/increase-ruby/commit/2207858f1b8c59b7aa4b74d9423937f6e0fde0f0))
4497
- * recursively accept `AnyHash` for `BaseModel`s in arrays and hashes ([3eac9c3](https://github.com/Increase/increase-ruby/commit/3eac9c3fdd0e8d73e072084b6d46840445d7558d))
4498
- * reduce verbosity in type declarations ([01b3e00](https://github.com/Increase/increase-ruby/commit/01b3e0093e0a82dba02fe872519d299e6fa22de3))
4499
- * refactor BasePage to have initializer ([97b31e5](https://github.com/Increase/increase-ruby/commit/97b31e5bae71337f436dfdb0e3bcd88ba03d4d00))
4500
- * refactor util method signatures ([7c6b45d](https://github.com/Increase/increase-ruby/commit/7c6b45de77ccd01498237aaabe4930505c844ed1))
4501
- * **refactor:** improve requester internals ([002ca1c](https://github.com/Increase/increase-ruby/commit/002ca1c2d52ec2163c2e990f15a290715579e3db))
4502
- * relocate internal modules ([8e01721](https://github.com/Increase/increase-ruby/commit/8e017218d68f4f4a848e1f3bbf0fb88ea47d5c4a))
4503
- * remove custom code ([57924db](https://github.com/Increase/increase-ruby/commit/57924dbd77ce84feeb0f9718ddc5c92228778660))
4504
- * remove stale thread local checks ([e4d73e8](https://github.com/Increase/increase-ruby/commit/e4d73e8951f523d0be1bfc44f488327e60c5b053))
4505
- * remove unnecessary & confusing module ([a1a4624](https://github.com/Increase/increase-ruby/commit/a1a46249923775cffe897c52d65330b635f023a3))
4506
- * rename internal type aliases ([f52047a](https://github.com/Increase/increase-ruby/commit/f52047af4e44a51f48ea8ca28f74ab89c8eb13ec))
4507
- * rename misleading variable ([90215de](https://github.com/Increase/increase-ruby/commit/90215de6314e6456a6ab867d6a7c992bdd765919))
4508
- * reorganize import ordering ([1c859e4](https://github.com/Increase/increase-ruby/commit/1c859e4885266a2243a8941630658de0ddd6424b))
4509
- * sdk client internal refactoring ([29d4430](https://github.com/Increase/increase-ruby/commit/29d443029ff483b8f7d6faf73535daf14a2d8772))
4510
- * sdk internal updates ([635fb9c](https://github.com/Increase/increase-ruby/commit/635fb9cba7f2350d0e7c98a0de605b97d8c280a3))
4511
- * slightly more consistent type definition layout ([af1f206](https://github.com/Increase/increase-ruby/commit/af1f20623992a4acc18ba2699b49ec1e83d9f5be))
4512
- * sort imports via topological dependency & file path ([08ccc35](https://github.com/Increase/increase-ruby/commit/08ccc35fb98a942afa33dc890d062244d8608d7a))
4513
- * support different EOLs in streaming ([f6a6234](https://github.com/Increase/increase-ruby/commit/f6a6234a02c46bd2848e891a883c223348d0eba3))
4514
- * switch to prettier looking sorbet annotations ([fb3008a](https://github.com/Increase/increase-ruby/commit/fb3008ae3d34f592c4e02b58013950771492e31c))
4515
- * touch up sdk usage examples ([96275e1](https://github.com/Increase/increase-ruby/commit/96275e19b6f2b73e831b25f05f9d443ffaf817a8))
4516
- * touch up yard docs with more spec compliant syntax ([fc2125a](https://github.com/Increase/increase-ruby/commit/fc2125afe0c2af4c9ed82ce057d32475f5c71aa3))
4517
- * update custom timeout header name ([965cdc0](https://github.com/Increase/increase-ruby/commit/965cdc0ddf90053644b0189157d1c997e2d6c046))
4518
- * update readme ([e1b593d](https://github.com/Increase/increase-ruby/commit/e1b593db90cd0d9a3f1153d02d563d097261342b))
4519
- * use concise syntax for pattern matching ([b6361ac](https://github.com/Increase/increase-ruby/commit/b6361ac4d543b773febb51984fa4362276b486de))
4520
- * use fully qualified name in sorbet README example ([3ea3b43](https://github.com/Increase/increase-ruby/commit/3ea3b43498a6968fcf003b9450ec58ed67094cff))
4521
- * use generics instead of overloading for sorbet type definitions ([464ce6d](https://github.com/Increase/increase-ruby/commit/464ce6d41e53c0a70be9933c546fd3f117028456))
4522
- * use more descriptive rubocop output format ([609c929](https://github.com/Increase/increase-ruby/commit/609c929d5b79cbf60ed775b91531b274e116c345))
4523
- * use multi-line formatting style for really long lines ([36e68d7](https://github.com/Increase/increase-ruby/commit/36e68d75fb5d4e86b1ae13aecda669b5c4488d00))
4524
- * whitespace changes ([1e9d815](https://github.com/Increase/increase-ruby/commit/1e9d815280ccd0cc93df7f718556094d3056d1b9))
4525
-
4526
-
4527
- ### Documentation
4528
-
4529
- * update URLs from stainlessapi.com to stainless.com ([6572731](https://github.com/Increase/increase-ruby/commit/65727318d9954bb71e2db176114fb0df406807c7))
4530
-
4531
-
4532
- ### Refactors
4533
-
4534
- * **client:** impose consistent sdk internals layout ([b05e4e5](https://github.com/Increase/increase-ruby/commit/b05e4e59bdb1091749b3cb9b1f276234aefd74ba))