Skip to content

Commit

Permalink
chore: prepare v6.9.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Oct 11, 2023
1 parent ddc9882 commit 67825c8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v6.9.0 (2023-10-11)

- Deprecates `user.apiKeys` which will be removed in a future release, please use the new `apiKey.all` and `apiKey.retrieveApiKeysForUser` functions instead instead
- Fixes various build warnings

## v6.8.1 (2023-09-05)

- Fix endpoint for creating a FedEx Smartpost carrier account
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.8.1</version>
<version>6.9.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.8.1"
implementation "com.easypost:easypost-api-client:6.9.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.8.1
6.9.0
2 changes: 1 addition & 1 deletion 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.8.1</version>
<version>6.9.0</version>
<packaging>jar</packaging>

<name>com.easypost:easypost-api-client</name>
Expand Down

0 comments on commit 67825c8

Please sign in to comment.