Skip to content

Commit 69e3910

Browse files
committed
Prepare 2.3.1 release
1 parent c923d85 commit 69e3910

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
CHANGELOG
22
=========
33

4-
### 2.3.1 (????-??-??) ###
4+
### 2.3.1 (2013-10-22) ###
55

6-
n/a
6+
* Fixed: GeoipProvider and MaxMindBinaryProvider now return a result set
7+
* Added: fixEncoding() method in AbstractProvider (merged from 1.7)
78

89
### 2.3.0 (2013-10-17) ###
910

src/Geocoder/Geocoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
2222
/**
2323
* Version
2424
*/
25-
const VERSION = '2.3.1-dev';
25+
const VERSION = '2.3.1';
2626

2727
/**
2828
* @var integer

0 commit comments

Comments
 (0)