From 455fbfed524b64005176a2a60fc5b3c4eabc0ae0 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Fri, 12 Apr 2024 16:08:19 -0600 Subject: [PATCH] - Prep for v7.2.1 release (#313) --- 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 99b8884b0..22e7f8ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v7.2.1 (2024-04-12) - Fix `Fields` serialization bug causing carrier account operations to fail diff --git a/README.md b/README.md index 2a8110028..3d91a7f5c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add this to your project's POM: com.easypost easypost-api-client - 7.2.0 + 7.2.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:7.2.0" +implementation "com.easypost:easypost-api-client:7.2.1" ``` **NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required. diff --git a/VERSION b/VERSION index 0ee843cc6..b26a34e47 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.2.0 +7.2.1 diff --git a/pom.xml b/pom.xml index 9759e0db5..57a70b76a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.easypost easypost-api-client - 7.2.0 + 7.2.1 jar com.easypost:easypost-api-client