Skip to content

Commit

Permalink
Prepare 3.0.0-alpha3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Feb 13, 2015
1 parent 6a7fbc4 commit b43b079
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

### 3.0.0-alpha3 (2015-02-13)

* Added: `LocaleTrait` to reduce code duplication
* Added: introduce admin levels concept (see PR #398)
* Fixed: GeoIP2 results use underscore case
* Merged: branch '2.x' (see releases 2.8.1 and 2.8.2 for more details)

### 3.0.0-alpha2 (2014-12-22)

* Added: Introduce `AddressCollection` class
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-alpha3';

/**
* Geocodes a given value.
Expand Down

0 comments on commit b43b079

Please sign in to comment.