Skip to content

Commit 0ad25ae

Browse files
committed
Prepare for v0.7.2
1 parent 1683483 commit 0ad25ae

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

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+
412
0.7.1 (2014-04-02)
513
------------------
614

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.maxmind.db</groupId>
4141
<artifactId>maxmind-db</artifactId>
42-
<version>0.3.2</version>
42+
<version>0.3.3</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>junit</groupId>

0 commit comments

Comments
 (0)