You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# CHANGELOG
2
2
3
+
## v6.1.0 (2023-01-11)
4
+
5
+
- Adds new beta billing functionality for referral customer users, accessible via the `$client->betaReferralCustomer` service
6
+
-`addPaymentMethod` to add an existing Stripe bank account or credit card to your EasyPost account
7
+
-`refundByAmount` refunds you wallet balance by a specified amount
8
+
-`refundByPaymentLog` refunds you wallet balance by a specified payment log
9
+
3
10
## v6.0.0 (2023-01-05)
4
11
5
12
- Release final version of v6 that contains all the changes in the `v6.0.0-rc1` below
@@ -34,9 +41,9 @@
34
41
35
42
## v5.8.0 (2022-12-01)
36
43
37
-
-[ADDED] Carrier account creation routes requests correctly for carriers that require custom workflows
38
-
-[FIXED]Instead of returning `null` when a list of child API keys cannot be returned (eg: when you call `api_keys` on a non-user object) it will return an empty list. The expected impact to end users is extremely low
39
-
-[IMPROVED]Retrieving child user API keys for users with large numbers of child users should see much faster results as we now break on the match instead of iterating the entire list
44
+
-Adds carrier account creation routes requests correctly for carriers that require custom workflows
45
+
- Instead of returning `null` when a list of child API keys cannot be returned (eg: when you call `api_keys` on a non-user object) it will return an empty list. The expected impact to end users is extremely low
46
+
- Retrieving child user API keys for users with large numbers of child users should see much faster results as we now break on the match instead of iterating the entire list
0 commit comments