diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66495a7..50aff6c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
CHANGELOG
=========
-4.1.0
+4.1.0 (2026-05-12)
------------------
* Fixed unbounded off-heap memory growth when initializing the reader in
diff --git a/README.md b/README.md
index 6472da9..ab728fe 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml:
com.maxmind.db
maxmind-db
- 4.0.2
+ 4.1.0
```
@@ -29,7 +29,7 @@ repositories {
mavenCentral()
}
dependencies {
- compile 'com.maxmind.db:maxmind-db:4.0.2'
+ implementation 'com.maxmind.db:maxmind-db:4.1.0'
}
```
@@ -302,6 +302,6 @@ The MaxMind DB Reader API uses [Semantic Versioning](https://semver.org/).
## Copyright and License ##
-This software is Copyright (c) 2014-2025 by MaxMind, Inc.
+This software is Copyright (c) 2014-2026 by MaxMind, Inc.
This is free software, licensed under the Apache License, Version 2.0.
diff --git a/pom.xml b/pom.xml
index 091c090..792e726 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.maxmind.db
maxmind-db
- 4.0.2
+ 4.1.0
jar
MaxMind DB Reader
Reader for MaxMind DB
@@ -168,7 +168,7 @@
UTF-8
- 4.0.2
+ 4.1.0