File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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
13140.7.2 (2014-06-02)
1415------------------
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments