Skip to content

Commit

Permalink
Prepare 2.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Sep 2, 2014
1 parent b170e11 commit aeae3a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
CHANGELOG
=========

### 2.5.1 (????-??-??) ###

n/a
### 2.6.0 (2014-09-02) ###

* Added: `region` and `regionCode` to GeoIP2Provider
* Added: throw `InvalidCredentialsException` with GoogleMapsBusinessProvider
* Added: support in MapQuestProvider for licensed endpoints (#318)
* Added: it is now possible to set the user agent in `CurlHttpAdapter`
* Fixed: google maps provider test
* Fixed: GeoPlugin returns 206 for anonymous proxies
* Removed: Google's sensor parameter
* Updated: Travis-CI config, doc, tests

### 2.5.0 (2014-05-16) ###

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.5-dev"
"dev-master": "2.6-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.5.1-dev';
const VERSION = '2.6.0';

/**
* @var integer
Expand Down

0 comments on commit aeae3a5

Please sign in to comment.