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 e684f49 commit dc7f174Copy full SHA for dc7f174
CHANGELOG.md
@@ -1,9 +1,10 @@
1
CHANGELOG
2
=========
3
4
-### 1.5.2 (????-??-??) ###
+### 1.6.0 (2013-05-22) ###
5
6
-n/a
+* Added: API key to MapQuestProvider
7
+* Fixed: DataScienceToolkitProvider test
8
9
### 1.5.1 (2013-05-15) ###
10
composer.json
@@ -32,7 +32,7 @@
32
},
33
"extra": {
34
"branch-alias": {
35
- "dev-master": "1.5-dev"
+ "dev-master": "1.6-dev"
36
}
37
38
src/Geocoder/Geocoder.php
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
22
/**
23
* Version
24
*/
25
- const VERSION = '1.5.2-dev';
+ const VERSION = '1.6.0';
26
27
28
* @var ProviderInterface[]
0 commit comments