From 9ebddfd3909fe29c3376e5ff5d22021ab34b119c Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 10 Sep 2026 14:51:01 -0700 Subject: [PATCH 1/2] Set release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8d30df..4d9ebde2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -4.2.0 +4.2.0 (2026-09-10) ------------------ * Fixed decoding of data pointers with offsets of 2 GiB or greater. Records From 6af91cf9cd5325f5d2f38e8da40d1984aaf59b5d Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 10 Sep 2026 14:51:50 -0700 Subject: [PATCH 2/2] Preparing for 4.2.0 --- README.md | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f760fd9d..717a36fe 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.1.0 + 4.2.0 ``` @@ -29,7 +29,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.maxmind.db:maxmind-db:4.1.0' + implementation 'com.maxmind.db:maxmind-db:4.2.0' } ``` diff --git a/pom.xml b/pom.xml index fe0f9209..756f0c9f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.maxmind.db maxmind-db - 4.1.0 + 4.2.0 jar MaxMind DB Reader Reader for MaxMind DB @@ -168,7 +168,7 @@ UTF-8 - 4.1.0 + 4.2.0