Skip to content

Commit 2ede04d

Browse files
authored
Merge pull request #185 from EasyPost/v5.10.0
chore: prepares v5.10.0 for release
2 parents c318446 + 52b31a2 commit 2ede04d

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# CHANGELOG
22

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
712

813
## v5.9.0 (2022-08-25)
914

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add this to your project's POM:
1515
<dependency>
1616
<groupId>com.easypost</groupId>
1717
<artifactId>easypost-api-client</artifactId>
18-
<version>5.9.0</version>
18+
<version>5.10.0</version>
1919
</dependency>
2020
```
2121

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.9.0
1+
5.10.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.easypost</groupId>
77
<artifactId>easypost-api-client</artifactId>
88

9-
<version>5.9.0</version>
9+
<version>5.10.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>com.easypost:easypost-api-client</name>

0 commit comments

Comments
 (0)