Skip to content

Commit

Permalink
Prepare 3.0.0-alpha1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Dec 18, 2014
1 parent 2362670 commit ccd6867
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Geocoder/Geocoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface Geocoder
/**
* Version
*/
const VERSION = '3.0.0-dev';
const VERSION = '3.0.0-alpha1';

/**
* Geocodes a given value.
Expand Down

0 comments on commit ccd6867

Please sign in to comment.