From c0b3e19bb4b7cfdcf71f7a7656c508acfc201244 Mon Sep 17 00:00:00 2001 From: Jack Chen Date: Mon, 16 Sep 2024 16:06:25 -0400 Subject: [PATCH] prep release v7.4.3 (#335) --- 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 2921b38c..7c9d4b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v7.4.3 (2024-09-16) - Remove the custom DateDeserializer that contained a parsing issue. This change closes the related GitHub issue [#333](https://github.com/EasyPost/easypost-java/issues/333) diff --git a/README.md b/README.md index a06be6bd..0b9e94c4 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.2 + 7.4.3 ``` @@ -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.2" +implementation "com.easypost:easypost-api-client:7.4.3" ``` **NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required. diff --git a/VERSION b/VERSION index f8cb1fa1..0f4a1d6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.4.2 +7.4.3 diff --git a/pom.xml b/pom.xml index f3ffe7dc..ea049e37 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.easypost easypost-api-client - 7.4.2 + 7.4.3 jar com.easypost:easypost-api-client