Skip to content

Commit 5c3a0d4

Browse files
committed
Prepare 2.2.0 release
1 parent 6a8c26b commit 5c3a0d4

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
CHANGELOG
22
=========
33

4-
### 2.1.1 (????-??-??) ###
4+
### 2.2.0 (2013-09-16) ###
55

6-
n/a
6+
* Added: ChainNoResultException for aggregating ChainProvider exceptions.
7+
* Added: CachedResponseAdapter for the test suite + cached responses
8+
* Updated: composer installation to the current recommendation from
9+
http://getcomposer.org/download/
710

811
### 2.1.0 (2013-08-27) ###
912

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"extra": {
3535
"branch-alias": {
36-
"dev-master": "2.1-dev"
36+
"dev-master": "2.2-dev"
3737
}
3838
}
3939
}

src/Geocoder/Geocoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
2222
/**
2323
* Version
2424
*/
25-
const VERSION = '2.1.1-dev';
25+
const VERSION = '2.2.0';
2626

2727
/**
2828
* @var integer

0 commit comments

Comments
 (0)