We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7ca08 commit 463cd80Copy full SHA for 463cd80
CHANGELOG.md
@@ -1,9 +1,11 @@
1
CHANGELOG
2
=========
3
4
-### 2.3.3 (????-??-??) ###
+### 2.4.0 (2013-12-12) ###
5
6
-n/a
+* 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
9
10
### 2.3.2 (2013-11-06) ###
11
src/Geocoder/Geocoder.php
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
22
/**
23
* Version
24
*/
25
- const VERSION = '2.3.3-dev';
+ const VERSION = '2.4.0';
26
27
28
* @var integer
0 commit comments