8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8e8bf commit 6f446e5Copy full SHA for 6f446e5
CHANGELOG.md
@@ -1,6 +1,13 @@
1
CHANGELOG
2
=========
3
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
11
### 3.0.0 (2015-04-20)
12
13
* Added: Introduce a `CollectionIsEmpty` exception, thrown when `AddressCollection` is empty. (Fix #412)
src/Geocoder/Geocoder.php
@@ -20,7 +20,7 @@ interface Geocoder
20
/**
21
* Version
22
*/
23
- const VERSION = '3.0.1-dev';
+ const VERSION = '3.1.0';
24
25
26
* Geocodes a given value.
0 commit comments