File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
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+
411### 3.0.0-alpha3 (2015-02-13)
512
613* Added: ` LocaleTrait ` to reduce code duplication
Original file line number Diff line number Diff line change 3131 },
3232 "extra" : {
3333 "branch-alias" : {
34- "dev-master" : " 3.0 -dev"
34+ "dev-master" : " 3.1 -dev"
3535 }
3636 }
3737}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ interface Geocoder
2020 /**
2121 * Version
2222 */
23- const VERSION = '3.0.0-dev ' ;
23+ const VERSION = '3.0.0 ' ;
2424
2525 /**
2626 * Geocodes a given value.
You can’t perform that action at this time.
0 commit comments