From df2ec0dafac563dc9f25aa2c701f35a5364e7354 Mon Sep 17 00:00:00 2001 From: jchen293 Date: Mon, 15 Jul 2024 16:51:27 -0400 Subject: [PATCH] prep release v7.3.0 --- 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 dfc4ace57..516f16d78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v7.3.0 (2024-07-15) - Adds new `shipment.recommendShipDate`, `smartrate.recommendShipDate`, and `smartrate.estimateDeliveryDate` functions - Routes `UpsAccount`, `UpsMailInnovationsAccount`, and `UpsSurepostAccount` create/update requests to the new `/ups_oauth_registrations` endpoint diff --git a/README.md b/README.md index ef0c55b32..23418f714 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.1 + 7.3.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:7.2.1" +implementation "com.easypost:easypost-api-client:7.3.0" ``` **NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required. diff --git a/VERSION b/VERSION index b26a34e47..150202076 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.2.1 +7.3.0 diff --git a/pom.xml b/pom.xml index 57a70b76a..29b5720a5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.easypost easypost-api-client - 7.2.1 + 7.3.0 jar com.easypost:easypost-api-client