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 fe513e4 commit 3972258Copy full SHA for 3972258
CHANGELOG.md
@@ -1,9 +1,11 @@
1
CHANGELOG
2
=========
3
4
-### 2.0.2 (????-??-??) ###
+### 2.1.0 (2013-08-27) ###
5
6
-n/a
+* Added: Generic NominatimProvider
7
+* Fixed: GoogleBusinessProvider "client_id" parameter back to just "client".
8
+ This reverts commit 532345bbd41221d2460591844dfffb04194c66
9
10
### 2.0.1 (2013-08-08) ###
11
src/Geocoder/Geocoder.php
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
22
/**
23
* Version
24
*/
25
- const VERSION = '2.0.2-dev';
+ const VERSION = '2.1.0';
26
27
28
* @var integer
0 commit comments