File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
- ### 2.1.1 (????-??-?? ) ###
4
+ ### 2.2.0 (2013-09-16 ) ###
5
5
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/
7
10
8
11
### 2.1.0 (2013-08-27) ###
9
12
Original file line number Diff line number Diff line change 33
33
},
34
34
"extra" : {
35
35
"branch-alias" : {
36
- "dev-master" : " 2.1 -dev"
36
+ "dev-master" : " 2.2 -dev"
37
37
}
38
38
}
39
39
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
22
22
/**
23
23
* Version
24
24
*/
25
- const VERSION = '2.1.1-dev ' ;
25
+ const VERSION = '2.2.0 ' ;
26
26
27
27
/**
28
28
* @var integer
You can’t perform that action at this time.
0 commit comments