We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e9649 commit 258e2f5Copy full SHA for 258e2f5
CHANGELOG.md
@@ -1,9 +1,10 @@
1
CHANGELOG
2
=========
3
4
-### 2.4.2 (????-??-??) ###
+### 2.4.2 (2014-01-05) ###
5
6
-n/a
+* Fixed: GeoIPs provider expects a single location response due to recent API
7
+ changes (#283).
8
9
### 2.4.1 (2013-12-16) ###
10
src/Geocoder/Geocoder.php
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
22
/**
23
* Version
24
*/
25
- const VERSION = '2.4.2-dev';
+ const VERSION = '2.4.2';
26
27
28
* @var integer
0 commit comments