Skip to content

Commit d11967d

Browse files
committed
Prepare 2.8.1 release
1 parent 1374d71 commit d11967d

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.1 (????-??-??)
4+
### 2.8.1 (2014-12-08)
55

6-
n/a
6+
* Fixed: freegeoip `zip_code` property because of an API change
77

88
### 2.8.0 (2014-10-03)
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.1-dev';
25+
const VERSION = '2.8.1';
2626

2727
/**
2828
* @var integer

0 commit comments

Comments
 (0)