diff --git a/CHANGELOG.md b/CHANGELOG.md
index ccba14f06..794e14f94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG
-## Next release
+## v7.1.0 (2024-01-08)
- Adds `allChildren` function in User service to get a paginated list of child users
- Adds `getNextPage` function in User service to get next paginated list of child users
diff --git a/README.md b/README.md
index 506459b7c..948709a7f 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Add this to your project's POM:
com.easypost
easypost-api-client
- 7.0.1
+ 7.1.0
```
@@ -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.0.1"
+implementation "com.easypost:easypost-api-client:7.1.0"
```
**NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required.
diff --git a/VERSION b/VERSION
index 9fe9ff9d9..a3fcc7121 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-7.0.1
+7.1.0
diff --git a/pom.xml b/pom.xml
index fcfedf690..95cbdd58a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.easypost
easypost-api-client
- 7.0.1
+ 7.1.0
jar
com.easypost:easypost-api-client