diff --git a/CHANGELOG.md b/CHANGELOG.md index b57c30d81..c365fda89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +### 1.7.0 (2013-05-28) ### + +* Updated: Geocoder now uses the official geoip library +* Added: LocaleAwareProviderInterface + ### 1.6.0 (2013-05-22) ### * Added: API key to MapQuestProvider diff --git a/src/Geocoder/Geocoder.php b/src/Geocoder/Geocoder.php index f01c6c1dc..90e01bb4c 100644 --- a/src/Geocoder/Geocoder.php +++ b/src/Geocoder/Geocoder.php @@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface /** * Version */ - const VERSION = '1.6.0'; + const VERSION = '1.7.0'; /** * @var ProviderInterface[]