Skip to content

Commit 2533191

Browse files
committed
Prepare 3.0.0 (stable) release \o/
1 parent 6b570b5 commit 2533191

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"extra": {
3333
"branch-alias": {
34-
"dev-master": "3.0-dev"
34+
"dev-master": "3.1-dev"
3535
}
3636
}
3737
}

src/Geocoder/Geocoder.php

+1-1
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)