diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c246efe..893aba36a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v6.9.1 (2023-11-16) + +- Fixes a bug where address verification errors were not being properly deserialized + ## 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 diff --git a/README.md b/README.md index 054c1c36c..c49e3b57a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add this to your project's POM: com.easypost easypost-api-client - 6.9.0 + 6.9.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.9.0" +implementation "com.easypost:easypost-api-client:6.9.1" ``` **NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required. diff --git a/VERSION b/VERSION index 97f578152..dc3829f5e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.9.0 +6.9.1 diff --git a/pom.xml b/pom.xml index 282e50230..b49d6ec24 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.easypost easypost-api-client - 6.9.0 + 6.9.1 jar com.easypost:easypost-api-client