Skip to content

Commit

Permalink
Prepare 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Oct 9, 2015
1 parent e7fbe59 commit c9710d3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGELOG
=========

### 3.2.0 (2015-10-09)

* Added: add __toString() methods in AdminLevel and Country
* Added: __toString to StreamInterface mock
* Fixed: postal code for GeoIP2 provider
* Fixed: Make sure we check for an error in the response of the Yandex provider
* Fixed: emergency message "You need to specify the country and region codes."

### 3.1.0 (2015-08-13)

* Added: show more API error messages in `GoogleMaps`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
"dev-master": "3.2-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Geocoder/Geocoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface Geocoder
/**
* Version
*/
const VERSION = '3.1.1-dev';
const VERSION = '3.2.0';

/**
* Geocodes a given value.
Expand Down

0 comments on commit c9710d3

Please sign in to comment.