Skip to content

Commit

Permalink
Prepare 2.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Oct 3, 2014
1 parent cfb7bdc commit 48c5d04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
CHANGELOG
=========

### 2.7.1 (????-??-??) ###
### 2.8.0 (2014-10-03)

* Added: Allow for greater flexibility in setting curl parameters by passing in
an array.
* Removed: GeoIP2 Omni support
* Removed: Cloudmade provider. They discontinued their service Apr/2014

### 2.7.0 (2014-09-14) ###
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
"dev-master": "2.8-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Geocoder/Geocoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
/**
* Version
*/
const VERSION = '2.7.1-dev';
const VERSION = '2.8.0';

/**
* @var integer
Expand Down

0 comments on commit 48c5d04

Please sign in to comment.