diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa79543d..8bb806bfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +### 3.3.0 (2015-12-06) + +* Added: timezone field for `FreeGeoIp` provider +* Added: guess method for street and suburb +* Added: use city, town village or hamlet as locality +* Added: return ISO 3166-2 region codes for the US and the rest of the world +* Fixed: `AdminLevelCollection::checkLevel()` (#468) + ### 3.2.0 (2015-10-09) * Added: add __toString() methods in AdminLevel and Country diff --git a/composer.json b/composer.json index b94d51236..8a2bcd82c 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-master": "3.3-dev" } } } diff --git a/src/Geocoder/Geocoder.php b/src/Geocoder/Geocoder.php index fb91a654b..fa64528fc 100644 --- a/src/Geocoder/Geocoder.php +++ b/src/Geocoder/Geocoder.php @@ -20,7 +20,7 @@ interface Geocoder /** * Version */ - const VERSION = '3.2.1-dev'; + const VERSION = '3.3.0'; /** * Geocodes a given value.