Skip to content

Commit

Permalink
Merge pull request #223 from EasyPost/v6.1.0
Browse files Browse the repository at this point in the history
chore: prepare v6.1.0 for release
  • Loading branch information
Justintime50 authored Jan 11, 2023
2 parents 1be0099 + 36d385f commit 5944c1e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CHANGELOG

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

- [ADDED] Adds new beta billing functionality for ReferralCustomer users
- Adds new beta billing functionality for ReferralCustomer users
- `addPaymentMethod` can add a pre-existing Stripe bank account or credit card to your EasyPost account
- `refundByAmount` refunds your wallet by a dollar amount
- `refundByPaymentLog` refunds you wallet by a PaymentLog ID
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this to your project's POM:
<dependency>
<groupId>com.easypost</groupId>
<artifactId>easypost-api-client</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
</dependency>
```

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

```groovy
implementation "com.easypost:easypost-api-client:6.0.0"
implementation "com.easypost:easypost-api-client:6.1.0"
```

**NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0
6.1.0
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.easypost</groupId>
<artifactId>easypost-api-client</artifactId>

<version>6.0.0</version>
<version>6.1.0</version>
<packaging>jar</packaging>

<name>com.easypost:easypost-api-client</name>
Expand Down Expand Up @@ -223,7 +223,7 @@
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg>
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg>
</compilerArgs>
</compilerArgs>
<annotationProcessorPaths>
<path>
<groupId>com.google.errorprone</groupId>
Expand Down

0 comments on commit 5944c1e

Please sign in to comment.