diff --git a/CHANGELOG.md b/CHANGELOG.md
index b00f10c5..1ae86f47 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
CHANGELOG
=========
-4.3.0
+4.3.0 (2025-05-05)
------------------
* Support for the GeoIP Anonymous Plus database has been added. To do a
diff --git a/README.md b/README.md
index 2ed94358..77cb57ee 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.2.1
+ 4.3.0
```
@@ -30,7 +30,7 @@ repositories {
mavenCentral()
}
dependencies {
- compile 'com.maxmind.geoip2:geoip2:4.2.1'
+ compile 'com.maxmind.geoip2:geoip2:4.3.0'
}
```
@@ -490,7 +490,7 @@ we suggest creating one object and sharing that across threads.
## What data is returned? ##
While many of the location databases and web services return the same
-basic records, the attributes poplulated can vary. In addition, MaxMind does
+basic records, the attributes populated can vary. In addition, MaxMind does
not always have every piece of data for any given IP address.
Because of these factors, it is possible for any web service to return a record
@@ -560,6 +560,6 @@ The GeoIP2 Java API uses [Semantic Versioning](https://semver.org/).
## Copyright and License ##
-This software is Copyright (c) 2013-2023 by MaxMind, Inc.
+This software is Copyright (c) 2013-2025 by MaxMind, Inc.
This is free software, licensed under the Apache License, Version 2.0.
diff --git a/pom.xml b/pom.xml
index c0307781..8c2fab5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.maxmind.geoip2
geoip2
- 4.2.2-SNAPSHOT
+ 4.3.1-SNAPSHOT
jar
MaxMind GeoIP2 API
GeoIP2 webservice client and database reader