From 1d714de9df43090f80b102b1df21fee0b1172dd0 Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Tue, 5 Sep 2023 14:31:45 -0600 Subject: [PATCH] - Prep release --- CHANGELOG.md | 2 +- README.md | 4 ++-- VERSION | 2 +- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c684358d9..29ce87c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v6.8.1 (2023-09-05) - Fix endpoint for creating a FedEx Smartpost carrier account diff --git a/README.md b/README.md index 02941c2b6..44be607b1 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.0 + 6.8.1 ``` @@ -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.0" +implementation "com.easypost:easypost-api-client:6.8.1" ``` **NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required. diff --git a/VERSION b/VERSION index e029aa99b..5f6c0863a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.8.0 +6.8.1 diff --git a/pom.xml b/pom.xml index 881e2b6b5..6f36d01bb 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.easypost easypost-api-client - 6.8.0 + 6.8.1 jar com.easypost:easypost-api-client