From 6834bcf12477817721c9f3bae4e81eca7e7b3d08 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 5 May 2025 12:46:49 -0700 Subject: [PATCH 1/6] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ed94358..0898d25f 100644 --- a/README.md +++ b/README.md @@ -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 From cb640a2e3d3ac2ba052877e1ed3c96b68fec083f Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 5 May 2025 12:47:04 -0700 Subject: [PATCH 2/6] Update copyright years --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0898d25f..a97d4339 100644 --- a/README.md +++ b/README.md @@ -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. From 5deb06011b89b145ffcbc338f7d358c46af6f2e4 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 5 May 2025 12:47:09 -0700 Subject: [PATCH 3/6] Set release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 5127abef4f4bd845c13d0379d3a2e7cf08fa2298 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 5 May 2025 12:47:28 -0700 Subject: [PATCH 4/6] update version number in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a97d4339..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' } ``` From 2c404afadebcdaf7b43dfed0faf68c4b3c6c443d Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 5 May 2025 12:47:46 -0700 Subject: [PATCH 5/6] [maven-release-plugin] prepare release v4.3.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c0307781..bf164baf 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.maxmind.geoip2 geoip2 - 4.2.2-SNAPSHOT + 4.3.0 jar MaxMind GeoIP2 API GeoIP2 webservice client and database reader @@ -23,7 +23,7 @@ https://github.com/maxmind/GeoIP2-java scm:git:git://github.com:maxmind/GeoIP2-java.git scm:git:git@github.com:maxmind/GeoIP2-java.git - HEAD + v4.3.0 https://github.com/maxmind/GeoIP2-java/issues From 813d491e06a1bd2e7269c112430e49d90db17da2 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 5 May 2025 12:47:47 -0700 Subject: [PATCH 6/6] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bf164baf..8c2fab5e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.maxmind.geoip2 geoip2 - 4.3.0 + 4.3.1-SNAPSHOT jar MaxMind GeoIP2 API GeoIP2 webservice client and database reader @@ -23,7 +23,7 @@ https://github.com/maxmind/GeoIP2-java scm:git:git://github.com:maxmind/GeoIP2-java.git scm:git:git@github.com:maxmind/GeoIP2-java.git - v4.3.0 + HEAD https://github.com/maxmind/GeoIP2-java/issues