From b65c975d708f6824e33f7d92c3261724ebce232a Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Wed, 24 Jul 2024 15:49:40 -0600 Subject: [PATCH] - Prep for v7.4.1 release (#324) --- CHANGELOG.md | 2 +- README.md | 4 ++-- VERSION | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a09906d3..f0ac2a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v7.4.1 (2024-07-24) - Fix bug where response hooks were not being called if an API request failed diff --git a/README.md b/README.md index b72cfd99..a767fd54 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.0 + 7.4.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.4.0" +implementation "com.easypost:easypost-api-client:7.4.1" ``` **NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required. diff --git a/VERSION b/VERSION index ba7f754d..815da58b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.4.0 +7.4.1