File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## Next Release
3
+ ## v5.6.0 (2022-07-11)
4
4
5
- - Some ` getX ` functions have been deprecated and renamed to simply ` X ` to avoid confusion with proper getter/setter
6
- functions.
7
- - ` getSmartrates() ` -> ` smartrates() `
8
- - ` getLowestSmartRate() ` -> ` findLowestSmartrate() `
9
- - Adds OS specific details to the user-agent header
10
5
- Adds ` Billing.retrievePaymentMethods() ` , ` Billing.fundWallet() ` , and ` Billing.deletePaymentMethod() ` functions
11
6
- Deprecates some existing payment method and credit card functions and features (repleaced by new Billing functions):
12
7
- Deprecates ` CreditCard.fund() ` and ` CreditCard.delete() ` functions
13
8
- Deprecates ` PaymentMethod.all() ` function
14
9
- Deprecates certain ` PaymentMethod ` object functions
10
+ - Some ` getX ` functions have been deprecated and renamed to simply ` X ` to avoid confusion with proper getter/setter
11
+ functions.
12
+ - ` getSmartrates() ` -> ` smartrates() `
13
+ - ` getLowestSmartRate() ` -> ` findLowestSmartrate() `
14
+ - Adds OS specific details to the user-agent header
15
15
16
16
## v5.5.0 (2022-06-21)
17
17
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.5 .0</version >
18
+ <version >5.6 .0</version >
19
19
</dependency >
20
20
```
21
21
Original file line number Diff line number Diff line change 1
- 5.5 .0
1
+ 5.6 .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.5 .0</version >
9
+ <version >5.6 .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