Updates for v0.4.0 release

This commit is contained in:
Gregory Oschwald 2013-07-16 12:40:34 -07:00
parent f0430b613d
commit 8febab1fe4
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
CHANGELOG
=========
0.4.0 (2013-07-16)
------------------
* This is the first release with the GeoIP2 database reader. Please see the
`README.md` file and the `\GeoIp2\Database\Reader` class.
* The general exception classes were replaced with specific exception classes
representing particular types of errors, such as an authentication error.
0.3.0 (2013-07-12)
------------------

View File

@ -58,6 +58,6 @@ git push git@github.com:maxmind/GeoIP2-php.git
git push
cd ..
git tag $TAG
git tag -a $TAG
git push
git push --tags

View File

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