Skip to content

Commit 6f446e5

Browse files
committed
Prepare 3.1.0 release
1 parent ff8e8bf commit 6f446e5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
=========
33

4+
### 3.1.0 (2015-08-13)
5+
6+
* Added: show more API error messages in `GoogleMaps`
7+
* Fixed: require `http-adapter` `~0.8`
8+
* Fixed: use `https` transport in Yandex provider (#431)
9+
* Updated: documentation
10+
411
### 3.0.0 (2015-04-20)
512

613
* Added: Introduce a `CollectionIsEmpty` exception, thrown when `AddressCollection` is empty. (Fix #412)

src/Geocoder/Geocoder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface Geocoder
2020
/**
2121
* Version
2222
*/
23-
const VERSION = '3.0.1-dev';
23+
const VERSION = '3.1.0';
2424

2525
/**
2626
* Geocodes a given value.

0 commit comments

Comments
 (0)