Skip to content

Commit

Permalink
Prepare 3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Dec 6, 2015
1 parent 1521965 commit ccc178e
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.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
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.2-dev"
"dev-master": "3.3-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.2.1-dev';
const VERSION = '3.3.0';

/**
* Geocodes a given value.
Expand Down

0 comments on commit ccc178e

Please sign in to comment.