Skip to content

Commit 50e54f8

Browse files
committed
Prepare 2.5.0 release
1 parent 8a906da commit 50e54f8

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
CHANGELOG
22
=========
33

4-
### 2.4.3 (????-??-??) ###
4+
### 2.5.0 (2014-05-16) ###
55

6-
n/a
6+
* 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
711

812
### 2.4.2 (2014-01-05) ###
913

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"extra": {
3535
"branch-alias": {
36-
"dev-master": "2.4-dev"
36+
"dev-master": "2.5-dev"
3737
}
3838
}
3939
}

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.4.3-dev';
25+
const VERSION = '2.5.0';
2626

2727
/**
2828
* @var integer

0 commit comments

Comments
 (0)