diff --git a/CHANGELOG.md b/CHANGELOG.md
index f7ea3b41..58c65c93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
CHANGELOG
=========
-4.4.0
+4.4.0 (2025-08-28)
------------------
* `WebServiceClient.Builder` now has an `httpClient()` method to allow
diff --git a/README.md b/README.md
index 247bb549..44ac35da 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ To do this, add the dependency to your pom.xml:
com.maxmind.geoip2
geoip2
- 4.3.1
+ 4.4.0
```
@@ -30,7 +30,7 @@ repositories {
mavenCentral()
}
dependencies {
- compile 'com.maxmind.geoip2:geoip2:4.3.1'
+ compile 'com.maxmind.geoip2:geoip2:4.4.0'
}
```
diff --git a/pom.xml b/pom.xml
index d57c2c13..91472e22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.maxmind.geoip2
geoip2
- 4.3.1
+ 4.4.0
jar
MaxMind GeoIP2 API
GeoIP2 webservice client and database reader