Skip to content

Commit 258e2f5

Browse files
committedJan 5, 2014
Prepare 2.4.2 release
1 parent b3e9649 commit 258e2f5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
CHANGELOG
22
=========
33

4-
### 2.4.2 (????-??-??) ###
4+
### 2.4.2 (2014-01-05) ###
55

6-
n/a
6+
* Fixed: GeoIPs provider expects a single location response due to recent API
7+
changes (#283).
78

89
### 2.4.1 (2013-12-16) ###
910

‎src/Geocoder/Geocoder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
2222
/**
2323
* Version
2424
*/
25-
const VERSION = '2.4.2-dev';
25+
const VERSION = '2.4.2';
2626

2727
/**
2828
* @var integer

0 commit comments

Comments
 (0)