File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## Next Release
3
+ ## v6.1.0 (2023-01-11)
4
4
5
- - [ ADDED ] Adds new beta billing functionality for ReferralCustomer users
5
+ - Adds new beta billing functionality for ReferralCustomer users
6
6
- ` addPaymentMethod ` can add a pre-existing Stripe bank account or credit card to your EasyPost account
7
7
- ` refundByAmount ` refunds your wallet by a dollar amount
8
8
- ` refundByPaymentLog ` refunds you wallet by a PaymentLog ID
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add this to your project's POM:
16
16
<dependency >
17
17
<groupId >com.easypost</groupId >
18
18
<artifactId >easypost-api-client</artifactId >
19
- <version >6.0 .0</version >
19
+ <version >6.1 .0</version >
20
20
</dependency >
21
21
```
22
22
@@ -25,7 +25,7 @@ Add this to your project's POM:
25
25
Add this to your project's build file:
26
26
27
27
``` groovy
28
- implementation "com.easypost:easypost-api-client:6.0 .0"
28
+ implementation "com.easypost:easypost-api-client:6.1 .0"
29
29
```
30
30
31
31
** NOTE:** [ Google Gson] ( http://code.google.com/p/google-gson/ ) is required.
Original file line number Diff line number Diff line change 1
- 6.0 .0
1
+ 6.1 .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 >6.0 .0</version >
9
+ <version >6.1 .0</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >com.easypost:easypost-api-client</name >
223
223
<arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg >
224
224
<arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg >
225
225
<arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg >
226
- </compilerArgs >
226
+ </compilerArgs >
227
227
<annotationProcessorPaths >
228
228
<path >
229
229
<groupId >com.google.errorprone</groupId >
You can’t perform that action at this time.
0 commit comments