diff --git a/CHANGELOG.md b/CHANGELOG.md index c804122e5..efc8b3adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ CHANGELOG ========= -### 2.4.2 (????-??-??) ### +### 2.4.2 (2014-01-05) ### -n/a +* Fixed: GeoIPs provider expects a single location response due to recent API + changes (#283). ### 2.4.1 (2013-12-16) ### diff --git a/src/Geocoder/Geocoder.php b/src/Geocoder/Geocoder.php index e97cd2b0b..0214fb250 100644 --- a/src/Geocoder/Geocoder.php +++ b/src/Geocoder/Geocoder.php @@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface /** * Version */ - const VERSION = '2.4.2-dev'; + const VERSION = '2.4.2'; /** * @var integer