From 67825c80c64eb53a04a799c1aa5e33d624377660 Mon Sep 17 00:00:00 2001
From: Justintime50 <39606064+Justintime50@users.noreply.github.com>
Date: Wed, 11 Oct 2023 11:17:15 -0600
Subject: [PATCH] chore: prepare v6.9.0 for release
---
CHANGELOG.md | 5 +++++
README.md | 4 ++--
VERSION | 2 +-
pom.xml | 2 +-
4 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29ce87c5d..47c246efe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/README.md b/README.md
index 44be607b1..054c1c36c 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Add this to your project's POM:
com.easypost
easypost-api-client
- 6.8.1
+ 6.9.0
```
@@ -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.
diff --git a/VERSION b/VERSION
index 5f6c0863a..97f578152 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.8.1
+6.9.0
diff --git a/pom.xml b/pom.xml
index 2c9f67542..282e50230 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.easypost
easypost-api-client
- 6.8.1
+ 6.9.0
jar
com.easypost:easypost-api-client