Skip to content

Commit ccd6867

Browse files
committed
Prepare 3.0.0-alpha1 release
1 parent 2362670 commit ccd6867

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

4-
### 3.0.0 (????-??-??)
4+
## 3.0.0
5+
6+
### 3.0.0-alpha1
57

68
* Added: `using()` method now throws an exception if provider not found
79
* Added: new Result classes (`Address`, `Bounds`, `Region`, `Country`, `County`, `Coordinates`)
@@ -44,6 +46,8 @@ CHANGELOG
4446
* Removed: the `Geocoder` class does not exist anymore and has been replaced by
4547
the `ProviderAggregator` class
4648

49+
## 2.x
50+
4751
### 2.8.1 (2014-12-08)
4852

4953
* Fixed: freegeoip `zip_code` property because of an API change

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

2525
/**
2626
* Geocodes a given value.

0 commit comments

Comments
 (0)