Skip to content

Commit f14bbdb

Browse files
authored
Merge pull request #160 from EasyPost/v5.6.0
chore: prepares v5.6.0 for release
2 parents c7346ba + 76c6768 commit f14bbdb

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

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

3-
## Next Release
3+
## v5.6.0 (2022-07-11)
44

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
105
- Adds `Billing.retrievePaymentMethods()`, `Billing.fundWallet()`, and `Billing.deletePaymentMethod()` functions
116
- Deprecates some existing payment method and credit card functions and features (repleaced by new Billing functions):
127
- Deprecates `CreditCard.fund()` and `CreditCard.delete()` functions
138
- Deprecates `PaymentMethod.all()` function
149
- 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
1515

1616
## v5.5.0 (2022-06-21)
1717

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.5.0</version>
18+
<version>5.6.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.5.0
1+
5.6.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.5.0</version>
9+
<version>5.6.0</version>
1010
<packaging>jar</packaging>
1111

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

0 commit comments

Comments
 (0)