We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1683483 commit 0ad25aeCopy full SHA for 0ad25ae
CHANGELOG.md
@@ -1,6 +1,14 @@
1
CHANGELOG
2
=========
3
4
+0.7.2 (2014-06-02)
5
+------------------
6
+
7
+* Updated to version 0.3.3 of `maxmind-db`, which fixes a potential resource
8
+ leak when used with a thread pool.
9
+* Updated Google HTTP Client dependency.
10
+* The Maven build was updated to include a zip file with all dependencies.
11
12
0.7.1 (2014-04-02)
13
------------------
14
pom.xml
@@ -39,7 +39,7 @@
39
<dependency>
40
<groupId>com.maxmind.db</groupId>
41
<artifactId>maxmind-db</artifactId>
42
- <version>0.3.2</version>
+ <version>0.3.3</version>
43
</dependency>
44
45
<groupId>junit</groupId>
0 commit comments