Skip to content

Commit 3e315a3

Browse files
committed
Prepare 2.0.1 release
1 parent f8ad593 commit 3e315a3

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.0.1 (????-??-??) ###
4+
### 2.0.1 (2013-08-08) ###
55

6-
n/a
6+
* 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
79

810
### 2.0.0 (2013-07-08) ###
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.0.1-dev';
25+
const VERSION = '2.0.1';
2626

2727
/**
2828
* @var integer

0 commit comments

Comments
 (0)