Skip to content

Commit

Permalink
Prepare 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Sep 16, 2013
1 parent 6a8c26b commit 5c3a0d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
CHANGELOG
=========

### 2.1.1 (????-??-??) ###
### 2.2.0 (2013-09-16) ###

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

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
"dev-master": "2.2-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Geocoder/Geocoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
/**
* Version
*/
const VERSION = '2.1.1-dev';
const VERSION = '2.2.0';

/**
* @var integer
Expand Down

0 comments on commit 5c3a0d4

Please sign in to comment.