Skip to content

Commit

Permalink
Prepare 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Aug 13, 2015
1 parent ff8e8bf commit 6f446e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

### 3.1.0 (2015-08-13)

* Added: show more API error messages in `GoogleMaps`
* Fixed: require `http-adapter` `~0.8`
* Fixed: use `https` transport in Yandex provider (#431)
* Updated: documentation

### 3.0.0 (2015-04-20)

* Added: Introduce a `CollectionIsEmpty` exception, thrown when `AddressCollection` is empty. (Fix #412)
Expand Down
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.1-dev';
const VERSION = '3.1.0';

/**
* Geocodes a given value.
Expand Down

0 comments on commit 6f446e5

Please sign in to comment.