Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 253154b

Browse files
committed
Prepare 2.0.0 release
1 parent 1dd56f4 commit 253154b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
CHANGELOG
22
=========
33

4-
### 2.0.0 (????-??-??) ###
5-
6-
n/a
4+
### 2.0.0 (2013-07-08) ###
5+
6+
* Fixed: tests due to data changes
7+
* Added: more doc. Fix #242
8+
* Added: setMaxResults method
9+
* Added support for cities in Yandex Provider
10+
* Fixed: GoogleMapsBusinessProvider provider (`client_id`)
11+
* Refactored: providers to leverage ResultFactories - fix #232 - POTENTIAL BC BREAK
712

813
### 1.7.0 (2013-05-28) ###
914

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.0-dev';
25+
const VERSION = '2.0.0';
2626

2727
/**
2828
* @var integer

0 commit comments

Comments
 (0)