From 35bf7f1ef1011da108d86e4f0b5092d4ffcd8fc9 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Fri, 3 Jan 2025 09:55:41 -0700 Subject: [PATCH] chore: prep 7.4.4 for 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 c1ee1475..c18f2a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v7.4.4 (2025-01-03) - Fixes how params are passed to the API when buying a pickup and providing a pickup rate (closes #340) - Removes the unusable buy a pickup overload where no params are specified as `carrier` and `service` are required paramaters when buying a pickup diff --git a/README.md b/README.md index 0b9e94c4..ce8bcbb3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add this to your project's POM: com.easypost easypost-api-client - 7.4.3 + 7.4.4 ``` @@ -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.4.3" +implementation "com.easypost:easypost-api-client:7.4.4" ``` **NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required. diff --git a/VERSION b/VERSION index 0f4a1d6e..4e61aeef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.4.3 +7.4.4 diff --git a/pom.xml b/pom.xml index e551425c..22101bb4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.easypost easypost-api-client - 7.4.3 + 7.4.4 jar com.easypost:easypost-api-client