Skip to content

Commit 88a859a

Browse files
committed
Prepare 3.0.0-alpha2 release
1 parent 4b23acd commit 88a859a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
CHANGELOG
22
=========
33

4-
## 3.0.0
4+
### 3.0.0-alpha2 (2014-12-22)
5+
6+
* Added: Introduce `AddressCollection` class
7+
* Added: new documentation
58

69
### 3.0.0-alpha1 (2014-12-18)
710

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

2525
/**
2626
* Geocodes a given value.

0 commit comments

Comments
 (0)