We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b570b5 commit 2533191Copy full SHA for 2533191
CHANGELOG.md
@@ -1,6 +1,13 @@
1
CHANGELOG
2
=========
3
4
+### 3.0.0 (2015-04-20)
5
+
6
+* Added: Introduce a `CollectionIsEmpty` exception, thrown when `AddressCollection` is empty. (Fix #412)
7
+* Added: countrycode to Bing api calls
8
+* Added: allow locale change with chain
9
10
11
### 3.0.0-alpha3 (2015-02-13)
12
13
* Added: `LocaleTrait` to reduce code duplication
composer.json
@@ -31,7 +31,7 @@
31
},
32
"extra": {
33
"branch-alias": {
34
- "dev-master": "3.0-dev"
+ "dev-master": "3.1-dev"
35
}
36
37
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';
24
25
26
* Geocodes a given value.
0 commit comments