Skip to content

Commit

Permalink
Prepare for 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Sep 10, 2014
1 parent d52a0b0 commit 0d90c7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 0d90c7a

Please sign in to comment.