Skip to content

Commit 3a886f0

Browse files
authored
Merge pull request #133 from EasyPost/v5.3.0
chore: prepare v5.3.0 for release
2 parents 6599fe0 + b4fe058 commit 3a886f0

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

CHANGELOG.md

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

3-
## NEXT RELEASE
3+
## v5.3.0 (2022-05-19)
44

5-
- Add support for `columns` and `additional_columns` on Report creation
6-
- Add `declaraction` attribute in CustomsInfo class
7-
- Remove the dead `message` conditional check in `Address.createAndVerify()`
8-
- Add `AddressVerifications` class
5+
- Adds the `EndShipper` Beta class with `create`, `retrieve`, `all`, and `update` functions
6+
- Adds support for `columns` and `additional_columns` on Report creation
7+
- Adds `declaraction` attribute in CustomsInfo class
8+
- Adds `AddressVerifications` class
99
- Adds a `lowestRate()` function to Orders and Pickups
1010
- Adds a `Shipment.getLowestSmartrate()` function and a `shipment.lowestSmartrate()` function
11-
- Add `Smartrate` class
12-
- All SmartRate-related functions now return lists of Smartrate objects rather than lists of Rate objects
13-
- Adds the `EndShipper` Beta class with `create`, `retrieve`, `all`, and `update` functions
1411
- Adds beta Referral class for White Label API with these new functions: `create()`, `updateEmail()`, `all()`, and `addCreditCard()`
15-
- Add `CreditCard` class for `addCreditCard()` function return type
12+
- Adds `CreditCard` class for `addCreditCard()` function return type
13+
- All SmartRate-related functions now return lists of Smartrate objects rather than lists of Rate objects
14+
- Remove the dead `message` conditional check in `Address.createAndVerify()`
1615

1716
## v5.2.0 (2022-02-25)
1817

README.md

Lines changed: 2 additions & 2 deletions
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.2.0</version>
18+
<version>5.3.0</version>
1919
</dependency>
2020
```
2121

@@ -24,7 +24,7 @@ Add this to your project's POM:
2424
Add this to your project's build file:
2525

2626
```groovy
27-
implementation "com.easypost:easypost-api-client:5.2.0"
27+
implementation "com.easypost:easypost-api-client:5.3.0"
2828
```
2929

3030
**NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.3.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.2.0</version>
9+
<version>5.3.0</version>
1010
<packaging>jar</packaging>
1111

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

0 commit comments

Comments
 (0)