Skip to content

Commit c9710d3

Browse files
committed
Prepare 3.2.0 release
1 parent e7fbe59 commit c9710d3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

4+
### 3.2.0 (2015-10-09)
5+
6+
* Added: add __toString() methods in AdminLevel and Country
7+
* Added: __toString to StreamInterface mock
8+
* Fixed: postal code for GeoIP2 provider
9+
* Fixed: Make sure we check for an error in the response of the Yandex provider
10+
* Fixed: emergency message "You need to specify the country and region codes."
11+
412
### 3.1.0 (2015-08-13)
513

614
* Added: show more API error messages in `GoogleMaps`

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"extra": {
3333
"branch-alias": {
34-
"dev-master": "3.1-dev"
34+
"dev-master": "3.2-dev"
3535
}
3636
}
3737
}

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.1.1-dev';
23+
const VERSION = '3.2.0';
2424

2525
/**
2626
* Geocodes a given value.

0 commit comments

Comments
 (0)