We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb7bdc commit 48c5d04Copy full SHA for 48c5d04
CHANGELOG.md
@@ -1,8 +1,11 @@
1
CHANGELOG
2
=========
3
4
-### 2.7.1 (????-??-??) ###
+### 2.8.0 (2014-10-03)
5
6
+* Added: Allow for greater flexibility in setting curl parameters by passing in
7
+ an array.
8
+* Removed: GeoIP2 Omni support
9
* Removed: Cloudmade provider. They discontinued their service Apr/2014
10
11
### 2.7.0 (2014-09-14) ###
composer.json
@@ -35,7 +35,7 @@
35
},
36
"extra": {
37
"branch-alias": {
38
- "dev-master": "2.7-dev"
+ "dev-master": "2.8-dev"
39
}
40
41
src/Geocoder/Geocoder.php
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
22
/**
23
* Version
24
*/
25
- const VERSION = '2.7.1-dev';
+ const VERSION = '2.8.0';
26
27
28
* @var integer
0 commit comments