From 2533191d89ccea28f8dcf54030dc52a34e1fd3c5 Mon Sep 17 00:00:00 2001 From: William Durand Date: Mon, 20 Apr 2015 11:50:36 +0200 Subject: [PATCH] Prepare 3.0.0 (stable) release \o/ --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- src/Geocoder/Geocoder.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b461cf5a0..01482386c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG ========= +### 3.0.0 (2015-04-20) + +* Added: Introduce a `CollectionIsEmpty` exception, thrown when `AddressCollection` is empty. (Fix #412) +* Added: countrycode to Bing api calls +* Added: allow locale change with chain + + ### 3.0.0-alpha3 (2015-02-13) * Added: `LocaleTrait` to reduce code duplication diff --git a/composer.json b/composer.json index d8533ef34..7d9b8d995 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.1-dev" } } } diff --git a/src/Geocoder/Geocoder.php b/src/Geocoder/Geocoder.php index e84f4e890..ddb33e659 100644 --- a/src/Geocoder/Geocoder.php +++ b/src/Geocoder/Geocoder.php @@ -20,7 +20,7 @@ interface Geocoder /** * Version */ - const VERSION = '3.0.0-dev'; + const VERSION = '3.0.0'; /** * Geocodes a given value.