diff --git a/CHANGELOG.md b/CHANGELOG.md
index eda796717..de9de9ea6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG
-## Next Releease
+## v7.1.1 (2024-03-21)
- Fix `EasyPostTimeInTransitData` class and `easypostTimeInTransitData` property of `EstimatedDeliveryDate` class being publicly inaccessible
diff --git a/README.md b/README.md
index 38623c069..d0d0e0987 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Add this to your project's POM:
com.easypost
easypost-api-client
- 7.1.0
+ 7.1.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.1.0"
+implementation "com.easypost:easypost-api-client:7.1.1"
```
**NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required.
diff --git a/VERSION b/VERSION
index a3fcc7121..21c8c7b46 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-7.1.0
+7.1.1
diff --git a/pom.xml b/pom.xml
index 95cbdd58a..8ab16d1c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.easypost
easypost-api-client
- 7.1.0
+ 7.1.1
jar
com.easypost:easypost-api-client