recurly 3.18.1 → 3.21.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 (80) hide show
  1. checksums.yaml +4 -4
  2. data/.bumpversion.cfg +1 -1
  3. data/.changelog_config.yaml +11 -0
  4. data/.github/workflows/ci.yml +29 -0
  5. data/.github/workflows/docs.yml +1 -1
  6. data/CHANGELOG.md +254 -163
  7. data/GETTING_STARTED.md +1 -1
  8. data/lib/recurly/client/operations.rb +212 -134
  9. data/lib/recurly/client.rb +5 -3
  10. data/lib/recurly/errors/api_errors.rb +2 -0
  11. data/lib/recurly/pager.rb +1 -1
  12. data/lib/recurly/requests/account_create.rb +4 -0
  13. data/lib/recurly/requests/account_purchase.rb +4 -0
  14. data/lib/recurly/requests/account_update.rb +4 -0
  15. data/lib/recurly/requests/add_on_create.rb +3 -3
  16. data/lib/recurly/requests/add_on_pricing.rb +4 -0
  17. data/lib/recurly/requests/add_on_update.rb +1 -1
  18. data/lib/recurly/requests/address.rb +1 -1
  19. data/lib/recurly/requests/billing_info_create.rb +6 -2
  20. data/lib/recurly/requests/billing_info_verify.rb +14 -0
  21. data/lib/recurly/requests/dunning_campaigns_bulk_update.rb +18 -0
  22. data/lib/recurly/requests/invoice_address.rb +1 -1
  23. data/lib/recurly/requests/invoice_collect.rb +1 -1
  24. data/lib/recurly/requests/line_item_create.rb +6 -2
  25. data/lib/recurly/requests/plan_create.rb +12 -0
  26. data/lib/recurly/requests/plan_pricing.rb +5 -1
  27. data/lib/recurly/requests/plan_ramp_interval.rb +18 -0
  28. data/lib/recurly/requests/plan_ramp_pricing.rb +18 -0
  29. data/lib/recurly/requests/plan_update.rb +8 -0
  30. data/lib/recurly/requests/pricing.rb +4 -0
  31. data/lib/recurly/requests/purchase_create.rb +1 -1
  32. data/lib/recurly/requests/shipping_address_create.rb +1 -1
  33. data/lib/recurly/requests/shipping_address_update.rb +1 -1
  34. data/lib/recurly/requests/subscription_change_billing_info_create.rb +14 -0
  35. data/lib/recurly/requests/subscription_change_create.rb +12 -0
  36. data/lib/recurly/requests/subscription_create.rb +10 -2
  37. data/lib/recurly/requests/subscription_pause.rb +1 -1
  38. data/lib/recurly/requests/subscription_purchase.rb +10 -2
  39. data/lib/recurly/requests/subscription_ramp_interval.rb +18 -0
  40. data/lib/recurly/requests/subscription_update.rb +5 -1
  41. data/lib/recurly/resources/account.rb +4 -0
  42. data/lib/recurly/resources/account_balance_amount.rb +4 -0
  43. data/lib/recurly/resources/account_mini.rb +4 -0
  44. data/lib/recurly/resources/add_on_pricing.rb +4 -0
  45. data/lib/recurly/resources/address.rb +1 -1
  46. data/lib/recurly/resources/billing_info.rb +5 -1
  47. data/lib/recurly/resources/billing_info_updated_by.rb +1 -1
  48. data/lib/recurly/resources/dunning_campaign.rb +50 -0
  49. data/lib/recurly/resources/dunning_campaigns_bulk_update_response.rb +18 -0
  50. data/lib/recurly/resources/dunning_cycle.rb +58 -0
  51. data/lib/recurly/resources/dunning_interval.rb +18 -0
  52. data/lib/recurly/resources/invoice.rb +6 -2
  53. data/lib/recurly/resources/invoice_address.rb +1 -1
  54. data/lib/recurly/resources/line_item.rb +11 -3
  55. data/lib/recurly/resources/payment_method.rb +4 -0
  56. data/lib/recurly/resources/plan.rb +12 -0
  57. data/lib/recurly/resources/plan_pricing.rb +5 -1
  58. data/lib/recurly/resources/plan_ramp_interval.rb +18 -0
  59. data/lib/recurly/resources/plan_ramp_pricing.rb +18 -0
  60. data/lib/recurly/resources/pricing.rb +4 -0
  61. data/lib/recurly/resources/shipping_address.rb +1 -1
  62. data/lib/recurly/resources/subscription.rb +12 -0
  63. data/lib/recurly/resources/subscription_change.rb +12 -0
  64. data/lib/recurly/resources/subscription_change_billing_info.rb +14 -0
  65. data/lib/recurly/resources/subscription_change_preview.rb +12 -0
  66. data/lib/recurly/resources/subscription_ramp_interval_response.rb +22 -0
  67. data/lib/recurly/resources/tax_detail.rb +26 -0
  68. data/lib/recurly/resources/tax_info.rb +4 -0
  69. data/lib/recurly/resources/transaction.rb +5 -1
  70. data/lib/recurly/version.rb +1 -1
  71. data/openapi/api.yaml +976 -162
  72. data/scripts/build +2 -2
  73. data/scripts/format +2 -2
  74. data/scripts/prepare-release +43 -29
  75. data/scripts/release +5 -20
  76. metadata +23 -10
  77. data/.github_changelog_generator +0 -8
  78. data/.travis.yml +0 -14
  79. data/scripts/bump +0 -11
  80. data/scripts/changelog +0 -14
data/CHANGELOG.md CHANGED
@@ -1,382 +1,473 @@
1
1
  # Changelog
2
2
 
3
- ## [3.18.1](https://github.com/recurly/recurly-client-ruby/tree/HEAD)
3
+ ## [3.21.0](https://github.com/recurly/recurly-client-ruby/tree/3.21.0) (2022-08-03)
4
4
 
5
- [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.18.0...HEAD)
5
+ [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.20.0...3.21.0)
6
6
 
7
- **Fixed bugs:**
8
7
 
9
- - Fixing issues with ruby 3.0 [\#665](https://github.com/recurly/recurly-client-ruby/pull/665) ([douglasmiller](https://github.com/douglasmiller))
8
+ **Merged Pull Requests**
9
+
10
+ - Generated Latest Changes for v2019-10-10 [#782](https://github.com/recurly/recurly-client-ruby/pull/782) ([recurly-integrations](https://github.com/recurly-integrations))
11
+ - Generated Latest Changes for v2019-10-10 [#779](https://github.com/recurly/recurly-client-ruby/pull/779) ([recurly-integrations](https://github.com/recurly-integrations))
12
+
13
+
14
+
15
+ ## [3.20.0](https://github.com/recurly/recurly-client-ruby/tree/3.20.0) (2022-06-16)
16
+
17
+ [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.19.0...3.20.0)
18
+
19
+
20
+ **Merged Pull Requests**
21
+
22
+ - Generated Latest Changes for v2019-10-10 [#775](https://github.com/recurly/recurly-client-ruby/pull/775) ([recurly-integrations](https://github.com/recurly-integrations))
23
+
24
+
25
+
26
+ ## [3.19.0](https://github.com/recurly/recurly-client-ruby/tree/3.19.0) (2022-04-15)
27
+
28
+ [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.18.1...3.19.0)
29
+
30
+
31
+ **Merged Pull Requests**
32
+
33
+ - Generated Latest Changes for v2019-10-10 [#765](https://github.com/recurly/recurly-client-ruby/pull/765) ([recurly-integrations](https://github.com/recurly-integrations))
34
+ - Generated Latest Changes for v2019-10-10 [#758](https://github.com/recurly/recurly-client-ruby/pull/758) ([recurly-integrations](https://github.com/recurly-integrations))
35
+ - Generated Latest Changes for v2019-10-10 [#752](https://github.com/recurly/recurly-client-ruby/pull/752) ([recurly-integrations](https://github.com/recurly-integrations))
36
+ - Generated Latest Changes for v2019-10-10 [#748](https://github.com/recurly/recurly-client-ruby/pull/748) ([recurly-integrations](https://github.com/recurly-integrations))
37
+ - Generated Latest Changes for v2019-10-10 (Tax Inclusive Pricing) [#740](https://github.com/recurly/recurly-client-ruby/pull/740) ([recurly-integrations](https://github.com/recurly-integrations))
38
+ - Generated Latest Changes for v2019-10-10 (Account Hierarchy Invoice Rollup) [#738](https://github.com/recurly/recurly-client-ruby/pull/738) ([recurly-integrations](https://github.com/recurly-integrations))
39
+ - Generated Latest Changes for v2019-10-10 [#733](https://github.com/recurly/recurly-client-ruby/pull/733) ([recurly-integrations](https://github.com/recurly-integrations))
40
+ - Generated Latest Changes for v2019-10-10 [#729](https://github.com/recurly/recurly-client-ruby/pull/729) ([recurly-integrations](https://github.com/recurly-integrations))
41
+ - Generated Latest Changes for v2019-10-10 (Added new response to subscription change) [#726](https://github.com/recurly/recurly-client-ruby/pull/726) ([recurly-integrations](https://github.com/recurly-integrations))
42
+ - Generated Latest Changes for v2019-10-10 (Dunning Campaigns feature) [#723](https://github.com/recurly/recurly-client-ruby/pull/723) ([recurly-integrations](https://github.com/recurly-integrations))
43
+ - Generated Latest Changes for v2019-10-10 (get_preview_renewal) [#721](https://github.com/recurly/recurly-client-ruby/pull/721) ([recurly-integrations](https://github.com/recurly-integrations))
44
+ - Generated Latest Changes for v2019-10-10 [#718](https://github.com/recurly/recurly-client-ruby/pull/718) ([recurly-integrations](https://github.com/recurly-integrations))
45
+ - Generated Latest Changes for v2019-10-10 [#709](https://github.com/recurly/recurly-client-ruby/pull/709) ([recurly-integrations](https://github.com/recurly-integrations))
46
+ - Making #post allow a nil body [#698](https://github.com/recurly/recurly-client-ruby/pull/698) ([douglasmiller](https://github.com/douglasmiller))
47
+ - Generated Latest Changes for v2019-10-10 [#696](https://github.com/recurly/recurly-client-ruby/pull/696) ([recurly-integrations](https://github.com/recurly-integrations))
48
+ - Additional fix for ruby 3.x [#679](https://github.com/recurly/recurly-client-ruby/pull/679) ([douglasmiller](https://github.com/douglasmiller))
49
+
50
+
51
+
52
+ ## [3.18.1](https://github.com/recurly/recurly-client-ruby/tree/3.18.1) (2021-02-22)
53
+
54
+ [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.18.0...3.18.1)
55
+
56
+
57
+ **Merged Pull Requests**
58
+
59
+ - Release 3.18.1 [#666](https://github.com/recurly/recurly-client-ruby/pull/666) ([douglasmiller](https://github.com/douglasmiller))
60
+ - Fixing issues with ruby 3.0 [#665](https://github.com/recurly/recurly-client-ruby/pull/665) ([douglasmiller](https://github.com/douglasmiller))
10
61
 
11
- **Merged pull requests:**
12
62
 
13
- - Release 3.18.1 [\#666](https://github.com/recurly/recurly-client-ruby/pull/666) ([douglasmiller](https://github.com/douglasmiller))
14
63
 
15
64
  ## [3.18.0](https://github.com/recurly/recurly-client-ruby/tree/3.18.0) (2021-01-22)
16
65
 
17
66
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.17.0...3.18.0)
18
67
 
19
- **Implemented enhancements:**
20
68
 
21
- - Latest Changes for 2019-10-10 [\#660](https://github.com/recurly/recurly-client-ruby/pull/660) ([douglasmiller](https://github.com/douglasmiller))
69
+ **Merged Pull Requests**
70
+
71
+ - Release 3.18.0 [#661](https://github.com/recurly/recurly-client-ruby/pull/661) ([douglasmiller](https://github.com/douglasmiller))
72
+ - Latest Changes for 2019-10-10 [#660](https://github.com/recurly/recurly-client-ruby/pull/660) ([douglasmiller](https://github.com/douglasmiller))
22
73
 
23
- **Merged pull requests:**
24
74
 
25
- - Release 3.18.0 [\#661](https://github.com/recurly/recurly-client-ruby/pull/661) ([douglasmiller](https://github.com/douglasmiller))
26
75
 
27
76
  ## [3.17.0](https://github.com/recurly/recurly-client-ruby/tree/3.17.0) (2020-12-08)
28
77
 
29
78
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.16.0...3.17.0)
30
79
 
31
- **Implemented enhancements:**
32
80
 
33
- - Latest Changes for 2019-10-10 [\#657](https://github.com/recurly/recurly-client-ruby/pull/657) ([douglasmiller](https://github.com/douglasmiller))
81
+ **Merged Pull Requests**
82
+
83
+ - Release 3.17.0 [#658](https://github.com/recurly/recurly-client-ruby/pull/658) ([douglasmiller](https://github.com/douglasmiller))
84
+ - Latest Changes for 2019-10-10 [#657](https://github.com/recurly/recurly-client-ruby/pull/657) ([douglasmiller](https://github.com/douglasmiller))
34
85
 
35
- **Merged pull requests:**
36
86
 
37
- - Release 3.17.0 [\#658](https://github.com/recurly/recurly-client-ruby/pull/658) ([douglasmiller](https://github.com/douglasmiller))
38
87
 
39
88
  ## [3.16.0](https://github.com/recurly/recurly-client-ruby/tree/3.16.0) (2020-11-24)
40
89
 
41
90
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.15.0...3.16.0)
42
91
 
43
- **Implemented enhancements:**
44
92
 
45
- - Latest Changes for 2019-10-10 \(tax\_identifier / tax\_identifier\_type\) [\#654](https://github.com/recurly/recurly-client-ruby/pull/654) ([douglasmiller](https://github.com/douglasmiller))
46
- - Latest Changes for 2019-10-10 [\#651](https://github.com/recurly/recurly-client-ruby/pull/651) ([douglasmiller](https://github.com/douglasmiller))
93
+ **Merged Pull Requests**
94
+
95
+ - Release 3.16.0 [#656](https://github.com/recurly/recurly-client-ruby/pull/656) ([douglasmiller](https://github.com/douglasmiller))
96
+ - Latest Changes for 2019-10-10 (tax_identifier / tax_identifier_type) [#654](https://github.com/recurly/recurly-client-ruby/pull/654) ([douglasmiller](https://github.com/douglasmiller))
97
+ - Latest Changes for 2019-10-10 [#651](https://github.com/recurly/recurly-client-ruby/pull/651) ([douglasmiller](https://github.com/douglasmiller))
47
98
 
48
- **Merged pull requests:**
49
99
 
50
- - Release 3.16.0 [\#656](https://github.com/recurly/recurly-client-ruby/pull/656) ([douglasmiller](https://github.com/douglasmiller))
51
100
 
52
101
  ## [3.15.0](https://github.com/recurly/recurly-client-ruby/tree/3.15.0) (2020-11-06)
53
102
 
54
103
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.14.0...3.15.0)
55
104
 
56
- **Implemented enhancements:**
57
105
 
58
- - Latest Changes for 2019-10-10 \(Wallet, Item Coupons\) [\#645](https://github.com/recurly/recurly-client-ruby/pull/645) ([douglasmiller](https://github.com/douglasmiller))
106
+ **Merged Pull Requests**
107
+
108
+ - Release 3.15.0 [#647](https://github.com/recurly/recurly-client-ruby/pull/647) ([douglasmiller](https://github.com/douglasmiller))
109
+ - Latest Changes for 2019-10-10 (Wallet, Item Coupons) [#645](https://github.com/recurly/recurly-client-ruby/pull/645) ([douglasmiller](https://github.com/douglasmiller))
59
110
 
60
- **Merged pull requests:**
61
111
 
62
- - Release 3.15.0 [\#647](https://github.com/recurly/recurly-client-ruby/pull/647) ([douglasmiller](https://github.com/douglasmiller))
63
112
 
64
113
  ## [3.14.0](https://github.com/recurly/recurly-client-ruby/tree/3.14.0) (2020-10-20)
65
114
 
66
115
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.13.0...3.14.0)
67
116
 
68
- **Implemented enhancements:**
69
117
 
70
- - Mon Oct 19 20:38:03 UTC 2020 Upgrade API version v2019-10-10 [\#642](https://github.com/recurly/recurly-client-ruby/pull/642) ([douglasmiller](https://github.com/douglasmiller))
118
+ **Merged Pull Requests**
119
+
120
+ - Release 3.14.0 [#643](https://github.com/recurly/recurly-client-ruby/pull/643) ([douglasmiller](https://github.com/douglasmiller))
121
+ - Mon Oct 19 20:38:03 UTC 2020 Upgrade API version v2019-10-10 [#642](https://github.com/recurly/recurly-client-ruby/pull/642) ([douglasmiller](https://github.com/douglasmiller))
122
+ - Fixes uninitialized constant `Recurly::Errors::ServiceNotAvailableError` [#641](https://github.com/recurly/recurly-client-ruby/pull/641) ([ruyrocha](https://github.com/ruyrocha))
71
123
 
72
- **Merged pull requests:**
73
124
 
74
- - Release 3.14.0 [\#643](https://github.com/recurly/recurly-client-ruby/pull/643) ([douglasmiller](https://github.com/douglasmiller))
75
- - Fixes uninitialized constant `Recurly::Errors::ServiceNotAvailableError` [\#641](https://github.com/recurly/recurly-client-ruby/pull/641) ([ruyrocha](https://github.com/ruyrocha))
76
125
 
77
126
  ## [3.13.0](https://github.com/recurly/recurly-client-ruby/tree/3.13.0) (2020-09-22)
78
127
 
79
128
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.12.0...3.13.0)
80
129
 
81
- **Implemented enhancements:**
82
130
 
83
- - Latest Changes for 2019-10-10 \(Automated Exports, additional resource data attributes\) [\#638](https://github.com/recurly/recurly-client-ruby/pull/638) ([douglasmiller](https://github.com/douglasmiller))
131
+ **Merged Pull Requests**
132
+
133
+ - Release 3.13.0 [#639](https://github.com/recurly/recurly-client-ruby/pull/639) ([douglasmiller](https://github.com/douglasmiller))
134
+ - Latest Changes for 2019-10-10 (Automated Exports, additional resource data attributes) [#638](https://github.com/recurly/recurly-client-ruby/pull/638) ([douglasmiller](https://github.com/douglasmiller))
84
135
 
85
- **Merged pull requests:**
86
136
 
87
- - Release 3.13.0 [\#639](https://github.com/recurly/recurly-client-ruby/pull/639) ([douglasmiller](https://github.com/douglasmiller))
88
137
 
89
138
  ## [3.12.0](https://github.com/recurly/recurly-client-ruby/tree/3.12.0) (2020-08-31)
90
139
 
91
140
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.11.0...3.12.0)
92
141
 
93
- **Implemented enhancements:**
94
142
 
95
- - Mon Aug 31 19:44:58 UTC 2020 Upgrade API version v2019-10-10 [\#632](https://github.com/recurly/recurly-client-ruby/pull/632) ([douglasmiller](https://github.com/douglasmiller))
143
+ **Merged Pull Requests**
144
+
145
+ - Release 3.12.0 [#633](https://github.com/recurly/recurly-client-ruby/pull/633) ([douglasmiller](https://github.com/douglasmiller))
146
+ - Mon Aug 31 19:44:58 UTC 2020 Upgrade API version v2019-10-10 [#632](https://github.com/recurly/recurly-client-ruby/pull/632) ([douglasmiller](https://github.com/douglasmiller))
147
+ - Code of Conduct [#631](https://github.com/recurly/recurly-client-ruby/pull/631) ([bhelx](https://github.com/bhelx))
96
148
 
97
- **Merged pull requests:**
98
149
 
99
- - Release 3.12.0 [\#633](https://github.com/recurly/recurly-client-ruby/pull/633) ([douglasmiller](https://github.com/douglasmiller))
100
- - Code of Conduct [\#631](https://github.com/recurly/recurly-client-ruby/pull/631) ([bhelx](https://github.com/bhelx))
101
150
 
102
151
  ## [3.11.0](https://github.com/recurly/recurly-client-ruby/tree/3.11.0) (2020-08-21)
103
152
 
104
153
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.10.0...3.11.0)
105
154
 
106
- **Implemented enhancements:**
107
155
 
108
- - Fri Aug 21 16:17:28 UTC 2020 Upgrade API version v2019-10-10 [\#629](https://github.com/recurly/recurly-client-ruby/pull/629) ([douglasmiller](https://github.com/douglasmiller))
156
+ **Merged Pull Requests**
157
+
158
+ - Release 3.11.0 [#630](https://github.com/recurly/recurly-client-ruby/pull/630) ([douglasmiller](https://github.com/douglasmiller))
159
+ - Fri Aug 21 16:17:28 UTC 2020 Upgrade API version v2019-10-10 [#629](https://github.com/recurly/recurly-client-ruby/pull/629) ([douglasmiller](https://github.com/douglasmiller))
109
160
 
110
- **Merged pull requests:**
111
161
 
112
- - Release 3.11.0 [\#630](https://github.com/recurly/recurly-client-ruby/pull/630) ([douglasmiller](https://github.com/douglasmiller))
113
162
 
114
163
  ## [3.10.0](https://github.com/recurly/recurly-client-ruby/tree/3.10.0) (2020-07-31)
115
164
 
116
165
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.9.0...3.10.0)
117
166
 
118
- **Implemented enhancements:**
119
167
 
120
- - Latest Changes for 2019-10-10 \(usage, measured units, etc\) [\#621](https://github.com/recurly/recurly-client-ruby/pull/621) ([bhelx](https://github.com/bhelx))
121
- - Adding hierarchical errors [\#610](https://github.com/recurly/recurly-client-ruby/pull/610) ([douglasmiller](https://github.com/douglasmiller))
168
+ **Merged Pull Requests**
169
+
170
+ - Release 3.10.0 [#623](https://github.com/recurly/recurly-client-ruby/pull/623) ([douglasmiller](https://github.com/douglasmiller))
171
+ - Latest Changes for 2019-10-10 (usage, measured units, etc) [#621](https://github.com/recurly/recurly-client-ruby/pull/621) ([bhelx](https://github.com/bhelx))
172
+ - Adding hierarchical errors [#610](https://github.com/recurly/recurly-client-ruby/pull/610) ([douglasmiller](https://github.com/douglasmiller))
122
173
 
123
- **Merged pull requests:**
124
174
 
125
- - Release 3.10.0 [\#623](https://github.com/recurly/recurly-client-ruby/pull/623) ([douglasmiller](https://github.com/douglasmiller))
126
175
 
127
176
  ## [3.9.0](https://github.com/recurly/recurly-client-ruby/tree/3.9.0) (2020-07-06)
128
177
 
129
178
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.8.0...3.9.0)
130
179
 
131
- **Implemented enhancements:**
132
180
 
133
- - Mon Jul 6 14:48:05 UTC 2020 Upgrade API version v2019-10-10 [\#608](https://github.com/recurly/recurly-client-ruby/pull/608) ([douglasmiller](https://github.com/douglasmiller))
181
+ **Merged Pull Requests**
182
+
183
+ - Release 3.9.0 [#609](https://github.com/recurly/recurly-client-ruby/pull/609) ([douglasmiller](https://github.com/douglasmiller))
184
+ - Mon Jul 6 14:48:05 UTC 2020 Upgrade API version v2019-10-10 [#608](https://github.com/recurly/recurly-client-ruby/pull/608) ([douglasmiller](https://github.com/douglasmiller))
134
185
 
135
- **Merged pull requests:**
136
186
 
137
- - Release 3.9.0 [\#609](https://github.com/recurly/recurly-client-ruby/pull/609) ([douglasmiller](https://github.com/douglasmiller))
138
187
 
139
188
  ## [3.8.0](https://github.com/recurly/recurly-client-ruby/tree/3.8.0) (2020-07-01)
140
189
 
141
190
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.7.0...3.8.0)
142
191
 
143
- **Implemented enhancements:**
144
192
 
145
- - Wed Jul 1 02:06:24 UTC 2020 Upgrade API version v2019-10-10 [\#605](https://github.com/recurly/recurly-client-ruby/pull/605) ([douglasmiller](https://github.com/douglasmiller))
193
+ **Merged Pull Requests**
194
+
195
+ - Release 3.8.0 [#606](https://github.com/recurly/recurly-client-ruby/pull/606) ([douglasmiller](https://github.com/douglasmiller))
196
+ - Wed Jul 1 02:06:24 UTC 2020 Upgrade API version v2019-10-10 [#605](https://github.com/recurly/recurly-client-ruby/pull/605) ([douglasmiller](https://github.com/douglasmiller))
146
197
 
147
- **Merged pull requests:**
148
198
 
149
- - Release 3.8.0 [\#606](https://github.com/recurly/recurly-client-ruby/pull/606) ([douglasmiller](https://github.com/douglasmiller))
150
199
 
151
200
  ## [3.7.0](https://github.com/recurly/recurly-client-ruby/tree/3.7.0) (2020-06-30)
152
201
 
153
202
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.6.0...3.7.0)
154
203
 
155
- **Implemented enhancements:**
156
204
 
157
- - Mon Jun 29 17:01:25 UTC 2020 Upgrade API version v2019-10-10 [\#601](https://github.com/recurly/recurly-client-ruby/pull/601) ([douglasmiller](https://github.com/douglasmiller))
205
+ **Merged Pull Requests**
158
206
 
159
- **Fixed bugs:**
207
+ - Release 3.7.0 [#602](https://github.com/recurly/recurly-client-ruby/pull/602) ([douglasmiller](https://github.com/douglasmiller))
208
+ - Mon Jun 29 17:01:25 UTC 2020 Upgrade API version v2019-10-10 [#601](https://github.com/recurly/recurly-client-ruby/pull/601) ([douglasmiller](https://github.com/douglasmiller))
209
+ - Allow :headers to be included in operations [#597](https://github.com/recurly/recurly-client-ruby/pull/597) ([douglasmiller](https://github.com/douglasmiller))
210
+ - Fix doc link [#596](https://github.com/recurly/recurly-client-ruby/pull/596) ([bhelx](https://github.com/bhelx))
160
211
 
161
- - Allow :headers to be included in operations [\#597](https://github.com/recurly/recurly-client-ruby/pull/597) ([douglasmiller](https://github.com/douglasmiller))
162
212
 
163
- **Merged pull requests:**
164
-
165
- - Release 3.7.0 [\#602](https://github.com/recurly/recurly-client-ruby/pull/602) ([douglasmiller](https://github.com/douglasmiller))
166
- - Fix doc link [\#596](https://github.com/recurly/recurly-client-ruby/pull/596) ([bhelx](https://github.com/bhelx))
167
213
 
168
214
  ## [3.6.0](https://github.com/recurly/recurly-client-ruby/tree/3.6.0) (2020-06-01)
169
215
 
170
216
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.5.0...3.6.0)
171
217
 
172
- **Implemented enhancements:**
173
218
 
174
- - Latest Features [\#592](https://github.com/recurly/recurly-client-ruby/pull/592) ([bhelx](https://github.com/bhelx))
175
- - Support the programmer passing their own logger [\#590](https://github.com/recurly/recurly-client-ruby/pull/590) ([bhelx](https://github.com/bhelx))
219
+ **Merged Pull Requests**
220
+
221
+ - Release 3.6.0 [#594](https://github.com/recurly/recurly-client-ruby/pull/594) ([bhelx](https://github.com/bhelx))
222
+ - Better format error message [#593](https://github.com/recurly/recurly-client-ruby/pull/593) ([bhelx](https://github.com/bhelx))
223
+ - Latest Features [#592](https://github.com/recurly/recurly-client-ruby/pull/592) ([bhelx](https://github.com/bhelx))
224
+ - Let bump2version manage the getting started doc [#591](https://github.com/recurly/recurly-client-ruby/pull/591) ([bhelx](https://github.com/bhelx))
225
+ - Support the programmer passing their own logger [#590](https://github.com/recurly/recurly-client-ruby/pull/590) ([bhelx](https://github.com/bhelx))
226
+ - Document `Pager#first` and `Pager#count` [#589](https://github.com/recurly/recurly-client-ruby/pull/589) ([bhelx](https://github.com/bhelx))
227
+ - Ensure that path parameters are not empty strings [#587](https://github.com/recurly/recurly-client-ruby/pull/587) ([douglasmiller](https://github.com/douglasmiller))
176
228
 
177
- **Merged pull requests:**
178
229
 
179
- - Release 3.6.0 [\#594](https://github.com/recurly/recurly-client-ruby/pull/594) ([bhelx](https://github.com/bhelx))
180
- - Better format error message [\#593](https://github.com/recurly/recurly-client-ruby/pull/593) ([bhelx](https://github.com/bhelx))
181
- - Let bump2version manage the getting started doc [\#591](https://github.com/recurly/recurly-client-ruby/pull/591) ([bhelx](https://github.com/bhelx))
182
- - Document `Pager#first` and `Pager#count` [\#589](https://github.com/recurly/recurly-client-ruby/pull/589) ([bhelx](https://github.com/bhelx))
183
- - Ensure that path parameters are not empty strings [\#587](https://github.com/recurly/recurly-client-ruby/pull/587) ([douglasmiller](https://github.com/douglasmiller))
184
230
 
185
231
  ## [3.5.0](https://github.com/recurly/recurly-client-ruby/tree/3.5.0) (2020-04-20)
186
232
 
187
233
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.4.1...3.5.0)
188
234
 
189
- **Implemented enhancements:**
190
-
191
- - Tue Apr 14 20:21:21 UTC 2020 Upgrade API version v2019-10-10 [\#585](https://github.com/recurly/recurly-client-ruby/pull/585) ([bhelx](https://github.com/bhelx))
192
- - Set an Idempotency-Key header, retry GET requests after 5xx errors [\#579](https://github.com/recurly/recurly-client-ruby/pull/579) ([isaachall](https://github.com/isaachall))
193
- - Adding \#first and \#count methods to Pager [\#560](https://github.com/recurly/recurly-client-ruby/pull/560) ([douglasmiller](https://github.com/douglasmiller))
194
235
 
195
- **Fixed bugs:**
236
+ **Merged Pull Requests**
196
237
 
197
- - Fixing the omission of query params [\#581](https://github.com/recurly/recurly-client-ruby/pull/581) ([douglasmiller](https://github.com/douglasmiller))
238
+ - Release 3.5.0 [#586](https://github.com/recurly/recurly-client-ruby/pull/586) ([douglasmiller](https://github.com/douglasmiller))
239
+ - Tue Apr 14 20:21:21 UTC 2020 Upgrade API version v2019-10-10 [#585](https://github.com/recurly/recurly-client-ruby/pull/585) ([bhelx](https://github.com/bhelx))
240
+ - Included the to-be released changes in the changelog [#584](https://github.com/recurly/recurly-client-ruby/pull/584) ([douglasmiller](https://github.com/douglasmiller))
241
+ - Add 2.7 to test matrix [#582](https://github.com/recurly/recurly-client-ruby/pull/582) ([bhelx](https://github.com/bhelx))
242
+ - Fixing the omission of query params [#581](https://github.com/recurly/recurly-client-ruby/pull/581) ([douglasmiller](https://github.com/douglasmiller))
243
+ - Use github pages for docs [#580](https://github.com/recurly/recurly-client-ruby/pull/580) ([bhelx](https://github.com/bhelx))
244
+ - Set an Idempotency-Key header, retry GET requests after 5xx errors [#579](https://github.com/recurly/recurly-client-ruby/pull/579) ([isaachall](https://github.com/isaachall))
245
+ - Add project metadata to the gemspec [#578](https://github.com/recurly/recurly-client-ruby/pull/578) ([orien](https://github.com/orien))
246
+ - Updating release script to be uniform across all clients [#577](https://github.com/recurly/recurly-client-ruby/pull/577) ([douglasmiller](https://github.com/douglasmiller))
247
+ - Thu Mar 26 20:41:10 UTC 2020 Upgrade API version v2019-10-10 [#573](https://github.com/recurly/recurly-client-ruby/pull/573) ([bhelx](https://github.com/bhelx))
248
+ - Adding #first and #count methods to Pager [#560](https://github.com/recurly/recurly-client-ruby/pull/560) ([douglasmiller](https://github.com/douglasmiller))
198
249
 
199
- **Merged pull requests:**
200
250
 
201
- - Release 3.5.0 [\#586](https://github.com/recurly/recurly-client-ruby/pull/586) ([douglasmiller](https://github.com/douglasmiller))
202
- - Included the to-be released changes in the changelog [\#584](https://github.com/recurly/recurly-client-ruby/pull/584) ([douglasmiller](https://github.com/douglasmiller))
203
- - Add 2.7 to test matrix [\#582](https://github.com/recurly/recurly-client-ruby/pull/582) ([bhelx](https://github.com/bhelx))
204
- - Use github pages for docs [\#580](https://github.com/recurly/recurly-client-ruby/pull/580) ([bhelx](https://github.com/bhelx))
205
- - Add project metadata to the gemspec [\#578](https://github.com/recurly/recurly-client-ruby/pull/578) ([orien](https://github.com/orien))
206
- - Updating release script to be uniform across all clients [\#577](https://github.com/recurly/recurly-client-ruby/pull/577) ([douglasmiller](https://github.com/douglasmiller))
207
- - Thu Mar 26 20:41:10 UTC 2020 Upgrade API version v2019-10-10 [\#573](https://github.com/recurly/recurly-client-ruby/pull/573) ([bhelx](https://github.com/bhelx))
208
251
 
209
252
  ## [3.4.1](https://github.com/recurly/recurly-client-ruby/tree/3.4.1) (2020-03-26)
210
253
 
211
254
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.4.0...3.4.1)
212
255
 
213
- **Merged pull requests:**
214
256
 
215
- - Release 3.4.1 [\#571](https://github.com/recurly/recurly-client-ruby/pull/571) ([bhelx](https://github.com/bhelx))
216
- - Follow up bug fixes for \#568 [\#570](https://github.com/recurly/recurly-client-ruby/pull/570) ([bhelx](https://github.com/bhelx))
257
+ **Merged Pull Requests**
258
+
259
+ - Release 3.4.1 [#571](https://github.com/recurly/recurly-client-ruby/pull/571) ([bhelx](https://github.com/bhelx))
260
+ - Follow up bug fixes for #568 [#570](https://github.com/recurly/recurly-client-ruby/pull/570) ([bhelx](https://github.com/bhelx))
261
+
262
+
217
263
 
218
264
  ## [3.4.0](https://github.com/recurly/recurly-client-ruby/tree/3.4.0) (2020-03-23)
219
265
 
220
266
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.3.1...3.4.0)
221
267
 
222
- **Implemented enhancements:**
223
268
 
224
- - Replace Faraday gem with Net::HTTP, add connection pooling & keep-alive, update CA roots [\#568](https://github.com/recurly/recurly-client-ruby/pull/568) ([isaachall](https://github.com/isaachall))
269
+ **Merged Pull Requests**
270
+
271
+ - Release 3.4.0 [#569](https://github.com/recurly/recurly-client-ruby/pull/569) ([bhelx](https://github.com/bhelx))
272
+ - Replace Faraday gem with Net::HTTP, add connection pooling & keep-alive, update CA roots [#568](https://github.com/recurly/recurly-client-ruby/pull/568) ([isaachall](https://github.com/isaachall))
225
273
 
226
- **Merged pull requests:**
227
274
 
228
- - Release 3.4.0 [\#569](https://github.com/recurly/recurly-client-ruby/pull/569) ([bhelx](https://github.com/bhelx))
229
275
 
230
276
  ## [3.3.1](https://github.com/recurly/recurly-client-ruby/tree/3.3.1) (2020-03-20)
231
277
 
232
278
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.3.0...3.3.1)
233
279
 
234
- **Merged pull requests:**
235
280
 
236
- - Release 3.3.1 [\#567](https://github.com/recurly/recurly-client-ruby/pull/567) ([douglasmiller](https://github.com/douglasmiller))
237
- - Adding changelog and updated release scripts [\#566](https://github.com/recurly/recurly-client-ruby/pull/566) ([douglasmiller](https://github.com/douglasmiller))
238
- - Thu Mar 19 21:04:19 UTC 2020 Upgrade API version v2019-10-10 [\#564](https://github.com/recurly/recurly-client-ruby/pull/564) ([douglasmiller](https://github.com/douglasmiller))
239
- - Update rake to 12.3.3 [\#561](https://github.com/recurly/recurly-client-ruby/pull/561) ([douglasmiller](https://github.com/douglasmiller))
240
- - Add request for stack trace in issue report [\#558](https://github.com/recurly/recurly-client-ruby/pull/558) ([bhelx](https://github.com/bhelx))
281
+ **Merged Pull Requests**
282
+
283
+ - Release 3.3.1 [#567](https://github.com/recurly/recurly-client-ruby/pull/567) ([douglasmiller](https://github.com/douglasmiller))
284
+ - Adding changelog and updated release scripts [#566](https://github.com/recurly/recurly-client-ruby/pull/566) ([douglasmiller](https://github.com/douglasmiller))
285
+ - Thu Mar 19 21:04:19 UTC 2020 Upgrade API version v2019-10-10 [#564](https://github.com/recurly/recurly-client-ruby/pull/564) ([douglasmiller](https://github.com/douglasmiller))
286
+ - Update rake to 12.3.3 [#561](https://github.com/recurly/recurly-client-ruby/pull/561) ([douglasmiller](https://github.com/douglasmiller))
287
+ - Add request for stack trace in issue report [#558](https://github.com/recurly/recurly-client-ruby/pull/558) ([bhelx](https://github.com/bhelx))
288
+
289
+
241
290
 
242
291
  ## [3.3.0](https://github.com/recurly/recurly-client-ruby/tree/3.3.0) (2020-02-20)
243
292
 
244
293
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.2.2...3.3.0)
245
294
 
246
- **Merged pull requests:**
247
295
 
248
- - Release 3.3.0 [\#556](https://github.com/recurly/recurly-client-ruby/pull/556) ([bhelx](https://github.com/bhelx))
249
- - Latest generated changes for v2019-10-10 [\#555](https://github.com/recurly/recurly-client-ruby/pull/555) ([bhelx](https://github.com/bhelx))
250
- - Link to new dev docs for webhooks [\#554](https://github.com/recurly/recurly-client-ruby/pull/554) ([bhelx](https://github.com/bhelx))
251
- - Latest v2019-10-10 Changes [\#552](https://github.com/recurly/recurly-client-ruby/pull/552) ([bhelx](https://github.com/bhelx))
296
+ **Merged Pull Requests**
297
+
298
+ - Release 3.3.0 [#556](https://github.com/recurly/recurly-client-ruby/pull/556) ([bhelx](https://github.com/bhelx))
299
+ - Latest generated changes for v2019-10-10 [#555](https://github.com/recurly/recurly-client-ruby/pull/555) ([bhelx](https://github.com/bhelx))
300
+ - Link to new dev docs for webhooks [#554](https://github.com/recurly/recurly-client-ruby/pull/554) ([bhelx](https://github.com/bhelx))
301
+ - Latest v2019-10-10 Changes [#552](https://github.com/recurly/recurly-client-ruby/pull/552) ([bhelx](https://github.com/bhelx))
302
+
303
+
252
304
 
253
305
  ## [3.2.2](https://github.com/recurly/recurly-client-ruby/tree/3.2.2) (2020-02-03)
254
306
 
255
307
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.2.1...3.2.2)
256
308
 
257
- **Merged pull requests:**
258
309
 
259
- - Release 3.2.2 [\#550](https://github.com/recurly/recurly-client-ruby/pull/550) ([bhelx](https://github.com/bhelx))
260
- - Loosen version restriction on faraday [\#549](https://github.com/recurly/recurly-client-ruby/pull/549) ([bhelx](https://github.com/bhelx))
310
+ **Merged Pull Requests**
311
+
312
+ - Release 3.2.2 [#550](https://github.com/recurly/recurly-client-ruby/pull/550) ([bhelx](https://github.com/bhelx))
313
+ - Loosen version restriction on faraday [#549](https://github.com/recurly/recurly-client-ruby/pull/549) ([bhelx](https://github.com/bhelx))
314
+
315
+
261
316
 
262
317
  ## [3.2.1](https://github.com/recurly/recurly-client-ruby/tree/3.2.1) (2019-12-10)
263
318
 
264
319
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.2.0...3.2.1)
265
320
 
266
- **Fixed bugs:**
267
321
 
268
- - Convert Array params to CSV strings [\#545](https://github.com/recurly/recurly-client-ruby/pull/545) ([douglasmiller](https://github.com/douglasmiller))
322
+ **Merged Pull Requests**
323
+
324
+ - Convert Array params to CSV strings [#545](https://github.com/recurly/recurly-client-ruby/pull/545) ([douglasmiller](https://github.com/douglasmiller))
325
+
326
+
269
327
 
270
328
  ## [3.2.0](https://github.com/recurly/recurly-client-ruby/tree/3.2.0) (2019-12-03)
271
329
 
272
330
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.1.3...3.2.0)
273
331
 
274
- **Fixed bugs:**
275
332
 
276
- - It's hard to find out what payment method was used [\#543](https://github.com/recurly/recurly-client-ruby/issues/543)
277
- - Implement way to actually get ErrorMayHaveTransaction [\#540](https://github.com/recurly/recurly-client-ruby/issues/540)
333
+ **Merged Pull Requests**
334
+
335
+ - Release 3.2.0 [#544](https://github.com/recurly/recurly-client-ruby/pull/544) ([bhelx](https://github.com/bhelx))
336
+ - Allow object attributes through [#542](https://github.com/recurly/recurly-client-ruby/pull/542) ([bhelx](https://github.com/bhelx))
278
337
 
279
- **Merged pull requests:**
338
+ **Closed Issues**
339
+
340
+ - It's hard to find out what payment method was used [#543](https://github.com/recurly/recurly-client-ruby/issues/543)
280
341
 
281
- - Release 3.2.0 [\#544](https://github.com/recurly/recurly-client-ruby/pull/544) ([bhelx](https://github.com/bhelx))
282
- - Allow object attributes through [\#542](https://github.com/recurly/recurly-client-ruby/pull/542) ([bhelx](https://github.com/bhelx))
283
342
 
284
343
  ## [3.1.3](https://github.com/recurly/recurly-client-ruby/tree/3.1.3) (2019-12-02)
285
344
 
286
345
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.1.2...3.1.3)
287
346
 
288
- **Fixed bugs:**
289
347
 
290
- - Getting ArgumentError instead of Recurly::Errors::ValidationError [\#538](https://github.com/recurly/recurly-client-ruby/issues/538)
291
- - Issue 540 error may have transaction [\#541](https://github.com/recurly/recurly-client-ruby/pull/541) ([bhelx](https://github.com/bhelx))
348
+ **Merged Pull Requests**
349
+
350
+ - Issue 540 error may have transaction [#541](https://github.com/recurly/recurly-client-ruby/pull/541) ([bhelx](https://github.com/bhelx))
351
+
352
+
292
353
 
293
354
  ## [3.1.2](https://github.com/recurly/recurly-client-ruby/tree/3.1.2) (2019-12-02)
294
355
 
295
356
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.1.1...3.1.2)
296
357
 
297
- **Fixed bugs:**
298
358
 
299
- - Skip request property type validation for nil values [\#539](https://github.com/recurly/recurly-client-ruby/pull/539) ([bhelx](https://github.com/bhelx))
359
+ **Merged Pull Requests**
360
+
361
+ - Skip request property type validation for nil values [#539](https://github.com/recurly/recurly-client-ruby/pull/539) ([bhelx](https://github.com/bhelx))
362
+
363
+
300
364
 
301
365
  ## [3.1.1](https://github.com/recurly/recurly-client-ruby/tree/3.1.1) (2019-11-27)
302
366
 
303
367
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.1.0...3.1.1)
304
368
 
305
- **Fixed bugs:**
306
369
 
307
- - Undefined method cast [\#536](https://github.com/recurly/recurly-client-ruby/issues/536)
308
- - Disable searching ancestors when looking up constants [\#537](https://github.com/recurly/recurly-client-ruby/pull/537) ([douglasmiller](https://github.com/douglasmiller))
370
+ **Merged Pull Requests**
371
+
372
+ - Disable searching ancestors when looking up constants [#537](https://github.com/recurly/recurly-client-ruby/pull/537) ([douglasmiller](https://github.com/douglasmiller))
373
+
374
+ **Closed Issues**
375
+
376
+ - Undefined method cast [#536](https://github.com/recurly/recurly-client-ruby/issues/536)
377
+
309
378
 
310
379
  ## [3.1.0](https://github.com/recurly/recurly-client-ruby/tree/3.1.0) (2019-11-18)
311
380
 
312
381
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0...3.1.0)
313
382
 
314
- **Merged pull requests:**
315
383
 
316
- - Release 3.1.0 [\#530](https://github.com/recurly/recurly-client-ruby/pull/530) ([bhelx](https://github.com/bhelx))
317
- - Generated Updates for API version v2019-10-10 [\#529](https://github.com/recurly/recurly-client-ruby/pull/529) ([douglasmiller](https://github.com/douglasmiller))
318
- - Generated Updates for API version v2019-10-10 [\#528](https://github.com/recurly/recurly-client-ruby/pull/528) ([bhelx](https://github.com/bhelx))
384
+ **Merged Pull Requests**
385
+
386
+ - Release 3.1.0 [#530](https://github.com/recurly/recurly-client-ruby/pull/530) ([bhelx](https://github.com/bhelx))
387
+ - Generated Updates for API version v2019-10-10 [#529](https://github.com/recurly/recurly-client-ruby/pull/529) ([douglasmiller](https://github.com/douglasmiller))
388
+ - Generated Updates for API version v2019-10-10 [#528](https://github.com/recurly/recurly-client-ruby/pull/528) ([bhelx](https://github.com/bhelx))
389
+
390
+
319
391
 
320
392
  ## [3.0.0](https://github.com/recurly/recurly-client-ruby/tree/3.0.0) (2019-10-09)
321
393
 
322
394
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.5...3.0.0)
323
395
 
324
- **Merged pull requests:**
325
-
326
- - Release 3.0.0 [\#521](https://github.com/recurly/recurly-client-ruby/pull/521) ([bhelx](https://github.com/bhelx))
327
- - Upgrade API version v2019-10-10 [\#519](https://github.com/recurly/recurly-client-ruby/pull/519) ([bhelx](https://github.com/bhelx))
328
- - Update recurly.gemspec [\#518](https://github.com/recurly/recurly-client-ruby/pull/518) ([bhelx](https://github.com/bhelx))
329
- - Add a script for releasing [\#517](https://github.com/recurly/recurly-client-ruby/pull/517) ([bhelx](https://github.com/bhelx))
330
- - Change base url to v3.recurly.com [\#516](https://github.com/recurly/recurly-client-ruby/pull/516) ([bhelx](https://github.com/bhelx))
331
- - No longer need bundler 1.7 [\#511](https://github.com/recurly/recurly-client-ruby/pull/511) ([bhelx](https://github.com/bhelx))
332
- - Refactor internal schema representation [\#510](https://github.com/recurly/recurly-client-ruby/pull/510) ([bhelx](https://github.com/bhelx))
333
- - Implement bump script [\#507](https://github.com/recurly/recurly-client-ruby/pull/507) ([bhelx](https://github.com/bhelx))
334
- - Remove the site-id constraint from Client [\#504](https://github.com/recurly/recurly-client-ruby/pull/504) ([bhelx](https://github.com/bhelx))
335
- - Only set strict mode when env explicitly true [\#501](https://github.com/recurly/recurly-client-ruby/pull/501) ([bhelx](https://github.com/bhelx))
336
- - Document use of webhooks [\#500](https://github.com/recurly/recurly-client-ruby/pull/500) ([bhelx](https://github.com/bhelx))
337
- - Latest v2018-08-09 Updates [\#498](https://github.com/recurly/recurly-client-ruby/pull/498) ([bhelx](https://github.com/bhelx))
338
- - Refer user to rubydoc.info [\#497](https://github.com/recurly/recurly-client-ruby/pull/497) ([bhelx](https://github.com/bhelx))
339
- - Expose HTTP request and response metadata [\#488](https://github.com/recurly/recurly-client-ruby/pull/488) ([bhelx](https://github.com/bhelx))
340
- - Add CONTRIBUTING.md [\#486](https://github.com/recurly/recurly-client-ruby/pull/486) ([bhelx](https://github.com/bhelx))
341
- - Bump 3.0.0.beta.6 [\#485](https://github.com/recurly/recurly-client-ruby/pull/485) ([bhelx](https://github.com/bhelx))
342
- - Latest v2018-08-09 Changes [\#484](https://github.com/recurly/recurly-client-ruby/pull/484) ([bhelx](https://github.com/bhelx))
396
+
397
+ **Merged Pull Requests**
398
+
399
+ - Release 3.0.0 [#521](https://github.com/recurly/recurly-client-ruby/pull/521) ([bhelx](https://github.com/bhelx))
400
+ - Upgrade API version v2019-10-10 [#519](https://github.com/recurly/recurly-client-ruby/pull/519) ([bhelx](https://github.com/bhelx))
401
+ - Update recurly.gemspec [#518](https://github.com/recurly/recurly-client-ruby/pull/518) ([bhelx](https://github.com/bhelx))
402
+ - Add a script for releasing [#517](https://github.com/recurly/recurly-client-ruby/pull/517) ([bhelx](https://github.com/bhelx))
403
+ - Change base url to v3.recurly.com [#516](https://github.com/recurly/recurly-client-ruby/pull/516) ([bhelx](https://github.com/bhelx))
404
+ - No longer need bundler 1.7 [#511](https://github.com/recurly/recurly-client-ruby/pull/511) ([bhelx](https://github.com/bhelx))
405
+ - Refactor internal schema representation [#510](https://github.com/recurly/recurly-client-ruby/pull/510) ([bhelx](https://github.com/bhelx))
406
+ - Implement bump script [#507](https://github.com/recurly/recurly-client-ruby/pull/507) ([bhelx](https://github.com/bhelx))
407
+ - Remove the site-id constraint from Client [#504](https://github.com/recurly/recurly-client-ruby/pull/504) ([bhelx](https://github.com/bhelx))
408
+ - Only set strict mode when env explicitly true [#501](https://github.com/recurly/recurly-client-ruby/pull/501) ([bhelx](https://github.com/bhelx))
409
+ - Document use of webhooks [#500](https://github.com/recurly/recurly-client-ruby/pull/500) ([bhelx](https://github.com/bhelx))
410
+ - Latest v2018-08-09 Updates [#498](https://github.com/recurly/recurly-client-ruby/pull/498) ([bhelx](https://github.com/bhelx))
411
+ - Refer user to rubydoc.info [#497](https://github.com/recurly/recurly-client-ruby/pull/497) ([bhelx](https://github.com/bhelx))
412
+ - Expose HTTP request and response metadata [#488](https://github.com/recurly/recurly-client-ruby/pull/488) ([bhelx](https://github.com/bhelx))
413
+ - Add CONTRIBUTING.md [#486](https://github.com/recurly/recurly-client-ruby/pull/486) ([bhelx](https://github.com/bhelx))
414
+ - Bump 3.0.0.beta.6 [#485](https://github.com/recurly/recurly-client-ruby/pull/485) ([bhelx](https://github.com/bhelx))
415
+ - Latest v2018-08-09 Changes [#484](https://github.com/recurly/recurly-client-ruby/pull/484) ([bhelx](https://github.com/bhelx))
416
+
417
+
343
418
 
344
419
  ## [3.0.0.beta.5](https://github.com/recurly/recurly-client-ruby/tree/3.0.0.beta.5) (2019-06-28)
345
420
 
346
421
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.4...3.0.0.beta.5)
347
422
 
348
- **Merged pull requests:**
349
423
 
350
- - 3.0.0.beta.5 [\#483](https://github.com/recurly/recurly-client-ruby/pull/483) ([bhelx](https://github.com/bhelx))
351
- - Latest v2018-08-09 Changes [\#482](https://github.com/recurly/recurly-client-ruby/pull/482) ([bhelx](https://github.com/bhelx))
352
- - no longer need dep scripts [\#476](https://github.com/recurly/recurly-client-ruby/pull/476) ([bhelx](https://github.com/bhelx))
353
- - Add format script and check in specs [\#474](https://github.com/recurly/recurly-client-ruby/pull/474) ([bhelx](https://github.com/bhelx))
354
- - Url Encode Path items [\#472](https://github.com/recurly/recurly-client-ruby/pull/472) ([bhelx](https://github.com/bhelx))
355
- - Add strict mode for json deserializer [\#469](https://github.com/recurly/recurly-client-ruby/pull/469) ([bhelx](https://github.com/bhelx))
424
+ **Merged Pull Requests**
425
+
426
+ - 3.0.0.beta.5 [#483](https://github.com/recurly/recurly-client-ruby/pull/483) ([bhelx](https://github.com/bhelx))
427
+ - Latest v2018-08-09 Changes [#482](https://github.com/recurly/recurly-client-ruby/pull/482) ([bhelx](https://github.com/bhelx))
428
+ - no longer need dep scripts [#476](https://github.com/recurly/recurly-client-ruby/pull/476) ([bhelx](https://github.com/bhelx))
429
+ - Add format script and check in specs [#474](https://github.com/recurly/recurly-client-ruby/pull/474) ([bhelx](https://github.com/bhelx))
430
+ - Url Encode Path items [#472](https://github.com/recurly/recurly-client-ruby/pull/472) ([bhelx](https://github.com/bhelx))
431
+ - Add strict mode for json deserializer [#469](https://github.com/recurly/recurly-client-ruby/pull/469) ([bhelx](https://github.com/bhelx))
432
+
433
+
356
434
 
357
435
  ## [3.0.0.beta.4](https://github.com/recurly/recurly-client-ruby/tree/3.0.0.beta.4) (2019-04-04)
358
436
 
359
437
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.3...3.0.0.beta.4)
360
438
 
361
- **Merged pull requests:**
362
439
 
363
- - V3 Update v2018-08-09 [\#460](https://github.com/recurly/recurly-client-ruby/pull/460) ([aaron-suarez](https://github.com/aaron-suarez))
364
- - Small fixes for private beta [\#458](https://github.com/recurly/recurly-client-ruby/pull/458) ([bhelx](https://github.com/bhelx))
365
- - Use Net-http-persistent for persistent connection [\#408](https://github.com/recurly/recurly-client-ruby/pull/408) ([bhelx](https://github.com/bhelx))
366
- - Update to API 2018-06-06 [\#407](https://github.com/recurly/recurly-client-ruby/pull/407) ([bhelx](https://github.com/bhelx))
367
- - Regenerating the client [\#406](https://github.com/recurly/recurly-client-ruby/pull/406) ([drewish](https://github.com/drewish))
368
- - V3 Pager can error [\#401](https://github.com/recurly/recurly-client-ruby/pull/401) ([drewish](https://github.com/drewish))
369
- - \[V3\] Test more versions of ruby [\#397](https://github.com/recurly/recurly-client-ruby/pull/397) ([drewish](https://github.com/drewish))
370
- - Allow faraday 0.12 for compatibility with oauth2 gem [\#396](https://github.com/recurly/recurly-client-ruby/pull/396) ([drewish](https://github.com/drewish))
440
+ **Merged Pull Requests**
441
+
442
+ - V3 Update v2018-08-09 [#460](https://github.com/recurly/recurly-client-ruby/pull/460) ([aaron-junot](https://github.com/aaron-junot))
443
+ - Small fixes for private beta [#458](https://github.com/recurly/recurly-client-ruby/pull/458) ([bhelx](https://github.com/bhelx))
444
+ - Use Net-http-persistent for persistent connection [#408](https://github.com/recurly/recurly-client-ruby/pull/408) ([bhelx](https://github.com/bhelx))
445
+ - Update to API 2018-06-06 [#407](https://github.com/recurly/recurly-client-ruby/pull/407) ([bhelx](https://github.com/bhelx))
446
+ - Regenerating the client [#406](https://github.com/recurly/recurly-client-ruby/pull/406) ([drewish](https://github.com/drewish))
447
+ - V3 Pager can error [#401](https://github.com/recurly/recurly-client-ruby/pull/401) ([drewish](https://github.com/drewish))
448
+ - [V3] Test more versions of ruby [#397](https://github.com/recurly/recurly-client-ruby/pull/397) ([drewish](https://github.com/drewish))
449
+ - Allow faraday 0.12 for compatibility with oauth2 gem [#396](https://github.com/recurly/recurly-client-ruby/pull/396) ([drewish](https://github.com/drewish))
450
+
451
+
371
452
 
372
453
  ## [3.0.0.beta.3](https://github.com/recurly/recurly-client-ruby/tree/3.0.0.beta.3) (2018-08-27)
373
454
 
374
455
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.2...3.0.0.beta.3)
375
456
 
457
+
458
+
459
+
460
+
376
461
  ## [3.0.0.beta.2](https://github.com/recurly/recurly-client-ruby/tree/3.0.0.beta.2) (2018-07-17)
377
462
 
378
463
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.1...3.0.0.beta.2)
379
464
 
380
465
 
381
466
 
382
- \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
467
+
468
+
469
+ ## [3.0.0.beta.1](https://github.com/recurly/recurly-client-ruby/tree/3.0.0.beta.1) (2018-07-13)
470
+
471
+
472
+
473
+