diff --git a/CHANGELOG.md b/CHANGELOG.md index 01482386c..99175b668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG ========= +### 3.1.0 (2015-08-13) + +* Added: show more API error messages in `GoogleMaps` +* Fixed: require `http-adapter` `~0.8` +* Fixed: use `https` transport in Yandex provider (#431) +* Updated: documentation + ### 3.0.0 (2015-04-20) * Added: Introduce a `CollectionIsEmpty` exception, thrown when `AddressCollection` is empty. (Fix #412) diff --git a/src/Geocoder/Geocoder.php b/src/Geocoder/Geocoder.php index 5849b8ae1..f49530077 100644 --- a/src/Geocoder/Geocoder.php +++ b/src/Geocoder/Geocoder.php @@ -20,7 +20,7 @@ interface Geocoder /** * Version */ - const VERSION = '3.0.1-dev'; + const VERSION = '3.1.0'; /** * Geocodes a given value.