Skip to content

Commit ab43763

Browse files
committed
Prepare for 0.8.1
1 parent e31e1c8 commit ab43763

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

4+
0.8.1 (2014-08-27)
5+
------------------
6+
7+
* Updated to depend on the latest version of `com.maxmind.db` and
8+
`com.fasterxml.jackson.core`.
9+
410
0.8.0 (2014-07-22)
511
------------------
612

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To do this, add the dependency to your pom.xml:
2828
<dependency>
2929
<groupId>com.maxmind.geoip2</groupId>
3030
<artifactId>geoip2</artifactId>
31-
<version>0.8.1-SNAPSHOT</version>
31+
<version>0.8.1</version>
3232
</dependency>
3333
```
3434

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

0 commit comments

Comments
 (0)