Skip to content

Commit 11e757b

Browse files
committed
Prepare for 0.8.0
1 parent 5f2fbc3 commit 11e757b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

4-
0.8.0 (2014-07-XX)
4+
0.8.0 (2014-07-22)
55
------------------
66

77
* The web service client API has been updated for the v2.1 release of the web
88
service. In particular, the `cityIspOrg` and `omni` methods on
99
`WebServiceClient` have been deprecated. The `city` method now provides all
1010
of the data formerly provided by `cityIspOrg`, and the `omni` method has
1111
been replaced by the `insights` method.
12+
* Support was added for the GeoIP2 Connection Type, Domain, and ISP databases.
1213

1314
0.7.2 (2014-06-02)
1415
------------------

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.0-SNAPSHOT</version>
31+
<version>0.8.0</version>
3232
</dependency>
3333
```
3434

0 commit comments

Comments
 (0)