Skip to content

Commit 005c2d4

Browse files
authored
Merge pull request #148 from EasyPost/v5.5.0
chore: prepare v5.5.0 for release
2 parents 158394e + c9fb60a commit 005c2d4

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

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

3-
## Next Release
3+
## v5.5.0 (2022-06-21)
44

5-
- Adds `billingType` attribute to Rate and CarrierAccount classes.
5+
- Adds `billingType` attribute to `Rate` and `CarrierAccount` classes.
6+
- Adds missing attributes to the `CarrierAcccount` object (closes #145)
67

7-
## v5.4.0
8+
## v5.4.0 (2022-06-03)
89

910
- Adds `PaymentMethod.all()`, `CreditCard.fund()`, and `CreditCard.delete()` functions.
1011
- Fixes a bug that did not merge local and remote objects correctly on update (eg: User, Referral)

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.4.0</version>
18+
<version>5.5.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.4.0
1+
5.5.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.4.0</version>
9+
<version>5.5.0</version>
1010
<packaging>jar</packaging>
1111

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

0 commit comments

Comments
 (0)