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 1dd56f4 commit 253154bCopy full SHA for 253154b
CHANGELOG.md
@@ -1,9 +1,14 @@
1
CHANGELOG
2
=========
3
4
-### 2.0.0 (????-??-??) ###
5
-
6
-n/a
+### 2.0.0 (2013-07-08) ###
+
+* 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
12
13
### 1.7.0 (2013-05-28) ###
14
src/Geocoder/Geocoder.php
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
22
/**
23
* Version
24
*/
25
- const VERSION = '2.0.0-dev';
+ const VERSION = '2.0.0';
26
27
28
* @var integer
0 commit comments