Skip to content

Commit 48c5d04

Browse files
committed
Prepare 2.8.0 release
1 parent cfb7bdc commit 48c5d04

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

4-
### 2.7.1 (????-??-??) ###
4+
### 2.8.0 (2014-10-03)
55

6+
* Added: Allow for greater flexibility in setting curl parameters by passing in
7+
an array.
8+
* Removed: GeoIP2 Omni support
69
* Removed: Cloudmade provider. They discontinued their service Apr/2014
710

811
### 2.7.0 (2014-09-14) ###

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"extra": {
3737
"branch-alias": {
38-
"dev-master": "2.7-dev"
38+
"dev-master": "2.8-dev"
3939
}
4040
}
4141
}

src/Geocoder/Geocoder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
2222
/**
2323
* Version
2424
*/
25-
const VERSION = '2.7.1-dev';
25+
const VERSION = '2.8.0';
2626

2727
/**
2828
* @var integer

0 commit comments

Comments
 (0)