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 c923d85 commit 69e3910Copy full SHA for 69e3910
CHANGELOG.md
@@ -1,9 +1,10 @@
1
CHANGELOG
2
=========
3
4
-### 2.3.1 (????-??-??) ###
+### 2.3.1 (2013-10-22) ###
5
6
-n/a
+* Fixed: GeoipProvider and MaxMindBinaryProvider now return a result set
7
+* Added: fixEncoding() method in AbstractProvider (merged from 1.7)
8
9
### 2.3.0 (2013-10-17) ###
10
src/Geocoder/Geocoder.php
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
22
/**
23
* Version
24
*/
25
- const VERSION = '2.3.1-dev';
+ const VERSION = '2.3.1';
26
27
28
* @var integer
0 commit comments