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