Skip to content

Commit 463cd80

Browse files
committed
Prepare 2.4.0 release
1 parent cf7ca08 commit 463cd80

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
CHANGELOG
22
=========
33

4-
### 2.3.3 (????-??-??) ###
4+
### 2.4.0 (2013-12-12) ###
55

6-
n/a
6+
* Added: MapQuest ApiKey required for open services
7+
* Removed: unused class constants
8+
* Removed: deprecated class that is not used anymore since 2.0.0
79

810
### 2.3.2 (2013-11-06) ###
911

src/Geocoder/Geocoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
2222
/**
2323
* Version
2424
*/
25-
const VERSION = '2.3.3-dev';
25+
const VERSION = '2.4.0';
2626

2727
/**
2828
* @var integer

0 commit comments

Comments
 (0)