Skip to content

Commit 5725509

Browse files
committed
Prepare for 0.3.1
1 parent df7f600 commit 5725509

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

4+
0.3.1 (2013-11-05)
5+
------------------
6+
7+
* An `InputStream` constructor was added to the `Reader` class. This reads the
8+
stream into memory as if it was using `FileMode.MEMORY`. Patch by Matthew
9+
Daniel.
10+
* The source code is now attached during packaging. Patch by Matthew Daniel.
11+
* The artifact ID was changed to `maxmind-db` in order to increase naming
12+
consistency.
13+
414
0.3.0 (2013-10-17)
515
------------------
616

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To do this, add the dependency to your pom.xml:
1919
<dependency>
2020
<groupId>com.maxmind.db</groupId>
2121
<artifactId>maxmind-db</artifactId>
22-
<version>0.3.1-SNAPSHOT</version>
22+
<version>0.3.1</version>
2323
</dependency>
2424
```
2525

0 commit comments

Comments
 (0)