From 6300d3f5527f7c155acb8df2acb6d1351454c07a Mon Sep 17 00:00:00 2001 From: Jack Chen Date: Fri, 9 Aug 2024 15:14:41 -0400 Subject: [PATCH] prep release v7.4.2 (#329) --- 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 c241116d..6ee47df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v7.4.2 (2024-08-09) - Fix pagination parameters for `getNextPage` in `User` service diff --git a/README.md b/README.md index a767fd54..a06be6bd 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.1 + 7.4.2 ``` @@ -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.1" +implementation "com.easypost:easypost-api-client:7.4.2" ``` **NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required. diff --git a/VERSION b/VERSION index 815da58b..f8cb1fa1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.4.1 +7.4.2 diff --git a/pom.xml b/pom.xml index 9d40268f..f3ffe7dc 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.easypost easypost-api-client - 7.4.1 + 7.4.2 jar com.easypost:easypost-api-client