Skip to content

Commit

Permalink
Prepare 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Oct 17, 2013
1 parent ab742dc commit 0eeb5d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
CHANGELOG
=========

### 2.2.1 (????-??-??) ###
### 2.3.0 (2013-10-17) ###

n/a
* Added: Reintroduce OpenStreetMapsProvider for BC purpose
* Fixed: Rename OpenStreetMaps => OpenStreetMap
The `OpenStreetMapsProvider` is now **deprecated**, use the
`OpenStreetMapProvider` instead.
* Fixed: replace extension_exists() by function_exists() for mbstring

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

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.2-dev"
"dev-master": "2.3-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.2.1-dev';
const VERSION = '2.3.0';

/**
* @var integer
Expand Down

0 comments on commit 0eeb5d0

Please sign in to comment.