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