Skip to content

Commit b43b079

Browse files
committed
Prepare 3.0.0-alpha3 release
1 parent 6a7fbc4 commit b43b079

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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-alpha3 (2015-02-13)
5+
6+
* Added: `LocaleTrait` to reduce code duplication
7+
* Added: introduce admin levels concept (see PR #398)
8+
* Fixed: GeoIP2 results use underscore case
9+
* Merged: branch '2.x' (see releases 2.8.1 and 2.8.2 for more details)
10+
411
### 3.0.0-alpha2 (2014-12-22)
512

613
* Added: Introduce `AddressCollection` class

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-alpha3';
2424

2525
/**
2626
* Geocodes a given value.

0 commit comments

Comments
 (0)