Skip to content

Commit c73ee7b

Browse files
committed
Prepare 2.4.1 release
1 parent b0c5d45 commit c73ee7b

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.1 (????-??-??) ###
4+
### 2.4.1 (2013-12-16) ###
55

6-
n/a
6+
* Fixed: MapQuestProvider now works with API keys
7+
* Fixed: ProviderInterface (bad argument name)
78

89
### 2.4.0 (2013-12-12) ###
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.1-dev';
25+
const VERSION = '2.4.1';
2626

2727
/**
2828
* @var integer

0 commit comments

Comments
 (0)