Skip to content

Commit

Permalink
Merge pull request #148 from EasyPost/v5.5.0
Browse files Browse the repository at this point in the history
chore: prepare v5.5.0 for release
  • Loading branch information
Justintime50 authored Jun 21, 2022
2 parents 158394e + c9fb60a commit 005c2d4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# CHANGELOG

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

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

## v5.4.0
## v5.4.0 (2022-06-03)

- Adds `PaymentMethod.all()`, `CreditCard.fund()`, and `CreditCard.delete()` functions.
- Fixes a bug that did not merge local and remote objects correctly on update (eg: User, Referral)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add this to your project's POM:
<dependency>
<groupId>com.easypost</groupId>
<artifactId>easypost-api-client</artifactId>
<version>5.4.0</version>
<version>5.5.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.0
5.5.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.easypost</groupId>
<artifactId>easypost-api-client</artifactId>

<version>5.4.0</version>
<version>5.5.0</version>
<packaging>jar</packaging>

<name>com.easypost:easypost-api-client</name>
Expand Down

0 comments on commit 005c2d4

Please sign in to comment.