We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07dca92 commit 8a66b8aCopy full SHA for 8a66b8a
CHANGELOG.md
@@ -1,9 +1,9 @@
1
CHANGELOG
2
=========
3
4
-### 2.8.2 (????-??-??)
+### 2.8.2 (2015-01-07
5
6
-n/a
+* Fixed: encoding issue for `maxmind` provider
7
8
### 2.8.1 (2014-12-08)
9
src/Geocoder/Geocoder.php
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
22
/**
23
* Version
24
*/
25
- const VERSION = '2.8.2-dev';
+ const VERSION = '2.8.2';
26
27
28
* @var integer
0 commit comments