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 f8ad593 commit 3e315a3Copy full SHA for 3e315a3
CHANGELOG.md
@@ -1,9 +1,11 @@
1
CHANGELOG
2
=========
3
4
-### 2.0.1 (????-??-??) ###
+### 2.0.1 (2013-08-08) ###
5
6
-n/a
+* Fixed: tests due to data changes
7
+* Fixed: use OpenStreetMap pedestrian tag for street name if road tag is not available
8
+* Updated: replace zendframework with zend-http
9
10
### 2.0.0 (2013-07-08) ###
11
src/Geocoder/Geocoder.php
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
22
/**
23
* Version
24
*/
25
- const VERSION = '2.0.1-dev';
+ const VERSION = '2.0.1';
26
27
28
* @var integer
0 commit comments