Skip to content

Commit

Permalink
Prepare 3.0.0 (stable) release \o/
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Apr 20, 2015
1 parent 6b570b5 commit 2533191
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

### 3.0.0 (2015-04-20)

* Added: Introduce a `CollectionIsEmpty` exception, thrown when `AddressCollection` is empty. (Fix #412)
* Added: countrycode to Bing api calls
* Added: allow locale change with chain


### 3.0.0-alpha3 (2015-02-13)

* Added: `LocaleTrait` to reduce code duplication
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
"dev-master": "3.1-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Geocoder/Geocoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface Geocoder
/**
* Version
*/
const VERSION = '3.0.0-dev';
const VERSION = '3.0.0';

/**
* Geocodes a given value.
Expand Down

0 comments on commit 2533191

Please sign in to comment.