diff --git a/CHANGELOG.md b/CHANGELOG.md index 99175b668..1aa79543d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/composer.json b/composer.json index b19928167..b94d51236 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-master": "3.2-dev" } } } diff --git a/src/Geocoder/Geocoder.php b/src/Geocoder/Geocoder.php index 3760a5df5..9220fd619 100644 --- a/src/Geocoder/Geocoder.php +++ b/src/Geocoder/Geocoder.php @@ -20,7 +20,7 @@ interface Geocoder /** * Version */ - const VERSION = '3.1.1-dev'; + const VERSION = '3.2.0'; /** * Geocodes a given value.