Updates for v0.4.0 release
This commit is contained in:
parent
f0430b613d
commit
8febab1fe4
|
@ -1,6 +1,14 @@
|
||||||
CHANGELOG
|
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)
|
0.3.0 (2013-07-12)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -58,6 +58,6 @@ git push git@github.com:maxmind/GeoIP2-php.git
|
||||||
git push
|
git push
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
git tag $TAG
|
git tag -a $TAG
|
||||||
git push
|
git push
|
||||||
git push --tags
|
git push --tags
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"guzzle/guzzle": "3.*",
|
"guzzle/guzzle": "3.*",
|
||||||
"maxmind-db/reader": "dev-master",
|
"maxmind-db/reader": "0.1.*",
|
||||||
"php": ">=5.3.1"
|
"php": ">=5.3.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user