Skip to content

Commit 8a66b8a

Browse files
committed
Prepare 2.8.2 release
1 parent 07dca92 commit 8a66b8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
CHANGELOG
22
=========
33

4-
### 2.8.2 (????-??-??)
4+
### 2.8.2 (2015-01-07
55

6-
n/a
6+
* Fixed: encoding issue for `maxmind` provider
77

88
### 2.8.1 (2014-12-08)
99

src/Geocoder/Geocoder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
2222
/**
2323
* Version
2424
*/
25-
const VERSION = '2.8.2-dev';
25+
const VERSION = '2.8.2';
2626

2727
/**
2828
* @var integer

0 commit comments

Comments
 (0)