Skip to content

Commit 9b9bbc3

Browse files
committed
Prepare 1.7 release
1 parent 90bfe93 commit 9b9bbc3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
### 1.7.0 (2013-05-28) ###
5+
6+
* Updated: Geocoder now uses the official geoip library
7+
* Added: LocaleAwareProviderInterface
8+
49
### 1.6.0 (2013-05-22) ###
510

611
* Added: API key to MapQuestProvider

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 = '1.6.0';
25+
const VERSION = '1.7.0';
2626

2727
/**
2828
* @var ProviderInterface[]

0 commit comments

Comments
 (0)