Skip to content

Commit 5944c1e

Browse files
authored
Merge pull request #223 from EasyPost/v6.1.0
chore: prepare v6.1.0 for release
2 parents 1be0099 + 36d385f commit 5944c1e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

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

3-
## Next Release
3+
## v6.1.0 (2023-01-11)
44

5-
- [ADDED] Adds new beta billing functionality for ReferralCustomer users
5+
- Adds new beta billing functionality for ReferralCustomer users
66
- `addPaymentMethod` can add a pre-existing Stripe bank account or credit card to your EasyPost account
77
- `refundByAmount` refunds your wallet by a dollar amount
88
- `refundByPaymentLog` refunds you wallet by a PaymentLog ID

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this to your project's POM:
1616
<dependency>
1717
<groupId>com.easypost</groupId>
1818
<artifactId>easypost-api-client</artifactId>
19-
<version>6.0.0</version>
19+
<version>6.1.0</version>
2020
</dependency>
2121
```
2222

@@ -25,7 +25,7 @@ Add this to your project's POM:
2525
Add this to your project's build file:
2626

2727
```groovy
28-
implementation "com.easypost:easypost-api-client:6.0.0"
28+
implementation "com.easypost:easypost-api-client:6.1.0"
2929
```
3030

3131
**NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.0
1+
6.1.0

pom.xml

Lines changed: 2 additions & 2 deletions
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>6.0.0</version>
9+
<version>6.1.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>com.easypost:easypost-api-client</name>
@@ -223,7 +223,7 @@
223223
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg>
224224
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
225225
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg>
226-
</compilerArgs>
226+
</compilerArgs>
227227
<annotationProcessorPaths>
228228
<path>
229229
<groupId>com.google.errorprone</groupId>

0 commit comments

Comments
 (0)