We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a906da commit 50e54f8Copy full SHA for 50e54f8
CHANGELOG.md
@@ -1,9 +1,13 @@
1
CHANGELOG
2
=========
3
4
-### 2.4.3 (????-??-??) ###
+### 2.5.0 (2014-05-16) ###
5
6
-n/a
+* Added: ability to set timeouts for `CurlHttpAdapter`
7
+* Added: support for a Google Maps API key
8
+* Added: premium support to `GeocoderCaProvider` + tests
9
+* Added: test against `hhvm-nightly` on Travis-CI
10
+* Updated: documentation
11
12
### 2.4.2 (2014-01-05) ###
13
composer.json
@@ -33,7 +33,7 @@
33
},
34
"extra": {
35
"branch-alias": {
36
- "dev-master": "2.4-dev"
+ "dev-master": "2.5-dev"
37
}
38
39
src/Geocoder/Geocoder.php
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
22
/**
23
* Version
24
*/
25
- const VERSION = '2.4.3-dev';
+ const VERSION = '2.5.0';
26
27
28
* @var integer
0 commit comments