Skip to content

Commit 71fd187

Browse files
committed
Prepare for 0.7.0
1 parent 2f5bdca commit 71fd187

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
CHANGELOG
22
=========
33

4-
0.7.0 (2013-10-XX)
4+
0.7.0 (2013-11-05)
55
------------------
66

77
* Renamed `getSubdivisionsList` to `getSubdivisions` on `AbstractNamedRecord`.
8+
* An `InputStream` constructor was added to the `DatabaseReader.Builder`
9+
class. This reads the stream into memory as if it was using the
10+
`FileMode.MEMORY` mode. Patch by Matthew Daniel.
11+
* The source code is now attached during packaging. Patch by Matthew Daniel.
812

913
0.6.0 (2013-10-23)
1014
------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To do this, add the dependency to your pom.xml:
3232
<dependency>
3333
<groupId>com.maxmind.geoip2</groupId>
3434
<artifactId>geoip2</artifactId>
35-
<version>0.6.0</version>
35+
<version>0.7.0</version>
3636
</dependency>
3737
```
3838

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.1-SNAPSHOT</version>
42+
<version>0.3.1</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>junit</groupId>

0 commit comments

Comments
 (0)