Prepare for 0.8.0

This commit is contained in:
Gregory Oschwald 2014-09-10 12:41:40 -07:00
parent d52a0b057e
commit 0d90c7a78e
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
CHANGELOG
=========
0.8.0 (2014-0X-XX)
0.8.0 (2014-09-10)
------------------
* The `GeoIP2\Database\Reader` lookup methods (e.g., `city()`, `isp()`) now

View File

@ -26,7 +26,7 @@ You should now have the file `composer.phar` in your project directory.
Run in your project root:
```
php composer.phar require geoip2/geoip2:~0.7.0
php composer.phar require geoip2/geoip2:~0.8.0
```
You should now have the files `composer.json` and `composer.lock` as well as

View File

@ -14,7 +14,7 @@
],
"require": {
"guzzle/guzzle": "3.*",
"maxmind-db/reader": "~0.3.1",
"maxmind-db/reader": "~0.3.2",
"php": ">=5.3.1"
},
"require-dev": {