From ccd6867e4e3a374fa64ead6e8463974b4ddfd00f Mon Sep 17 00:00:00 2001 From: William Durand Date: Thu, 18 Dec 2014 17:18:40 +0100 Subject: [PATCH] Prepare 3.0.0-alpha1 release --- CHANGELOG.md | 6 +++++- src/Geocoder/Geocoder.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4e18a5f..938c0a61d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ CHANGELOG ========= -### 3.0.0 (????-??-??) +## 3.0.0 + +### 3.0.0-alpha1 * Added: `using()` method now throws an exception if provider not found * Added: new Result classes (`Address`, `Bounds`, `Region`, `Country`, `County`, `Coordinates`) @@ -44,6 +46,8 @@ CHANGELOG * Removed: the `Geocoder` class does not exist anymore and has been replaced by the `ProviderAggregator` class +## 2.x + ### 2.8.1 (2014-12-08) * Fixed: freegeoip `zip_code` property because of an API change diff --git a/src/Geocoder/Geocoder.php b/src/Geocoder/Geocoder.php index 8c9c164ee..f9d77d78c 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-alpha1'; /** * Geocodes a given value.