File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## Next Release
3
+ ## v5.5.0 (2022-06-21)
4
4
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 )
6
7
7
- ## v5.4.0
8
+ ## v5.4.0 (2022-06-03)
8
9
9
10
- Adds ` PaymentMethod.all() ` , ` CreditCard.fund() ` , and ` CreditCard.delete() ` functions.
10
11
- Fixes a bug that did not merge local and remote objects correctly on update (eg: User, Referral)
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.4 .0</version >
18
+ <version >5.5 .0</version >
19
19
</dependency >
20
20
```
21
21
Original file line number Diff line number Diff line change 1
- 5.4 .0
1
+ 5.5 .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.4 .0</version >
9
+ <version >5.5 .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