Skip to content

Commit

Permalink
Prepare 2.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Sep 14, 2014
1 parent f72ba69 commit 830f365
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
CHANGELOG
=========

### 2.6.1 (????-??-??) ###
### 2.7.0 (2014-09-14) ###

n/a
* Added: **new** provider: `OpenCageProvider`
[geocoder.opencagedata.com](http://geocoder.opencagedata.com/)
* Fixed: `MapQuestProvider` when no relevant data are fetched
* Fixed: Ensure mb `formatString` is congruent to standard `ucwords()`
functionality

### 2.6.0 (2014-09-02) ###

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.6-dev"
"dev-master": "2.7-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.6.1-dev';
const VERSION = '2.7.0';

/**
* @var integer
Expand Down

0 comments on commit 830f365

Please sign in to comment.