File tree Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## Next Release
4
-
5
- - Can indicate an EndShipper ID when buying a shipment
6
- - Removes unusable shipment ` buy ` functions that did not contain a rate parameter
3
+ ## v5.10.0 (2022-09-21)
4
+
5
+ - Adds support to pass an ` EndShipper ID ` when buying a shipment
6
+ - Removes the unusable overload shipment ` buy ` functions that did not contain a rate parameter
7
+ - Add White Label support:
8
+ - Create a referral customer
9
+ - Update a referral customer's email address
10
+ - List all referral customers
11
+ - Add a credit card to a referral customer's account
7
12
8
13
## v5.9.0 (2022-08-25)
9
14
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Add this to your project's POM:
15
15
<dependency >
16
16
<groupId >com.easypost</groupId >
17
17
<artifactId >easypost-api-client</artifactId >
18
- <version >5.9 .0</version >
18
+ <version >5.10 .0</version >
19
19
</dependency >
20
20
```
21
21
Original file line number Diff line number Diff line change 1
- 5.9 .0
1
+ 5.10 .0
Original file line number Diff line number Diff line change 6
6
<groupId >com.easypost</groupId >
7
7
<artifactId >easypost-api-client</artifactId >
8
8
9
- <version >5.9 .0</version >
9
+ <version >5.10 .0</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >com.easypost:easypost-api-client</name >
You can’t perform that action at this time.
0 commit comments