We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b23acd commit 88a859aCopy full SHA for 88a859a
CHANGELOG.md
@@ -1,7 +1,10 @@
1
CHANGELOG
2
=========
3
4
-## 3.0.0
+### 3.0.0-alpha2 (2014-12-22)
5
+
6
+* Added: Introduce `AddressCollection` class
7
+* Added: new documentation
8
9
### 3.0.0-alpha1 (2014-12-18)
10
src/Geocoder/Geocoder.php
@@ -20,7 +20,7 @@ interface Geocoder
20
/**
21
* Version
22
*/
23
- const VERSION = '3.0.0-dev';
+ const VERSION = '3.0.0-alpha2';
24
25
26
* Geocodes a given value.
0 commit comments