Skip to content

Commit 4db71a3

Browse files
authored
Merge pull request #371 from maxmind/greg/stf-411-release
Release 4.1.0
2 parents e12266a + 64fe447 commit 4db71a3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
4.1.0
4+
4.1.0 (2026-05-12)
55
------------------
66

77
* Fixed unbounded off-heap memory growth when initializing the reader in

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml:
1616
<dependency>
1717
<groupId>com.maxmind.db</groupId>
1818
<artifactId>maxmind-db</artifactId>
19-
<version>4.0.2</version>
19+
<version>4.1.0</version>
2020
</dependency>
2121
```
2222

@@ -29,7 +29,7 @@ repositories {
2929
mavenCentral()
3030
}
3131
dependencies {
32-
compile 'com.maxmind.db:maxmind-db:4.0.2'
32+
implementation 'com.maxmind.db:maxmind-db:4.1.0'
3333
}
3434
```
3535

@@ -302,6 +302,6 @@ The MaxMind DB Reader API uses [Semantic Versioning](https://semver.org/).
302302

303303
## Copyright and License ##
304304

305-
This software is Copyright (c) 2014-2025 by MaxMind, Inc.
305+
This software is Copyright (c) 2014-2026 by MaxMind, Inc.
306306

307307
This is free software, licensed under the Apache License, Version 2.0.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.maxmind.db</groupId>
55
<artifactId>maxmind-db</artifactId>
6-
<version>4.0.2</version>
6+
<version>4.1.0</version>
77
<packaging>jar</packaging>
88
<name>MaxMind DB Reader</name>
99
<description>Reader for MaxMind DB</description>
@@ -168,7 +168,7 @@
168168
<properties>
169169
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
170170
<!-- Baseline version for API compatibility checking. Update after each release. -->
171-
<japicmp.baselineVersion>4.0.2</japicmp.baselineVersion>
171+
<japicmp.baselineVersion>4.1.0</japicmp.baselineVersion>
172172
</properties>
173173
<profiles>
174174
<profile>

0 commit comments

Comments
 (0)