Prepare for 0.8.1

This commit is contained in:
Gregory Oschwald 2014-09-12 07:13:37 -07:00
parent 2f9746c32b
commit 08697f2e7b
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
CHANGELOG
=========
0.8.1 (2014-09-12)
------------------
* The check added to the `GeoIP2\Database\Reader` lookup methods in 0.8.0 did
not work with the GeoIP2 City Database Subset by Continent with World
Countries databases. This has been fixed. Fixes GitHub issue #23.
0.8.0 (2014-09-10)
------------------

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.8.0
php composer.phar require geoip2/geoip2:~0.8.1
```
You should now have the files `composer.json` and `composer.lock` as well as