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 11CHANGELOG
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
Original file line number Diff line number Diff line change 3333 },
3434 "extra" : {
3535 "branch-alias" : {
36- "dev-master" : " 2.1 -dev"
36+ "dev-master" : " 2.2 -dev"
3737 }
3838 }
3939}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments